public
Rubygem
Description: Sashimi is a Rails plugins manager
Homepage: http://lucaguidi.com/pages/sashimi
Clone URL: git://github.com/jodosha/sashimi.git
commit  990948de92cd0d1bdd3ebbd855d64e9e67ce3ad3
tree    633231a0dd3c8308606553b7a86c254617f25c46
parent  522e48304289c50f14c552c8eec2812d3c33ca97
name age message
file .gitignore Mon Jun 23 04:55:14 -0700 2008 Added sashimi*.gem to .gitignore [jodosha]
file CHANGELOG Fri Jul 04 03:38:59 -0700 2008 Added block support to Class#class_method_proxy [jodosha]
file MIT-LICENSE Sun May 18 03:54:19 -0700 2008 Added MIT-LICENSE [#10 state:resolved] [jodosha]
file README Mon Jun 23 08:09:48 -0700 2008 Updated installation instructions in README [jodosha]
file Rakefile Sat Jul 12 02:33:20 -0700 2008 Remove builded gem from working copy, after rak... [jodosha]
directory bin/ Mon May 19 03:11:06 -0700 2008 Made AbstractRepository#remove_hidden_folders p... [jodosha]
directory lib/ Sat Jul 12 03:04:52 -0700 2008 Removed unnecessary with_path statement from Ab... [jodosha]
file sashimi.gemspec Mon Jun 23 08:12:01 -0700 2008 Prepare for v0.1.7 [jodosha]
file setup.rb Sun May 18 10:43:42 -0700 2008 Added setup.rb [jodosha]
directory test/ Sat Jul 12 03:04:52 -0700 2008 Removed unnecessary with_path statement from Ab... [jodosha]
README
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 is to allow the plugins offline installation.



Installation
============

$ (sudo) gem install sashimi

or

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



Usage
=====

Install a plugin from a subversion URL:
$ sashimi install http://dev.rubyonrails.com/svn/rails/plugins/continuous_builder

Install a plugin from a git URL:
$ sashimi install git://github.com/jodosha/click-to-globalize.git

Uninstall a plugin:
$ sashimi uninstall continuous_builder

Update a plugin:
$ sashimi update click-to-globalize

Update a plugin of a Rails app:
$ 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:
$ sashimi list

Add installed plugin(s) to a Rails app:
$ sashimi add click-to-globalize
$ 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:
  $ git clone git://github.com/jodosha/sashimi.git
  $ rake

* Create a ticket to: http://sushistar.lighthouseapp.com

* Create a patch and add as attachement to the ticket.


Credits
=======

Partially inspired to RaPT[http://rapt.rubyforge.org/].



Home Page
=========
http://lucaguidi.com/pages/sashimi



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