| Commit message (Expand) | Author | Age | Files | Lines |
* | Ruby 1.9 compat: Avoid using the return value of FileUtils.mkdir_p, as it doe... | Akira Matsuda | 2009-09-11 | 1 | -1/+1 |
* | Ensure script/plugin doesn't show error message when svn externals are not there | Pratik Naik | 2009-03-18 | 1 | -4/+7 |
* | Remove outdated script/plugin options | Pratik Naik | 2009-03-18 | 1 | -432/+3 |
* | Fixed an incompatibility with Ruby 1.9. | Jeff Schwab | 2009-03-10 | 1 | -1/+2 |
* | script/plugin install should remove .gitignore too. [#1306 state:resolved] [E... | Pratik Naik | 2009-03-06 | 1 | -2/+2 |
* | Ruby 1.9 compat: remove instance variables and global variables from block pa... | Akira Matsuda | 2008-09-09 | 1 | -8/+8 |
* | Ruby 1.9 compat: use String#lines instead of to_a in Ruby 1.9 | Akira Matsuda | 2008-09-09 | 1 | -1/+1 |
* | Make script/plugin work with svn+ssh urls. [#662 state:resolved] | Miles Georgi | 2008-07-22 | 1 | -1/+1 |
* | Make script/plugin install <plugin> -r <revision> option work with git based ... | Tim Pope | 2008-07-14 | 1 | -15/+32 |
* | Ensure script/plugin unsource 'Usage' text is correct. [#526 state:resolved] | Ricardo Santos | 2008-07-02 | 1 | -1/+1 |
* | Ensure script/plugin installs ssh/git plugins. [#277 state:resolved] | Tekin Suleyman | 2008-05-29 | 1 | -1/+1 |
* | Added support for installing plugins hosted at git repositories (closes #1129... | David Heinemeier Hansson | 2008-03-17 | 1 | -1/+25 |
* | Patch to add a -e (export) option to script/plugin install. Closes #10847 [jo... | Michael Koziarski | 2008-02-21 | 1 | -0/+3 |
* | Ruby 1.9 compat: File.exists\? -> File.exist\? en masse. References #1689 [Pr... | Jeremy Kemper | 2007-12-10 | 1 | -2/+2 |
* | Make sure script/plugin doesn't skip files beginning with http (i.e. the old ... | Michael Koziarski | 2007-11-21 | 1 | -1/+1 |
* | Fixed that installing plugins from SVN repositories that use trunk/ will work... | David Heinemeier Hansson | 2007-09-30 | 1 | -8/+12 |
* | Fixed spelling errors (closes #9706) [tarmo/rmm5t] | David Heinemeier Hansson | 2007-09-28 | 1 | -1/+1 |
* | Skip svnindex.xsl files when installing plugins (closes #7070) [davidjrice] | David Heinemeier Hansson | 2007-09-22 | 1 | -0/+1 |
* | 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 |