[Rails] Re: Will paginate is missing on rake db:migrate
Nope, the same problem...
On 22 Dec, 18:52, Duke Yamamoto <li...@ruby-forum.com> wrote:
> > config.gem "will_paginate", :version => "~> 2.3.11", :source =>
> > "http://gemcutter.org"
>
> My configuration is including ":lib => 'will_paginate'", so try like
> this,
> config.gem "will_paginate", :version => "~> 2.3.11", :lib =>
> 'will_paginate', :source => "http://gemcutter.org"
>
> It must be specified in here,
> Rails::Initializer.run do |config|
> config.gem "will_paginate", :version => "~> 2.3.11", :lib =>
> 'will_paginate', :source => "http://gemcutter.org"
> end
>
> --
> Posted viahttp://www.ruby-forum.com/.
--
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@googlegroups.com.
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.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home