Displaying 1 result from an estimated 1 matches for "stuteri".
2009 Dec 22
16
Will paginate is missing on rake db:migrate
...very well in my app. To make the
rake pass I have to comment out the gem in my environment.rb file.
environment.rb:
config.gem "will_paginate", :version => "~> 2.3.11", :source =>
"http://gemcutter.org"
I use snow leopard. What have I done wrong?
Jonas-MB:stuteri jeb$ gem list
*** LOCAL GEMS ***
actionmailer (2.3.5)
actionpack (2.3.5)
activerecord (2.3.5)
activeresource (2.3.5)
activesupport (2.3.5)
authlogic (2.1.3)
nifty-generators (0.3.0)
rack (1.0.1)
rails (2.3.5)
rake (0.8.7)
searchlogic (2.3.9)
sqlite3-ruby (1.2.5)
tabs_on_rails (1.0.0)
will_paginat...