|
|
@ -6,19 +6,20 @@ Defines [Ruby on Rails][1] aliases.
|
|
|
|
Aliases
|
|
|
|
Aliases
|
|
|
|
-------
|
|
|
|
-------
|
|
|
|
|
|
|
|
|
|
|
|
- `rc` starts the Rails console.
|
|
|
|
- `ror` is short for `rails`.
|
|
|
|
- `rdc` starts the Rails console connected to the database.
|
|
|
|
- `rorc` starts the Rails console.
|
|
|
|
- `rdm` migrates the database.
|
|
|
|
- `rordc` starts the Rails console connected to the database.
|
|
|
|
- `rdM` migrates the database and recreates the test database.
|
|
|
|
- `rordm` migrates the database.
|
|
|
|
- `rdr` rolls the database schema back to the previous version.
|
|
|
|
- `rordM` migrates the database and recreates the test database.
|
|
|
|
- `rg` generates new code.
|
|
|
|
- `rordr` rolls the database schema back to the previous version.
|
|
|
|
- `rl` displays the log.
|
|
|
|
- `rorg` generates new code.
|
|
|
|
- `rlc` truncates logs to zero bytes.
|
|
|
|
- `rorl` displays the log.
|
|
|
|
- `rp` installs a plugin.
|
|
|
|
- `rorlc` truncates logs to zero bytes.
|
|
|
|
- `rr` runs code in the application environment.
|
|
|
|
- `rorp` installs a plugin.
|
|
|
|
- `rs` starts the Rails server.
|
|
|
|
- `rorr` runs code in the application environment.
|
|
|
|
- `rsd` starts the Rails server with the debugger.
|
|
|
|
- `rors` starts the Rails server.
|
|
|
|
- `rx` destroys newly generated code.
|
|
|
|
- `rorsd` starts the Rails server with the debugger.
|
|
|
|
|
|
|
|
- `rorx` destroys newly generated code.
|
|
|
|
|
|
|
|
|
|
|
|
Authors
|
|
|
|
Authors
|
|
|
|
-------
|
|
|
|
-------
|
|
|
|