Shouldn't you be doing the plugin install on your local machine,
checking in what it does, and then pushing that to heroku?

Plugin installs typically (always?) create new directories and files
in the filesystem of your app, and since heroku doesn't allow you to
write to the file system...

Mike

On Wed, Oct 13, 2010 at 9:57 PM, vishy <[email protected]> wrote:
> I am trying to install the plugin on a heroku app. The command "heroku
> plugins:install git://github.com/vanntastic/fancy_box_rails_plugin.git"
> runs fine. But when I try to run the command "heroku rake
> fancy_box:install", I get an exception -
>
> Unable to load plugin: some_plugin: uninitialized constant
> FancyBox::Constants
> rake aborted!
> Read-only file system - /disk1/home/slugs/278841_72b0cfa_4d5e/mnt/
> public/stylesheets/jquery.fancybox.css
>
> (See full trace by running task with --trace) (in /disk1/home/slugs/
> 278841_72b0cfa_4d5e/mnt)
>
> Also whenever I would run the command "heroku plugins", I would again
> get this
>
> Unable to load plugin: some_plugin: uninitialized constant
> FancyBox::Constants
> fancy_box_rails_plugin
>
> Any help regarding this will be greatly appreciated.
>
> I am using rails 3.0 with ruby 1.9.2.
>
> Thanks,
>
> --
> 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.
>
>

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