Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use .railsrc while creating new plugin if available | Prathamesh Sonpatki | 2013-12-01 | 1 | -0/+14 |
| | | | | - Fixes #10700 | ||||
* | s/plugin_new/plugin | schneems | 2013-06-30 | 1 | -0/+9 |
| | | | | | There are historical reasons that the `plugin` command was `plugin_new`, now those are no longer applicable, we should remove the naming edge case from the project. This PR is based off of comments from #11176 ATP Railties | ||||
* | Rails::Plugin has gone | Santiago Pastorino | 2012-01-03 | 1 | -544/+0 |
| | |||||
* | Get rid of more 1.8.x dead code | José Valim | 2011-12-20 | 1 | -1/+1 |
| | |||||
* | Substituted RailsCommands for Rails::Commands | Daniel Dyba | 2011-11-16 | 1 | -159/+161 |
| | |||||
* | Changed Commands module to RailsCommands. | Daniel Dyba | 2011-11-16 | 1 | -3/+3 |
| | | | | | | This is to avoid a conflict that occurs when you add Rake to your Gemfile. There is a Commands Object in Rake that conflicts with the Commands module in plugin.rb. See rails issue #1866. | ||||
* | replace dev.ror.com plugin url with a dummy one | Vijay Dev | 2011-06-16 | 1 | -2/+2 |
| | |||||
* | Drop remaining script/plugin sources references | Tim Pope | 2011-02-03 | 1 | -6/+1 |
| | | | | | | [#3742 state:committed] Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | no need to check for nil | Neeraj Singh | 2010-09-30 | 1 | -1/+1 |
| | |||||
* | Trifling typos | Raphomet | 2010-08-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | Print proper "Usage:" messages for "rails plugin" command | Akira Matsuda | 2010-07-07 | 1 | -2/+10 |
| | | | | | | | | | * suppress outputting "Unknown command:" when no command were specified * output the "Usage:" message when no plugin names were given [#5043 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | whitespace | Akira Matsuda | 2010-07-07 | 1 | -50/+47 |
| | | | | Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | fix usage examples and more to use new invocations | RomD | 2010-02-06 | 1 | -6/+6 |
| | | | | Signed-off-by: Carl Lerche <carllerche@mac.com> | ||||
* | Rename usage path to command to just the command name | David Heinemeier Hansson | 2010-02-02 | 1 | -1/+1 |
| | |||||
* | Move railties/lib/* into railties/lib/* | Yehuda Katz + Carl Lerche | 2009-09-24 | 1 | -0/+542 |