Hi - trying to get the mislav-will_paginate gem 2.3.8 to install -
have followed all docs - added gem details to .gem manifest as below:

will_paginate --version 2.3.8 --source gems.github.com

which doesnt try to autoload it when i git push as stated?

added it also in environment.rb:

Rails::Initializer.run do |config|
  config.gem 'mislav-will_paginate', :version => '~> 2.3.8', :lib =>
'will_paginate',
      :source => 'http://gems.github.com'
end

also ran: heroku rake gems:install

Macbook:lovebytes-dvdb jaymiblue$ heroku rake gems:install
(in /disk1/home/slugs/11587_1e47d84_fa6f/mnt)
gem install mislav-will_paginate --version "~> 2.3.8" --source
http://gems.github.com

ERROR:  While executing gem ... (Errno::EACCES)
    Permission denied - /usr/local/lib/ruby/gems/1.8/cache/mislav-
will_paginate-2.3.8.gem

What am i doing wrong? Somebody got an ideas?

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to