If your plugins folder does not have the plugin and it's not
available in the list of Heroku plugins, you'll have to add
it one of two ways:
1) Create an archive of the plugin and upload it using the
"Upload" link at the bottom of the Heroku plugins manager
page (get to it by clicking the "Gems & Plugins" link).
Create the archive thus (do not know if this works under
Windows):
tar czf <plugin_name>.tar.gz <plugin_path>
2) Clone your app and install the plugin, add the new plugin
directory to the git repository, commit the changes, push
the app back. (I *think* this works ;))
Just make sure the plugin directory you upload or
commit/push via git DOES NOT contain a git repository, like
Ive done before. :b Otherwise, you will never be able to
delete the plugin.
If you need to delete a plugin that you upload and it
doesn't have a "Remove" link, then you'll have to just
delete it from the code editor (or remove it from your git
repository, commit and push).
Kevin
DAZ wrote:
> I get:
> undefined method `acts_as_tree'
>
> and can't seem to find acts_as_tree in the plugins list!
>
> Anybody know how to rectify this?
>
> cheers,
>
> DAZ
>
>
> On Mar 11, 1:39 pm, rob <[EMAIL PROTECTED]> wrote:
>> Oh...!
>>
>> Thanks.
>>
>> I don't seeacts_as_treein that list so I'm gonna assume it's already
>> installed and see how I go...
>>
>> On Mar 11, 5:34 am, Nick <[EMAIL PROTECTED]> wrote:
>>
>>> Hi,
>>> You don't have a command line console. The console you seem to be
>>> using is the ruby console which naturally expects ruby code. The
>>> important tasks can be performed in other ways - e.g. rake, generate.
>>> In particular plugins/gems can be installed from the corresponding
>>> manager which you can read by clicking the link that appears when you
>>> expand the vendors directory.
> >
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---