2009/9/21 Arul hari <[email protected]>: > > Dear Friends, > Now the old rails application is working fine. I have re-created > the rails application with existing one. For instance rails > /home/vellingiri/Isync. I did not overwrite the controller part, the > remaining part I created the new file.
For the record what was it that fixed the original problem? > > It was working successfully. When I created the new application it was > throwing the error in apache "Object not found" . I have checked the > apache log file. File not found error is there. > > ERROR: > Pagination is not working properly in old rails application itself. > it returns the following error. > > NoMethodError in PatchController#project_details > > undefined method `paginate' for #<PatchController:0xb7b2ff18> > > RAILS_ROOT: /xhome/vellingiri/public_html/vellingirinewpatch > Have you remembered to install will_paginate? Google for mislav-will_paginate if you don't know what this is. Colin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

