aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/commands/plugin.rb
Commit message (Expand)AuthorAgeFilesLines
* Added more information to script/plugin's doings to ease debugging #3755 [Ric...David Heinemeier Hansson2006-02-261-2/+4
* Show usage when script/plugin is called without arguments. Closes #3450Michael Koziarski2006-01-141-1/+1
* Add install.rb file to plugin generation which is loaded, if it exists, when ...Marcel Molina2005-12-031-0/+7
* script/plugin: handle root paths and plugin names which contain spaces. Refe...Jeremy Kemper2005-11-231-10/+11
* Eliminate Subversion dependencies in scripts/plugin. Correct install options...Jeremy Kemper2005-11-131-61/+94
* Disabled stderr suppressing until activesupport is available also in non-gem ...David Heinemeier Hansson2005-11-101-1/+1
* Fail gracefully from svn checks (closes #2700) [Rick Olson]David Heinemeier Hansson2005-11-071-2/+2
* Make use of silence_stderr in script/lighttpd, script/plugin, and Rails::InfoSam Stephenson2005-11-071-1/+1
* Fail gracefully when plugin was not found [Chad Fowler]David Heinemeier Hansson2005-11-061-0/+2
* svn:externals is now an explicit option for script/plugin (closes #2755) [Rya...David Heinemeier Hansson2005-11-061-35/+27
* Enable HTTP installation of plugins when svn isn't avaialable. Closes #2661. ...Sam Stephenson2005-11-061-8/+72
* We want ::Plugin, not Commands::Plugin. Closes #2664.Jeremy Kemper2005-10-301-1/+1
* Patches go to trac nowDavid Heinemeier Hansson2005-10-301-4/+2
* Improve script/plugin on Windows. Closes #2646.Jeremy Kemper2005-10-291-3/+27
* Dont hardcodeDavid Heinemeier Hansson2005-10-281-2/+0
* Added script/plugin to manage plugins (install, remove, list, etc) [Ryan Toma...David Heinemeier Hansson2005-10-281-0/+745