summaryrefslogtreecommitdiff
path: root/plugins/rails
AgeCommit message (Collapse)Author
2015-06-11Renamed 'ss' alias to 'sstat' (to avoid collision with /bin/ss).Michele Bologna
2015-01-09Add rdms alias to rails pluginDzianis Dashkevich
2014-07-15Fix for recusion limit hit for _rake_command aliasChristopher Kochan
2014-03-13Merge pull request #2421 from LFDM/rails_plugin_fixRobby Russell
Fixes _rails_command in new rails plugin
2014-01-10Fixes _rails_commandLFDM
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.
2013-12-11Add rdmtc alias for rails plugin.Mikhail Nikalyukin
2013-11-19unified and improved Rails pluginThomas Kriechbaumer
2013-06-06Adding testlog and prodlog.Lucas Uyezu
2013-04-23Merge pull request #1724 from miry/rails_aliasesRobby Russell
Added global aliases to use RAILS_ENV.
2013-04-16Added global aliases to use RAILS_ENV.Michael Nikitochkin
2012-12-05Added a `migrate` alias.Timothy Andrew
It migrates the DB and prepares the test DB.
2012-11-24Added alias to rake db:test:prepareSrihari Sriraman
Quite often, db:test:prepare is run after db:migrate. Added for convenience.
2011-10-19add rails runner aliasGodwin Ko
2010-10-01Removing capistrano aliases/functions from rails plugin (since cap is not ↵Jake Bell
rails-specific).
2010-09-30Reorganizing plugins so that each plugin has it's own directory now so that ↵Robby Russell
any plugin-specific functions can be bundled within there.