aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/commands
Commit message (Expand)AuthorAgeFilesLines
* Remove generator environment until we have a gem manifest.José Valim2009-07-133-3/+3
* Add the new generators environment and update commands.José Valim2009-07-083-3/+3
* Add some tests for no_color! behavior.José Valim2009-07-033-3/+3
* Updated commands.José Valim2009-07-023-11/+25
* Fix script/server's default mount path [#2731 state:resolved]Joshua Peek2009-05-281-1/+1
* server command help inconsistency fix [#2685 state:resolved]anupom syam2009-05-271-5/+5
* Supply valid ruby-prof parameters [#1804 state:resolved]Jacob Kjeldahl2009-05-171-1/+1
* Fix missing core extension dependenciesJeremy Kemper2009-04-281-1/+0
* 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
* Revert "Speed up script/console by launching IRB directly."Jeremy Kemper2009-03-011-10/+11
* Speed up script/console by launching IRB directly.Charles Nutter2009-02-281-11/+10
* script/server command can accept --path option to set app's root path [#1156 ...Chris Cherry2009-02-051-4/+15
* Added options to script/dbconsole to sqlite3 console in various different mod...Bryan Ray2009-01-281-1/+17
* Remove script/performance/profiler in favour of performance integration tests.Pratik Naik2009-01-181-6/+0
* Fix script/dbconsole not handling numeric password [#1395 state:resolved]pfagiani2008-12-211-1/+1
* Use LogTailerJeremy Kemper2008-12-181-1/+1
* Prefer Rails.logger over RAILS_DEFAULT_LOGGERJoshua Peek2008-12-101-1/+3
* Use full path to environmentJeremy Kemper2008-12-081-1/+1
* opps, inner_app is in the wrong conditionalJoshua Peek2008-12-011-1/+1
* Generate rackup dispatcher with rails:update:generate_dispatchersJoshua Peek2008-12-011-9/+11
* Extracted the process scripts (inspector, reaper, spawner) into the plugin ir...David Heinemeier Hansson2008-11-304-493/+0
* Move debugger into middlewareJoshua Peek2008-11-251-12/+1
* don't try to require vendored rack in script/serverJoshua Peek2008-11-251-1/+2
* Switch script/server to use rack processorJoshua Peek2008-11-225-220/+95
* Drop lighttpd support from script/serverJoshua Peek2008-11-222-99/+1
* Kill dead "new_mongrel" handlerJoshua Peek2008-11-222-18/+2
* Add flush by ensure in script/runner because no flush in production mode [#80...Cyril Mougel2008-11-221-7/+11
* Add --debugger option to script/console.miloops2008-09-111-0/+13
* 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
* Ruby 1.9 compat: remove constants from block parametersAkira Matsuda2008-09-091-2/+2
* Merge docrailsPratik Naik2008-09-031-1/+1
* Reverse the priority of the mysql commands in dbconsoleMichael Koziarski2008-08-241-1/+1
* Added file name information for errors and exceptions in script/runnnerDaniel Rodríguez Troitiño2008-08-081-1/+1
* Use "/usr/bin/env ruby" instead of "/usr/local/bin/ruby"Tarmo Tänav2008-07-312-4/+4
* Fix file permissionsTarmo Tänav2008-07-312-0/+0
* Ensure dbconsole includes the -p parameter to mysql as intendedMichael Koziarski2008-07-311-0/+2
* Make script/plugin work with svn+ssh urls. [#662 state:resolved]Miles Georgi2008-07-221-1/+1
* Prefer Mongrel over Thin [#658 state:resolved]Joshua Peek2008-07-191-3/+3
* Merge with docrails.Pratik Naik2008-07-161-2/+2
* 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
* Added Thin support to script/server. [#488 state:resolved]Bob Klosinski2008-06-252-2/+37
* Allow script/about to run in production mode instead of failing with a crypti...Cheah Chu Yeow2008-06-231-0/+1
* Don't provide the password with dbconsole unless explicitly opted in.Michael Koziarski2008-05-311-3/+11
* Ensure script/plugin installs ssh/git plugins. [#277 state:resolved]Tekin Suleyman2008-05-291-1/+1
* Show rails version when the server starts. [#235 state:resolved]Lawrence Pit2008-05-223-3/+3