Skip to content

krisleech/s_and_c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

About

One letter aliases for Rails Server and Console

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages