https://github.com/krisleech/s_and_c
One letter aliases for Rails Server and Console
https://github.com/krisleech/s_and_c
Last synced: about 1 year ago
JSON representation
One letter aliases for Rails Server and Console
- Host: GitHub
- URL: https://github.com/krisleech/s_and_c
- Owner: krisleech
- Created: 2012-07-30T16:22:38.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2013-06-20T12:32:49.000Z (almost 13 years ago)
- Last Synced: 2025-03-17T04:44:47.380Z (about 1 year ago)
- Language: Ruby
- Size: 105 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# s&c - server and console
One letter commands to run Rails (3.0 or 4.0) server and console.
It will run the correct command even if you are in a Rails engine.
git clone git://github.com/krisleech/s_and_c.git
Then add repository root to `$PATH` (.profile / .zshrc) or symlink from
somewhere in `$PATH`.
## Order of script/commands
### Server (s)
* bin/start
* script/start
* spec/dummy/bin/rails
* spec/dummy/script/rails
* bin/rails
* script/rails
### Console (c)
* spec/dummy/script/rails
* spec/dummy/bin/rails
* bin/rails
* script/rails