On Friday, October 25, 2013 10:12:01 AM UTC+1, Colin Law wrote:

> On 24 October 2013 23:11, tynamite <afanint...@gmail.com <javascript:>> 
> wrote: 
> > I'm using Rails 3 and I've ran bundle install and put it in my Gemfile. 
>  
> Please don't top post, it makes it difficult to follow the thread. 
> Insert your reply inline.  Thanks. 
>  
> Hopefully you mean that you have put it in Gemfile and run bundle install 
> :) 
> What does it show for paginate in Gemfile.lock? 
>  
> Copy/paste the full error output here and the section of the 
> controller file containing the line giving the problem.  Give us a 
> line number in the file so we can cross reference to the error. 
>  
> Colin 
>  
> > 
> > 
> > On 24 October 2013 22:17, Colin Law <cla...@googlemail.com <javascript:>> 
> wrote: 
> >> 
> >> On 24 October 2013 21:47, desbest <afanint...@gmail.com <javascript:>> 
> wrote: 
> >> > Hi, 
> >> > I'm getting a undefined method `paginate' for #<Class:0x567eb98> even 
> >> > though 
> >> > I have gem 'will_paginate' installed. 
> >> > Inside the users_controller I have @users = User.paginate(page: 
> >> > params[:page]) 
> >> > so I believe I set everything up to be correct. 
> >> > Can you figure out why the method's undefined, despite installing the 
> >> > gem? 
> >> 
> >> Which version of Rails are you using?  If Rails 2 have you referenced 
> >> will_paginate in environment.rb, if rails 3 have you put it in your 
> >> Gemfile and run bundle install? 
>  
>
 

 Gemfile.lock says

bootstrap-will_paginate (0.0.9)
    will_paginate

will_paginate (3.0.4)
 
under GEM
and
will_paginate (= 3.0.4)
under dependencies.
 
I restarted the app using rails server and it didn't work, but when I 
restarted my computer it started to work.
Thanks for your help.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/1c6ffbf4-67d3-46da-b672-94e9c6a5afa6%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to