| Commit message (Expand) | Author | Age | Files | Lines |
* | boot.rb sets RAILS_ROOT, so remove that. Install http plugins inside a Dir.c... | Rick Olson | 2007-02-27 | 1 | -6/+6 |
* | set the RAILS_ROOT for script/plugin if it's not set already | Rick Olson | 2007-02-27 | 1 | -0/+1 |
* | Clarify usage of script/plugin source. Closes #5344. [james.adam@gmail.com] | Marcel Molina | 2006-08-07 | 1 | -2/+2 |
* | Fix script/plugin about so it uses about.yml and not meta.yml. [James Adam] | Rick Olson | 2006-07-17 | 1 | -4/+4 |
* | Fix script/plugin so it doesn't barf on invalid URLs [Rick] | Rick Olson | 2006-06-12 | 1 | -6/+10 |
* | Fix plugin install bug at dir with space. (closes #5359) [Yoshimasa NIWA] | Rick Olson | 2006-06-11 | 1 | -1/+1 |
* | Fix bug with 'script/plugin install' so it reports unknown plugin names corre... | Rick Olson | 2006-06-09 | 1 | -1/+1 |
* | Added uninstall.rb hook to plugin handling, such that plugins have a way of r... | David Heinemeier Hansson | 2006-06-03 | 1 | -0/+6 |
* | Make "script/plugin install" work with svn+ssh URLs | Sam Stephenson | 2006-05-31 | 1 | -1/+1 |
* | preliminary support for plugin meta files | Rick Olson | 2006-05-23 | 1 | -14/+50 |
* | Enhances plugin#discover allowing it to discover svn:// like URIs (closes #45... | Rick Olson | 2006-04-06 | 1 | -6/+11 |
* | Added more information to script/plugin's doings to ease debugging #3755 [Ric... | David Heinemeier Hansson | 2006-02-26 | 1 | -2/+4 |
* | Show usage when script/plugin is called without arguments. Closes #3450 | Michael Koziarski | 2006-01-14 | 1 | -1/+1 |
* | Add install.rb file to plugin generation which is loaded, if it exists, when ... | Marcel Molina | 2005-12-03 | 1 | -0/+7 |
* | script/plugin: handle root paths and plugin names which contain spaces. Refe... | Jeremy Kemper | 2005-11-23 | 1 | -10/+11 |
* | Eliminate Subversion dependencies in scripts/plugin. Correct install options... | Jeremy Kemper | 2005-11-13 | 1 | -61/+94 |
* | Disabled stderr suppressing until activesupport is available also in non-gem ... | David Heinemeier Hansson | 2005-11-10 | 1 | -1/+1 |
* | Fail gracefully from svn checks (closes #2700) [Rick Olson] | David Heinemeier Hansson | 2005-11-07 | 1 | -2/+2 |
* | Make use of silence_stderr in script/lighttpd, script/plugin, and Rails::Info | Sam Stephenson | 2005-11-07 | 1 | -1/+1 |
* | Fail gracefully when plugin was not found [Chad Fowler] | David Heinemeier Hansson | 2005-11-06 | 1 | -0/+2 |
* | svn:externals is now an explicit option for script/plugin (closes #2755) [Rya... | David Heinemeier Hansson | 2005-11-06 | 1 | -35/+27 |
* | Enable HTTP installation of plugins when svn isn't avaialable. Closes #2661. ... | Sam Stephenson | 2005-11-06 | 1 | -8/+72 |
* | We want ::Plugin, not Commands::Plugin. Closes #2664. | Jeremy Kemper | 2005-10-30 | 1 | -1/+1 |
* | Patches go to trac now | David Heinemeier Hansson | 2005-10-30 | 1 | -4/+2 |
* | Improve script/plugin on Windows. Closes #2646. | Jeremy Kemper | 2005-10-29 | 1 | -3/+27 |
* | Dont hardcode | David Heinemeier Hansson | 2005-10-28 | 1 | -2/+0 |
* | Added script/plugin to manage plugins (install, remove, list, etc) [Ryan Toma... | David Heinemeier Hansson | 2005-10-28 | 1 | -0/+745 |