aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/commands/plugin.rb
Commit message (Expand)AuthorAgeFilesLines
* Ruby 1.9 compat: Avoid using the return value of FileUtils.mkdir_p, as it doe...Akira Matsuda2009-09-111-1/+1
* Ensure script/plugin doesn't show error message when svn externals are not therePratik Naik2009-03-181-4/+7
* Remove outdated script/plugin optionsPratik Naik2009-03-181-432/+3
* Fixed an incompatibility with Ruby 1.9.Jeff Schwab2009-03-101-1/+2
* script/plugin install should remove .gitignore too. [#1306 state:resolved] [E...Pratik Naik2009-03-061-2/+2
* Ruby 1.9 compat: remove instance variables and global variables from block pa...Akira Matsuda2008-09-091-8/+8
* Ruby 1.9 compat: use String#lines instead of to_a in Ruby 1.9Akira Matsuda2008-09-091-1/+1
* Make script/plugin work with svn+ssh urls. [#662 state:resolved]Miles Georgi2008-07-221-1/+1
* Make script/plugin install <plugin> -r <revision> option work with git based ...Tim Pope2008-07-141-15/+32
* Ensure script/plugin unsource 'Usage' text is correct. [#526 state:resolved]Ricardo Santos2008-07-021-1/+1
* Ensure script/plugin installs ssh/git plugins. [#277 state:resolved]Tekin Suleyman2008-05-291-1/+1
* Added support for installing plugins hosted at git repositories (closes #1129...David Heinemeier Hansson2008-03-171-1/+25
* Patch to add a -e (export) option to script/plugin install. Closes #10847 [jo...Michael Koziarski2008-02-211-0/+3
* Ruby 1.9 compat: File.exists\? -> File.exist\? en masse. References #1689 [Pr...Jeremy Kemper2007-12-101-2/+2
* Make sure script/plugin doesn't skip files beginning with http (i.e. the old ...Michael Koziarski2007-11-211-1/+1
* Fixed that installing plugins from SVN repositories that use trunk/ will work...David Heinemeier Hansson2007-09-301-8/+12
* Fixed spelling errors (closes #9706) [tarmo/rmm5t]David Heinemeier Hansson2007-09-281-1/+1
* Skip svnindex.xsl files when installing plugins (closes #7070) [davidjrice]David Heinemeier Hansson2007-09-221-0/+1
* boot.rb sets RAILS_ROOT, so remove that. Install http plugins inside a Dir.c...Rick Olson2007-02-271-6/+6
* set the RAILS_ROOT for script/plugin if it's not set alreadyRick Olson2007-02-271-0/+1
* Clarify usage of script/plugin source. Closes #5344. [james.adam@gmail.com]Marcel Molina2006-08-071-2/+2
* Fix script/plugin about so it uses about.yml and not meta.yml. [James Adam]Rick Olson2006-07-171-4/+4
* Fix script/plugin so it doesn't barf on invalid URLs [Rick]Rick Olson2006-06-121-6/+10
* Fix plugin install bug at dir with space. (closes #5359) [Yoshimasa NIWA]Rick Olson2006-06-111-1/+1
* Fix bug with 'script/plugin install' so it reports unknown plugin names corre...Rick Olson2006-06-091-1/+1
* Added uninstall.rb hook to plugin handling, such that plugins have a way of r...David Heinemeier Hansson2006-06-031-0/+6
* Make "script/plugin install" work with svn+ssh URLsSam Stephenson2006-05-311-1/+1
* preliminary support for plugin meta filesRick Olson2006-05-231-14/+50
* Enhances plugin#discover allowing it to discover svn:// like URIs (closes #45...Rick Olson2006-04-061-6/+11
* 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