Sashimi

Sashimi

Sashimi is a Rails plugins manager.
It allows to install your favourite plugins in a local repository and add them to your Rails apps.
The main goal of this gem is to allow the plugins offline installation.

Installation

   1  $ (sudo) gem install sashimi

or:

   1  $ (sudo) gem install jodosha-sashimi --source=http://gems.github.com

Usage

Install a plugin from a subversion URL:

   1  $ sashimi install http://dev.rubyonrails.com/svn/rails/plugins/continuous_builder

Install a plugin from a git URL:

   1  $ sashimi install git://github.com/jodosha/click-to-globalize.git

Uninstall a plugin:

   1  $ sashimi uninstall continuous_builder

Update a plugin:

   1  $ sashimi update click-to-globalize

Update all installed plugins:

   1  $ sashimi update --all

Update a plugin of a Rails app:

   1  $ sashimi update --rails click-to-globalize

NOTE: If your application is versioned with Svn or Git, Sashimi will automatically schedules for add/remove the added/removed files.

List all installed plugins:

   1  $ sashimi list

Add installed plugin(s) to a Rails app:

   1  $ sashimi add click-to-globalize

or

   1  $ sashimi install --rails click-to-globalize

Known And Common Issues

  • When add a plugin to an app, make sure your current directory is the rails root.
  • Only Subversion and Git repositories are currently supported.

Contribute

Check out the code and test it:

   1  $ git clone git://github.com/jodosha/sashimi.git
   2  $ rake

Create a ticket to: http://sushistar.lighthouseapp.com
Create a patch and add as attachement to the ticket.

Credits

Partially inspired to RaPT.

Copyright

Copyright © 2008 Luca Guidi - http://lucaguidi.com, released under the MIT license

advertising