oooooooo
c117d241cb
$ rails runner [TAB] *complete* ( #5881 )
8 years ago
David Librera
905eb815fa
Check first for bin/stubs directory in _rails_command and _rake_command ( #6372 )
9 years ago
Mohnish G J
836fe31385
Add an alias for Rails console sandbox ( #5316 )
...
The command ‘rails console —sandbox’ loads our Rails application,
connects to the database and automatically starts a database
transaction. All database operations performed within this console
session are rolled back upon leaving the console. Reference -
https://www.codeschool.com/blog/2014/06/17/rails-console-sandbox/
10 years ago
Thiago Leite Luiz
75f2f4e027
Adding alias to rake db:schema:load command. ( #5281 )
10 years ago
Satoshi Ohmori
06659f7fc1
Support bundler
10 years ago
Gustavo Villa
e5164d7b70
Add 'rake stats' alias.
11 years ago
Gustavo Villa
b18d386d7f
Add option '--port' to 'rails server' alias.
11 years ago
Gustavo Villa
3e04cd62d3
Add 'rake middleware' alias.
11 years ago
Mohnish Jadwani
3f83331c71
removes a trailing white space
11 years ago
Headless
750de22972
rails rake test
11 years ago
Mohnish Jadwani
dff03743ef
adds an alias to search for the rails routes that pattern match a string
11 years ago
Michele Bologna
1a4dc0d2db
Renamed 'ss' alias to 'sstat' (to avoid collision with /bin/ss).
11 years ago
Rodrigo Argumedo
b7d041c627
Add rdrs method to reset the database(s)
11 years ago
Dzianis Dashkevich
a55a313328
Add rdms alias to rails plugin
11 years ago
Christopher Kochan
bf134e9cb3
Fix for recusion limit hit for _rake_command alias
12 years ago
LFDM
a6671919ab
Fixes _rails_command
...
Changes precedence of the conditional clause, more recent versions come
first now. Fixes problems when users update their app and still have
the old rails files inside of their file tree.
Closes #2405 - check the discussion there for further info.
12 years ago
Mikhail Nikalyukin
fdfc907052
Add rdmtc alias for rails plugin.
12 years ago
Thomas Kriechbaumer
9b37fcba5e
unified and improved Rails plugin
13 years ago
Lucas Uyezu
8300f62e92
Adding testlog and prodlog.
13 years ago
Michael Nikitochkin
ad3f59252b
Added global aliases to use RAILS_ENV.
13 years ago
Timothy Andrew
f7fc164377
Added a `migrate` alias.
...
It migrates the DB and prepares the test DB.
13 years ago
Srihari Sriraman
b2b5e3a754
Added alias to rake db:test:prepare
...
Quite often, db:test:prepare is run after db:migrate.
Added for convenience.
14 years ago
Godwin Ko
81d94e6c9e
add rails runner alias
15 years ago
Jake Bell
541da0c9d1
Removing capistrano aliases/functions from rails plugin (since cap is not rails-specific).
16 years ago
Robby Russell
26d97a9355
Reorganizing plugins so that each plugin has it's own directory now so that any plugin-specific functions can be bundled within there.
16 years ago