| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix tests to reflect IdentityMap no longer default | David Lee | 2011-05-10 | 1 | -1/+1 |
* | Merge remote branch 'rails/master' into identity_map | Emilio Tagua | 2011-02-15 | 1 | -0/+30 |
|\ |
|
| * | Additionally trigger i18n configuration setup before any eager loading [#6353... | Saimon Moore | 2011-02-01 | 1 | -0/+30 |
* | | Fix typo. | Emilio Tagua | 2010-11-19 | 1 | -1/+1 |
* | | Use IdentityMap middleware to flush map on each request. | Emilio Tagua | 2010-11-19 | 1 | -1/+1 |
|/ |
|
* | Add config.action_controller.include_all_helpers, by default it is set to true. | Piotr Sarnacki | 2010-11-18 | 1 | -0/+60 |
* | Merge remote branch 'drogus/engines' | wycats | 2010-09-11 | 1 | -1/+1 |
|\ |
|
| * | Change app to main_app in mounted_helpers | Piotr Sarnacki | 2010-09-08 | 1 | -1/+1 |
* | | Add configuration option for tld length | Simon Jefford | 2010-09-09 | 1 | -0/+7 |
|/ |
|
* | Removed deprecated router API from railties | Piotr Sarnacki | 2010-09-05 | 1 | -2/+2 |
* | mounted helpers should be included in ActionMailer | Piotr Sarnacki | 2010-09-03 | 1 | -0/+1 |
* | Revert "Just add connection management middleware if running in a concurrent ... | Jeremy Kemper | 2010-08-20 | 1 | -11/+1 |
* | Fix a failing test in Railtie and properly define all severity levels in Mock... | José Valim | 2010-07-20 | 1 | -14/+5 |
* | Just add connection management middleware if running in a concurrent environm... | José Valim | 2010-07-12 | 1 | -1/+11 |
* | Add a test to ensure url helpers are not action methods in ActionMailer. | José Valim | 2010-07-07 | 1 | -0/+19 |
* | Avoid calls to Rails::Application since this is not the official API. | José Valim | 2010-07-01 | 2 | -2/+2 |
* | adding missing assertion and fixing the test | Neeraj Singh | 2010-06-24 | 1 | -2/+4 |
* | fixing test by replacing assert with assert_equal | Neeraj Singh | 2010-06-24 | 1 | -1/+1 |
* | Array#sample now exists, so test for #forty_two instead | Jeremy Kemper | 2010-06-24 | 1 | -1/+1 |
* | Revert "files in the lib directory are no longer autoloaded" | Xavier Noria | 2010-06-21 | 1 | -3/+1 |
* | files in the lib directory are no longer autoloaded | Xavier Noria | 2010-06-21 | 1 | -1/+3 |
* | I18n.reload! is only called if any of the locale files actually changed. | José Valim | 2010-06-20 | 1 | -19/+114 |
* | Clear DescendantsTracker on each request. | José Valim | 2010-06-19 | 1 | -1/+1 |
* | edit pass: the names of Rails components have a space, ie, "Active Record", n... | Xavier Noria | 2010-06-14 | 1 | -1/+1 |
* | abort generation/booting on Ruby 1.9.1 | Xavier Noria | 2010-06-10 | 1 | -1/+3 |
* | removes Array#random_element and backports Array#sample from Ruby 1.9, thanks... | Xavier Noria | 2010-06-05 | 1 | -2/+2 |
* | Add lib to load paths when application is inherited to be able to load lib co... | José Valim | 2010-06-02 | 1 | -0/+17 |
* | Renames Array#rand -> Array#random_element | Rizwan Reza | 2010-05-17 | 1 | -2/+2 |
* | Fixed two failing tests in railties on 1.9.2-head [#4609 state:commited] | rohit | 2010-05-16 | 1 | -2/+2 |
* | Expose remaining hooks to minimize the need for a Railtie based on feedback f... | José Valim | 2010-05-16 | 1 | -5/+23 |
* | Reorganized initializers a bit to enable better hooks for common cases withou... | wycats | 2010-05-15 | 1 | -13/+0 |
* | Change event namespace ordering to most-significant first [#4504 state:resolved] | Justin George | 2010-05-02 | 1 | -1/+1 |
* | Deprecated ActionController::Base.session_options= and ActionController::Base... | Carlhuda | 2010-03-04 | 1 | -2/+2 |
* | Fix Sam Ruby's tests and deprecation warnings | Carlhuda | 2010-03-04 | 1 | -2/+2 |
* | Fix a test that assumes that defined?(ActiveRecord) == defined?(ActiveRecord:... | Carlhuda | 2010-03-02 | 1 | -1/+1 |
* | Add a test for default_url_options in AM. | José Valim | 2010-02-21 | 1 | -0/+11 |
* | Revert behavior from a5684dfa3c16472bfa5d5d861ba78cb6dbadcb59 and ensure afte... | José Valim | 2010-02-19 | 1 | -3/+15 |
* | Ensure config.after_initializer is executed before building the middleware st... | José Valim | 2010-02-18 | 1 | -0/+14 |
* | Rename Rails::Subscriber to Rails::LogSubscriber | Prem Sichanugrist | 2010-02-16 | 1 | -1/+1 |
* | Add more tests to some key points in Railties. | José Valim | 2010-01-28 | 2 | -2/+20 |
* | Refactor railties test, break huge files in smaller chunks and move initiali... | José Valim | 2010-01-26 | 7 | -0/+349 |