Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testing.rake should set the default task, closes #2564 | José Valim | 2011-10-07 | 1 | -2/+0 |
| | |||||
* | fixes #2368. rake about not showing the middleware, db adapter and db schema ↵ | Vijay Dev | 2011-07-31 | 1 | -1/+1 |
| | | | | version | ||||
* | Removed ActiveSupport::SecureRandom in favour of SecureRandom from the ↵ | Jon Leighton | 2011-05-23 | 1 | -1/+1 |
| | | | | standard library. (It has been deprecated in the 3-1-stable branch.) | ||||
* | Replace references to ActiveSupport::SecureRandom with just SecureRandom, ↵ | Jon Leighton | 2011-05-23 | 1 | -1/+1 |
| | | | | and require 'securerandom' from the stdlib when active support is required. | ||||
* | revision of typo: crytographically [#5566 state:resolved] | ISHIKAWA Takayuki | 2010-09-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | Cut down even further on rake -T noise | David Heinemeier Hansson | 2010-06-09 | 1 | -2/+2 |
| | |||||
* | Cut down on tasks shown in rake -T | David Heinemeier Hansson | 2010-06-09 | 1 | -4/+4 |
| | |||||
* | Autoload Rails::Info | Joshua Peek | 2010-03-20 | 1 | -1/+0 |
| | |||||
* | Move railties/builtin into lib | Joshua Peek | 2010-03-20 | 1 | -4/+3 |
| | |||||
* | Added "rake about" as a replacement for script/about [DHH] | David Heinemeier Hansson | 2010-02-02 | 1 | -0/+7 |
| | |||||
* | Set deprecation warnings for RAILS_ENV and RAILS_DEFAULT_LOGGER. | José Valim | 2010-01-13 | 1 | -0/+1 |
| | |||||
* | Have script/* and Rakefile use the application object | Carlhuda | 2009-11-24 | 1 | -4/+0 |
| | |||||
* | Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the ↵ | Carl Lerche | 2009-10-16 | 1 | -1/+1 |
| | | | | application's object root) | ||||
* | Move railties/lib/* into railties/lib/* | Yehuda Katz + Carl Lerche | 2009-09-24 | 1 | -0/+67 |