Commit Graph

14 Commits

Author SHA1 Message Date
schneems ec8d8652f3 s/plugin_new/plugin
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
2013-06-30 22:03:39 -04:00
Santiago Pastorino dad7fdc573 Rails::Plugin has gone 2012-01-03 10:39:08 -02:00
José Valim 51095be1b0 Get rid of more 1.8.x dead code 2011-12-20 17:59:26 +01:00
Daniel Dyba 325abe9fba Substituted RailsCommands for Rails::Commands 2011-11-16 10:26:28 -08:00
Daniel Dyba 21c5a0a104 Changed Commands module to RailsCommands.
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.
2011-11-16 10:23:00 -08:00
Vijay Dev d92ad224e0 replace dev.ror.com plugin url with a dummy one 2011-06-16 21:28:42 +05:30
Tim Pope e89ba63b88 Drop remaining script/plugin sources references
[#3742 state:committed]

Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
2011-02-03 00:33:30 -02:00
Neeraj Singh 33733d5d1d no need to check for nil 2010-09-30 23:59:09 +08:00
Raphomet 7a090b0216 Trifling typos
Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
2010-08-21 19:20:42 -03:00
Akira Matsuda bf5d154567 Print proper "Usage:" messages for "rails plugin" command
* 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>
2010-07-07 16:20:56 -07:00
Akira Matsuda ff44cc2844 whitespace
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
2010-07-07 16:20:51 -07:00
RomD f44a0b1d52 fix usage examples and more to use new invocations
Signed-off-by: Carl Lerche <carllerche@mac.com>
2010-02-06 09:51:53 -08:00
David Heinemeier Hansson 9a83bd5006 Rename usage path to command to just the command name 2010-02-02 16:16:26 -08:00
Yehuda Katz + Carl Lerche f0dd77c6be Move railties/lib/* into railties/lib/* 2009-09-24 16:11:41 -07:00