Hi, I would really appreciate if you could please help me to get the pagination working. I''ve spent a lot of time but I couldn''t find a solution for this problem that could make this working. some details: ruby 1.8.6 rails 2.2.2 mislav-will_paginate <2.3.8> rubygems <1.3.2, 1.3.1> Error: NoMethodError in ArticlesController#index undefined method `paginate'' for #<ArticlesController:0x5cdd96c> Thank you so much. --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On Apr 19, 3:07 pm, "saj3...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" <saj3...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi, I would really appreciate if you could please help me to get the > pagination working. I''ve spent a lot of time but I couldn''t find a > solution for this problem that could make this working. > some details: > ruby 1.8.6 > rails 2.2.2 > mislav-will_paginate <2.3.8> > rubygems <1.3.2, 1.3.1> > > Error: NoMethodError in ArticlesController#index > undefined method `paginate'' for #<ArticlesController:0x5cdd96c> >Tricky without seeing the code you have written. Have you tried the examples on the will_paginate wiki ? Fred> Thank you so much.--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Hi, I''ve checked wicki and everything was installed except this code rake gems:install which I forgot to enter at the begining. After entered I got something like rake aborted, no rake file found...any ideas? Thanks a lot Frederick Cheung-2 wrote:> > > > > On Apr 19, 3:07 pm, "saj3...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" <saj3...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> Hi, I would really appreciate if you could please help me to get the >> pagination working. I''ve spent a lot of time but I couldn''t find a >> solution for this problem that could make this working. >> some details: >> ruby 1.8.6 >> rails 2.2.2 >> mislav-will_paginate <2.3.8> >> rubygems <1.3.2, 1.3.1> >> >> Error: NoMethodError in ArticlesController#index >> undefined method `paginate'' for #<ArticlesController:0x5cdd96c> >> > Tricky without seeing the code you have written. Have you tried the > examples on the will_paginate wiki ? > > Fred >> Thank you so much. > > > >-- View this message in context: http://www.nabble.com/Will_Paginate-error-tp23123782p23253866.html Sent from the RubyOnRails Users mailing list archive at Nabble.com.
Hi, I''ve checked wicki and everything was installed except this code rake gems:install which I forgot to enter at the begining. After entered I got something like rake aborted, no rake file found...any ideas? Thanks a lot Frederick Cheung-2 wrote:> > > > > On Apr 19, 3:07 pm, "saj3...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" <saj3...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> Hi, I would really appreciate if you could please help me to get the >> pagination working. I''ve spent a lot of time but I couldn''t find a >> solution for this problem that could make this working. >> some details: >> ruby 1.8.6 >> rails 2.2.2 >> mislav-will_paginate <2.3.8> >> rubygems <1.3.2, 1.3.1> >> >> Error: NoMethodError in ArticlesController#index >> undefined method `paginate'' for #<ArticlesController:0x5cdd96c> >> > Tricky without seeing the code you have written. Have you tried the > examples on the will_paginate wiki ? > > Fred >> Thank you so much. > > > >-- View this message in context: http://www.nabble.com/Will_Paginate-error-tp23123782p23253868.html Sent from the RubyOnRails Users mailing list archive at Nabble.com.