Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The rake task :environment now loads config/environment.rb instead of ↵ | José Valim | 2010-04-29 | 1 | -1/+2 |
| | | | | initializing the application on its own. This fixes [#4492 state:resolved] and also avoids the application being initialized twice in some rake tasks. | ||||
* | Use Config::CONFIG['host_os'] instead of RUBY_PLATFORM [#4477 state:resolved] | Anil Wadghule | 2010-04-26 | 1 | -1/+2 |
| | | | | Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | 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 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | rails runner loads environment after parsing command-line options | Jeremy Kemper | 2010-02-09 | 1 | -0/+2 |
| | |||||
* | Rename usage path to command to just the command name | David Heinemeier Hansson | 2010-02-02 | 1 | -1/+1 |
| | |||||
* | Get everyone running on Rails.env and fix the broken environment settings ↵ | David Heinemeier Hansson | 2010-01-11 | 1 | -1/+0 |
| | | | | for script/console and script/dbconsole | ||||
* | script/runner should require environment | Joshua Peek | 2009-10-16 | 1 | -2/+0 |
| | |||||
* | Use Rails.initialize! where we just want to run the initializers and aren't ↵ | Joshua Peek | 2009-10-16 | 1 | -1/+1 |
| | | | | concerned about the config | ||||
* | Have config/application.rb contain the application definition and require ↵ | Carl Lerche | 2009-10-15 | 1 | -1/+1 |
| | | | | that file instead of config/boot.rb or config/environment.rb in script/*. | ||||
* | Move railties/lib/* into railties/lib/* | Yehuda Katz + Carl Lerche | 2009-09-24 | 1 | -0/+54 |