I am a noob on heroku so if these are dumb questions, please simply
point me to appropriate documentation. (I haven't found much
documentation beyond this group.)
The gist of my question is: how do I install gems on heroku? details
of the tribulations follow:
My app is borking on will_paginate (giving me "undefined method
`paginate' for #<Class:0xb6dee00c>" on the site), which I have in the
Rails 2.1 gem dependency manager and seemed to install when I ran rake
gems:install, but I'm still getting errors.
Symptoms are that folders show up under vendor/gems, but they appear
to be empty.
The line in environment.rb:
config.gem 'mislav-will_paginate', :version => '~> 2.2.3', :lib =>
'will_paginate',
:source => 'http://gems.github.com'
gave me a folder vendor/gems/mislav-will_paginate-2.2.3 with no
content. Is that expected behavior?
This causes an error when starting rails that originates in
environment.rb at:
Rails::Initializer.run do |config|
and goes to
no such file to load -- will_paginate
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_require'
Clearly, the gem is not in fact installed, though from rake
gems:install, I did get the message:
Unpacked mislav-will_paginate to vendor/gems
What's going on?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Heroku" 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/heroku?hl=en
-~----------~----~----~----~------~----~------~--~---