Commit Graph

12 Commits

Author SHA1 Message Date
d0dcedcde2 Merge pull request #2421 from LFDM/rails_plugin_fix
Fixes _rails_command in new rails plugin
2014-03-13 07:55:19 -07:00
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.
2014-01-10 22:52:18 +01:00
fdfc907052 Add rdmtc alias for rails plugin. 2013-12-11 11:42:11 +02:00
9b37fcba5e unified and improved Rails plugin 2013-11-19 17:14:52 +01:00
8300f62e92 Adding testlog and prodlog. 2013-06-06 00:40:02 -03:00
966108a082 Merge pull request #1724 from miry/rails_aliases
Added global aliases to use RAILS_ENV.
2013-04-23 19:58:30 -07:00
ad3f59252b Added global aliases to use RAILS_ENV. 2013-04-16 10:22:28 +03:00
f7fc164377 Added a migrate alias.
It migrates the DB and prepares the test DB.
2012-12-05 08:21:42 +05:30
b2b5e3a754 Added alias to rake db:test:prepare
Quite often, db:test:prepare is run after db:migrate.
Added for convenience.
2012-11-24 20:42:40 +05:30
81d94e6c9e add rails runner alias 2011-10-19 08:11:49 +08:00
541da0c9d1 Removing capistrano aliases/functions from rails plugin (since cap is not rails-specific). 2010-10-01 14:15:52 -05:00
26d97a9355 Reorganizing plugins so that each plugin has it's own directory now so that any plugin-specific functions can be bundled within there. 2010-09-30 21:34:06 -07:00