Thats what I actually did. I had the plugin installed on the local
machine and everything was working fine. However as soon as I pushed
it to heroku it was not able to load a helper method from the plugin
and my app was not loading up at all. That's why I thought that I may
have to re-install the plugin.

On Oct 14, 12:35 pm, Mike Abner <mike.ab...@gmail.com> wrote:
> 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 <shubhambansa...@gmail.com> 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 her...@googlegroups.com.
> > To unsubscribe from this group, send email to 
> > heroku+unsubscr...@googlegroups.com.
> > For more options, visit this group 
> > athttp://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 her...@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.

Reply via email to