| Commit message (Expand) | Author | Age | Files | Lines |
* | Run in-app rails commands via fork+load where possible | Matthew Draper | 2017-09-04 | 1 | -8/+4 |
* | Preload Rails component gems in railties tests | Matthew Draper | 2017-09-04 | 1 | -1/+1 |
* | Adding frozen_string_literal pragma to Railties. | Pat Allan | 2017-08-14 | 5 | -0/+10 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 5 | -5/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 5 | -0/+5 |
* | Make i18n test match the description of the test | Guillermo Iguaran | 2017-06-09 | 1 | -1/+1 |
* | Clear active connections after initialization | Eugene Kenny | 2017-02-17 | 1 | -0/+8 |
* | `#tables` and `#table_exists?` and returns only tables and not views | Rafael Mendonça França | 2016-12-29 | 1 | -5/+3 |
* | Add more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 2 | -3/+3 |
* | improve error message when include assertions fail | Michael Grosser | 2016-09-16 | 2 | -7/+7 |
* | modernizes hash syntax in railties | Xavier Noria | 2016-08-06 | 1 | -3/+3 |
* | applies new string literal convention in railties/test | Xavier Noria | 2016-08-06 | 4 | -21/+21 |
* | Remove unused boot_rails method and it's usage | Prathamesh Sonpatki | 2016-07-04 | 5 | -5/+0 |
* | - Added i18n test to verify assigning hash directly to fallbacks instead of u... | Vipul A M | 2016-03-06 | 1 | -1/+7 |
* | remove args from assert_nothing_raised in tests | Tara Scherner de la Fuente | 2016-02-22 | 1 | -1/+1 |
* | Be consistent in testing outputs from railties test and use /bin/rails everyw... | Vipul A M | 2016-01-24 | 1 | -2/+2 |
* | Merge pull request #17388 from akampjes/master | Arthur Nogueira Neves | 2015-10-12 | 1 | -0/+11 |
|\ |
|
| * | ActionMailer https on URL with force_ssl = true | Andrew Kampjes | 2015-08-14 | 1 | -0/+11 |
* | | remove unused require ‘set’ | NehaGautam | 2015-08-25 | 1 | -1/+0 |
|/ |
|
* | Reload I18n locales in development | Kir Shatrov | 2015-08-10 | 1 | -0/+73 |
* | tests, railties tests should use `bin/` executables when possible. | Yves Senn | 2015-06-30 | 1 | -2/+2 |
* | Use new hash syntax | Santiago Pastorino | 2015-06-11 | 1 | -1/+1 |
* | Add AC::API + its middleware stack integration test | Santiago Pastorino | 2015-06-11 | 1 | -0/+29 |
* | Remove deprecate `*_path` helpers in email views | Rafael Mendonça França | 2015-01-04 | 1 | -1/+0 |
* | Expectations first | Akira Matsuda | 2014-08-28 | 1 | -2/+2 |
* | Deprecate `*_path` methods in mailers | @schneems and @sgrif | 2014-07-30 | 1 | -2/+2 |
* | Do not set enforce_available_locales to i18n 0.7 | Rafael Mendonça França | 2014-07-23 | 1 | -18/+2 |
* | Revise 'sqlite3:' URL handling for smoother upgrades | Matthew Draper | 2014-04-03 | 1 | -2/+2 |
* | Use Full path to sqlite database in tests | schneems | 2013-12-22 | 1 | -1/+1 |
* | Default I18n.enforce_available_locales to true | Carlos Antonio da Silva | 2013-12-17 | 1 | -4/+38 |
* | set `i18n.enforce_available_locales` before `i18n.default_locale`. | Yves Senn | 2013-12-05 | 1 | -0/+11 |
* | Build fix for ruby 1.9.3 syntax | Arun Agrawal | 2013-11-16 | 1 | -1/+1 |
* | Instrument each load config initializer | Paul Nikitochkin | 2013-11-16 | 1 | -0/+13 |
* | Allow Pathnames to be added to eager load paths | Mike Pack | 2013-11-11 | 1 | -0/+14 |
* | build fix: railties tests used deprecated `SchemaCache` methods. | Yves Senn | 2013-07-04 | 1 | -2/+2 |
* | Calls to the application constant have been refactored to use | wangjohn | 2013-06-10 | 3 | -8/+8 |
* | initialize instead of assert to fix warning | Vipul A M | 2013-04-11 | 1 | -0/+1 |
* | Fixed typo in railties/test | Prathamesh Sonpatki | 2013-03-25 | 1 | -1/+1 |
* | Fix some typos | Vipul A M | 2013-03-24 | 1 | -1/+1 |
* | remove uncommented railties boot_test.rb | Yves Senn | 2013-02-21 | 1 | -20/+0 |
* | Revert "Deprecate the `eager_load_paths` configuration" | Andrew White | 2013-02-19 | 1 | -1/+1 |
* | Deprecate the `eager_load_paths` configuration | Andrew White | 2013-01-24 | 1 | -1/+1 |
* | Move background jobs to the 'jobs' branch until fully baked. Not shipping wit... | Jeremy Kemper | 2012-12-21 | 1 | -16/+0 |
* | Removing warning : ambiguous first argument | Arun Agrawal | 2012-11-11 | 1 | -2/+2 |
* | Use Ruby 1.9 Hash syntax in railties | Robin Dupret | 2012-10-14 | 2 | -8/+8 |
* | Remove the queue container. Premature consolidation. Set up and maintain queu... | Jeremy Kemper | 2012-10-12 | 1 | -3/+2 |
* | Use String#exclude? to make sure that Active Support is not loaded when | Rafael Mendonça França | 2012-10-04 | 1 | -1/+1 |
* | Move queue classes to ActiveSupport | Santiago Pastorino | 2012-09-14 | 1 | -3/+3 |
* | Allow users to configure the queue for the mailers | Rafael Mendonça França | 2012-09-12 | 1 | -0/+17 |
* | fixed support for DATABASE_URL for rake db tasks | Grace Liu | 2012-09-11 | 1 | -0/+32 |