Installing plugins:
$ rails plugin install continuous_builder asset_timestamping
Specifying revisions:
* Subversion revision is a single integer. * Git revision format: - full - 'refs/tags/1.8.0' or 'refs/heads/experimental' - short: 'experimental' (equivalent to 'refs/heads/experimental') 'tag 1.8.0' (equivalent to 'refs/tags/1.8.0')
This is Free Software, copyright 2005 by Ryan Tomayko ([email protected]) and is licensed MIT: (www.opensource.org/licenses/mit-license.php)
Required Files
- open-uri
- fileutils
- tempfile
- active_support/core_ext/kernel
- optparse
Namespace
- MODULE Rails
- MODULE Rails::Commands
- CLASS Plugin
- CLASS Rails::Commands::Info
- CLASS Rails::Commands::Install
- CLASS Rails::Commands::Plugin
- CLASS Rails::Commands::Remove
- CLASS RailsEnvironment
- CLASS RecursiveHTTPFetcher