| Commit message (Expand) | Author | Age | Files | Lines |
* | "rails console t" must not load "production" but "test" | Akira Matsuda | 2010-09-02 | 1 | -1/+1 |
* | Config is deprecated on 1.8.8 and 1.9.3 use RbConfig | Santiago Pastorino | 2010-08-23 | 2 | -2/+2 |
* | Trifling typos | Raphomet | 2010-08-21 | 1 | -1/+1 |
* | Add console hook to force ActiveRecord::Base to be loaded when console starts... | José Valim | 2010-07-18 | 1 | -4/+1 |
* | Allow a PID file to be specified to rails server [#5031 state:resolved] | Sudara | 2010-07-08 | 1 | -0/+3 |
* | Print proper "Usage:" messages for "rails plugin" command | Akira Matsuda | 2010-07-07 | 1 | -2/+10 |
* | whitespace | Akira Matsuda | 2010-07-07 | 1 | -50/+47 |
* | ARGV.empty? is useless. If ARGV is empty, ARGV.first != "new" will always be ... | Madjo DIAPENA | 2010-07-04 | 1 | -1/+1 |
* | Avoid calls to Rails::Application since this is not the official API. | José Valim | 2010-07-01 | 1 | -1/+1 |
* | Note that 'rails server' allows specifying mongrel, thin, etc [#4845 state:re... | Trevor Turk | 2010-06-22 | 1 | -1/+1 |
* | Rails Runner now sets $0 and $PROGRAM_NAME to name of file being run [#2244 s... | rohit | 2010-06-22 | 1 | -0/+1 |
* | Added absolute path for config.ru as well. Turns out this is also needed to f... | Ryan Duryea | 2010-06-20 | 1 | -1/+2 |
* | Pass rack the absolute path of server's pid file | Ryan Duryea | 2010-06-20 | 1 | -1/+1 |
* | remove executable permission from files that don't need it. [#4802 state:reso... | rohit | 2010-06-20 | 1 | -0/+0 |
* | Changing command line API from 'rails blog' to 'rails new blog'. | Mikel Lindsaar | 2010-06-04 | 1 | -1/+6 |
* | Still copy application configuration to generator even if they are required e... | José Valim | 2010-06-02 | 2 | -0/+2 |
* | add support for mysql2 adapter to dbconsole | Brian Lopez | 2010-05-04 | 1 | -2/+2 |
* | Move ActionMailer generator to AM | Carlhuda | 2010-04-29 | 1 | -1/+1 |
* | The rake task :environment now loads config/environment.rb instead of initial... | José Valim | 2010-04-29 | 3 | -1/+2 |
* | Use Config::CONFIG['host_os'] instead of RUBY_PLATFORM [#4477 state:resolved] | Anil Wadghule | 2010-04-26 | 1 | -1/+2 |
* | Make db console work for all versions of ruby on Windows. | unknown | 2010-04-26 | 1 | -1/+2 |
* | Fix regexp typo | Jeremy Kemper | 2010-04-13 | 1 | -1/+1 |
* | Make RUBY_PLATFORM windows regex consistent [#4345 state:resolved] | Anil Wadghule | 2010-04-12 | 1 | -1/+1 |
* | Create tmp directories if required before starting server [#3907 state:resolved] | Ravinder Singh | 2010-03-31 | 1 | -0/+5 |
* | Make script/dbconsole work with oracle (sqlplus <username>[/<password>][@<con... | Edgars Beigarts | 2010-03-26 | 1 | -0/+12 |
* | bin/rails should use the new app generator path. | José Valim | 2010-03-23 | 1 | -1/+1 |
* | Fix server environment [#3877 status:resolved] | Simo Niemelä | 2010-02-10 | 1 | -4/+11 |
* | Add default values to output of 'rails server -h', hardcoded as Rack::Server ... | Prem Sichanugrist | 2010-02-10 | 1 | -3/+3 |
* | Add missing -h/--help flag to several rails command [#3909 status:resolved] | Prem Sichanugrist | 2010-02-10 | 5 | -9/+9 |
* | rails runner loads environment after parsing command-line options | Jeremy Kemper | 2010-02-09 | 1 | -0/+2 |
* | fix usage examples and more to use new invocations | RomD | 2010-02-06 | 2 | -7/+7 |
* | Fix 'rails server -h' double help banner. Correct its usage line. [#3874 stat... | Henrik N | 2010-02-06 | 1 | -1/+4 |
* | Automatically require rubygems when --dev flag is given. | José Valim | 2010-02-04 | 1 | -1/+2 |
* | Make bin/rails call rails/commands/application, fix generators usage and upda... | José Valim | 2010-02-03 | 1 | -67/+0 |
* | Adding 'db' as a shortcut for dbconsole to the rails command | Mikel Lindsaar | 2010-02-03 | 1 | -8/+9 |
* | Rename usage path to command to just the command name | David Heinemeier Hansson | 2010-02-02 | 4 | -4/+4 |
* | Wups, need the application command in there too | David Heinemeier Hansson | 2010-02-02 | 1 | -0/+2 |
* | Fix rails server | David Heinemeier Hansson | 2010-02-02 | 1 | -1/+1 |
* | Added "rake about" as a replacement for script/about [DHH] | David Heinemeier Hansson | 2010-02-02 | 1 | -2/+0 |
* | Boot path has already been required, dont need it again | David Heinemeier Hansson | 2010-02-02 | 1 | -5/+0 |
* | Removed all the default commands in script/* and replaced them with script/ra... | David Heinemeier Hansson | 2010-02-02 | 2 | -0/+81 |
* | Automatically configure generators if application is defined. | José Valim | 2010-01-29 | 2 | -2/+0 |
* | Move console stuff to its own directory. | José Valim | 2010-01-23 | 1 | -4/+4 |
* | Default to sync instrumentation. | José Valim | 2010-01-21 | 1 | -10/+1 |
* | Make script/dbconsole work again [#3690 state:resolved] | Sam Granieri | 2010-01-16 | 1 | -2/+2 |
* | Fix an issue where log was not being tailed in the first request. | José Valim | 2010-01-15 | 1 | -1/+14 |
* | LogTailer should be invoked after all logs in threads were flushed. | José Valim | 2010-01-15 | 1 | -5/+1 |
* | Get everyone running on Rails.env and fix the broken environment settings for... | David Heinemeier Hansson | 2010-01-11 | 4 | -12/+13 |
* | Have to remove the environment name from ARGV or IRB will freak out | David Heinemeier Hansson | 2010-01-09 | 1 | -1/+1 |
* | No more hacks to ensure generators are executed inside Rails.root. | José Valim | 2010-01-07 | 2 | -2/+2 |