aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/initializers
Commit message (Expand)AuthorAgeFilesLines
...
* removes Array#random_element and backports Array#sample from Ruby 1.9, thanks...Xavier Noria2010-06-051-2/+2
* Add lib to load paths when application is inherited to be able to load lib co...José Valim2010-06-021-0/+17
* Renames Array#rand -> Array#random_elementRizwan Reza2010-05-171-2/+2
* Fixed two failing tests in railties on 1.9.2-head [#4609 state:commited]rohit2010-05-161-2/+2
* Expose remaining hooks to minimize the need for a Railtie based on feedback f...José Valim2010-05-161-5/+23
* Reorganized initializers a bit to enable better hooks for common cases withou...wycats2010-05-151-13/+0
* Change event namespace ordering to most-significant first [#4504 state:resolved]Justin George2010-05-021-1/+1
* Deprecated ActionController::Base.session_options= and ActionController::Base...Carlhuda2010-03-041-2/+2
* Fix Sam Ruby's tests and deprecation warningsCarlhuda2010-03-041-2/+2
* Fix a test that assumes that defined?(ActiveRecord) == defined?(ActiveRecord:...Carlhuda2010-03-021-1/+1
* Add a test for default_url_options in AM.José Valim2010-02-211-0/+11
* Revert behavior from a5684dfa3c16472bfa5d5d861ba78cb6dbadcb59 and ensure afte...José Valim2010-02-191-3/+15
* Ensure config.after_initializer is executed before building the middleware st...José Valim2010-02-181-0/+14
* Rename Rails::Subscriber to Rails::LogSubscriberPrem Sichanugrist2010-02-161-1/+1
* Add more tests to some key points in Railties.José Valim2010-01-282-2/+20
* Refactor railties test, break huge files in smaller chunks and move initiali...José Valim2010-01-267-0/+349