jodosha / sashimi
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (7)
- Wiki (1)
- Graphs
-
Tree:
6366549
commit 636654919333e592372636eed2e661ad107ba5c0
tree e5dc7a5ed56d92fa01d12f55cefe3c2b64bbf1f5
parent 61d5163d23f0899f3d421d33a0ddecbdfadc02cd
tree e5dc7a5ed56d92fa01d12f55cefe3c2b64bbf1f5
parent 61d5163d23f0899f3d421d33a0ddecbdfadc02cd
sashimi /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
CHANGELOG | ||
| |
MIT-LICENSE | ||
| |
README | ||
| |
Rakefile | ||
| |
bin/ | ||
| |
lib/ | ||
| |
sashimi.gemspec | ||
| |
setup.rb | ||
| |
test/ |
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

