aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/commands
Commit message (Collapse)AuthorAgeFilesLines
* Create tmp directories if required before starting server [#3907 state:resolved]Ravinder Singh2010-03-311-0/+5
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Make script/dbconsole work with oracle (sqlplus ↵Edgars Beigarts2010-03-261-0/+12
| | | | | | <username>[/<password>][@<connect_identifier>]) [#3773 state:resolved]
* bin/rails should use the new app generator path.José Valim2010-03-231-1/+1
|
* Fix server environment [#3877 status:resolved]Simo Niemelä2010-02-101-4/+11
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Add default values to output of 'rails server -h', hardcoded as Rack::Server ↵Prem Sichanugrist2010-02-101-3/+3
| | | | | | did since options doesn't have any data at the time of parsing arguments [#3910 status:resolved] Signed-off-by: José Valim <jose.valim@gmail.com>
* Add missing -h/--help flag to several rails command [#3909 status:resolved]Prem Sichanugrist2010-02-105-9/+9
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* rails runner loads environment after parsing command-line optionsJeremy Kemper2010-02-091-0/+2
|
* fix usage examples and more to use new invocationsRomD2010-02-062-7/+7
| | | | Signed-off-by: Carl Lerche <carllerche@mac.com>
* Fix 'rails server -h' double help banner. Correct its usage line. [#3874 ↵Henrik N2010-02-061-1/+4
| | | | | | status:resolved] Signed-off-by: José Valim <jose.valim@gmail.com>
* Automatically require rubygems when --dev flag is given.José Valim2010-02-041-1/+2
|
* Make bin/rails call rails/commands/application, fix generators usage and ↵José Valim2010-02-031-67/+0
| | | | update .gitignores.
* Adding 'db' as a shortcut for dbconsole to the rails commandMikel Lindsaar2010-02-031-8/+9
|
* Rename usage path to command to just the command nameDavid Heinemeier Hansson2010-02-024-4/+4
|
* Wups, need the application command in there tooDavid Heinemeier Hansson2010-02-021-0/+2
|
* Fix rails serverDavid Heinemeier Hansson2010-02-021-1/+1
|
* Added "rake about" as a replacement for script/about [DHH]David Heinemeier Hansson2010-02-021-2/+0
|
* Boot path has already been required, dont need it againDavid Heinemeier Hansson2010-02-021-5/+0
|
* Removed all the default commands in script/* and replaced them with ↵David Heinemeier Hansson2010-02-022-0/+81
| | | | script/rails and a rails command that'll act the same when run from within the app [DHH]
* Automatically configure generators if application is defined.José Valim2010-01-292-2/+0
|
* Move console stuff to its own directory.José Valim2010-01-231-4/+4
|
* Default to sync instrumentation.José Valim2010-01-211-10/+1
|
* Make script/dbconsole work again [#3690 state:resolved]Sam Granieri2010-01-161-2/+2
| | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
* Fix an issue where log was not being tailed in the first request.José Valim2010-01-151-1/+14
|
* LogTailer should be invoked after all logs in threads were flushed.José Valim2010-01-151-5/+1
|
* Get everyone running on Rails.env and fix the broken environment settings ↵David Heinemeier Hansson2010-01-114-12/+13
| | | | for script/console and script/dbconsole
* Have to remove the environment name from ARGV or IRB will freak outDavid Heinemeier Hansson2010-01-091-1/+1
|
* No more hacks to ensure generators are executed inside Rails.root.José Valim2010-01-072-2/+2
|
* Orphan experiment no longer neededDavid Heinemeier Hansson2009-12-301-69/+0
|
* script/server should init Rails by loading config.ruJoshua Peek2009-12-261-16/+4
| | | | Fixes "Rails 3.0 doesn't fucking work"
* Shift more responsibility from application class to its singleton instance. ↵Jeremy Kemper2009-12-231-5/+5
| | | | Treat instantiation and boot as separate steps. Use app.config rather than app.configuration.
* Fix an ivar name conflict in Rails::ServerCarlhuda2009-12-021-5/+5
|
* Have script/* and Rakefile use the application objectCarlhuda2009-11-243-9/+30
|
* Refactor script/dbconsole into an objectCarlhuda2009-11-241-80/+89
|
* Use Rails.env after loading environmentJeremy Kemper2009-11-241-2/+2
|
* Add a dead --irb option mentioning upgrade pathJeremy Kemper2009-11-231-0/+1
|
* Set RAILS_ENV before loading config/environmentJeremy Kemper2009-11-231-10/+7
|
* Refactor script/console into an object and use IRB.start instead of calling ↵Carlhuda2009-11-231-39/+48
| | | | exec.
* Refactor script/server into an object that inherits from Rack::ServerCarlhuda2009-11-231-59/+61
|
* Revert "Final steps toward clean rails "foo"; cd foo; gem bundle; ↵Jeremy Kemper2009-11-191-3/+1
| | | | | | | | script/server working" Broke stuff. This reverts commit 520b8b59110dd130c89b317b6bd65d8644c7836f.
* Final steps toward clean rails "foo"; cd foo; gem bundle; script/server workingYehuda Katz + Carl Lerche2009-11-181-1/+3
|
* Make script/server work with correct application.rbYehuda Katz2009-11-161-1/+1
|
* Require action_dispatch, not action_controllerYehuda Katz2009-11-161-1/+1
|
* Refactor generators a little bit.José Valim2009-11-082-0/+6
| | | | Signed-off-by: Yehuda Katz <wycats@mobile-166-129-219-135.mycingular.net>
* Pass config.generators options along when RAILS_GENERATORS is set and show ↵José Valim2009-11-032-4/+0
| | | | | | --force-plural message just once. Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* script/runner should require environmentJoshua Peek2009-10-161-2/+0
|
* script/performance/profiler should require environmentJoshua Peek2009-10-161-4/+0
|
* script/performance/benchmarker should require environmentJoshua Peek2009-10-161-2/+1
|
* script/generate should require environmentJoshua Peek2009-10-161-1/+0
|
* script/about should require environmentJoshua Peek2009-10-161-1/+0
|
* Use Rails.initialize! where we just want to run the initializers and aren't ↵Joshua Peek2009-10-165-5/+5
| | | | concerned about the config