public
Description: Sashimi is a Rails plugins manager
Homepage: http://lucaguidi.com/pages/sashimi
Clone URL: git://github.com/jodosha/sashimi.git
sashimi / README
100644 82 lines (40 sloc) 1.744 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
= 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
or
  $ 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 the {Sushistar Lighthouse page}[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
 
The Sashimi homepage is http://lucaguidi.com/pages/sashimi
 
 
 
Copyright (c) 2008 Luca Guidi - http://lucaguidi.com, released under the MIT license