aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/initializers
Commit message (Expand)AuthorAgeFilesLines
* Replace `assert !` with `assert_not`Daniel Colson2018-04-191-1/+1
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-1/+1
* Log call site for all queriesOlivier Lacan2017-12-131-0/+1
* Run in-app rails commands via fork+load where possibleMatthew Draper2017-09-041-8/+4
* Preload Rails component gems in railties testsMatthew Draper2017-09-041-1/+1
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-145-0/+10
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-025-5/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-015-0/+5
* Make i18n test match the description of the testGuillermo Iguaran2017-06-091-1/+1
* Clear active connections after initializationEugene Kenny2017-02-171-0/+8
* `#tables` and `#table_exists?` and returns only tables and not viewsRafael Mendonça França2016-12-291-5/+3
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-292-3/+3
* improve error message when include assertions failMichael Grosser2016-09-162-7/+7
* modernizes hash syntax in railtiesXavier Noria2016-08-061-3/+3
* applies new string literal convention in railties/testXavier Noria2016-08-064-21/+21
* Remove unused boot_rails method and it's usagePrathamesh Sonpatki2016-07-045-5/+0
* - Added i18n test to verify assigning hash directly to fallbacks instead of u...Vipul A M2016-03-061-1/+7
* remove args from assert_nothing_raised in testsTara Scherner de la Fuente2016-02-221-1/+1
* Be consistent in testing outputs from railties test and use /bin/rails everyw...Vipul A M2016-01-241-2/+2
* Merge pull request #17388 from akampjes/masterArthur Nogueira Neves2015-10-121-0/+11
|\
| * ActionMailer https on URL with force_ssl = trueAndrew Kampjes2015-08-141-0/+11
* | remove unused require ‘set’NehaGautam2015-08-251-1/+0
|/
* Reload I18n locales in developmentKir Shatrov2015-08-101-0/+73
* tests, railties tests should use `bin/` executables when possible.Yves Senn2015-06-301-2/+2
* Use new hash syntaxSantiago Pastorino2015-06-111-1/+1
* Add AC::API + its middleware stack integration testSantiago Pastorino2015-06-111-0/+29
* Remove deprecate `*_path` helpers in email viewsRafael Mendonça França2015-01-041-1/+0
* Expectations firstAkira Matsuda2014-08-281-2/+2
* Deprecate `*_path` methods in mailers@schneems and @sgrif2014-07-301-2/+2
* Do not set enforce_available_locales to i18n 0.7Rafael Mendonça França2014-07-231-18/+2
* Revise 'sqlite3:' URL handling for smoother upgradesMatthew Draper2014-04-031-2/+2
* Use Full path to sqlite database in testsschneems2013-12-221-1/+1
* Default I18n.enforce_available_locales to trueCarlos Antonio da Silva2013-12-171-4/+38
* set `i18n.enforce_available_locales` before `i18n.default_locale`.Yves Senn2013-12-051-0/+11
* Build fix for ruby 1.9.3 syntaxArun Agrawal2013-11-161-1/+1
* Instrument each load config initializerPaul Nikitochkin2013-11-161-0/+13
* Allow Pathnames to be added to eager load pathsMike Pack2013-11-111-0/+14
* build fix: railties tests used deprecated `SchemaCache` methods.Yves Senn2013-07-041-2/+2
* Calls to the application constant have been refactored to usewangjohn2013-06-103-8/+8
* initialize instead of assert to fix warningVipul A M2013-04-111-0/+1
* Fixed typo in railties/testPrathamesh Sonpatki2013-03-251-1/+1
* Fix some typosVipul A M2013-03-241-1/+1
* remove uncommented railties boot_test.rbYves Senn2013-02-211-20/+0
* Revert "Deprecate the `eager_load_paths` configuration"Andrew White2013-02-191-1/+1
* Deprecate the `eager_load_paths` configurationAndrew White2013-01-241-1/+1
* Move background jobs to the 'jobs' branch until fully baked. Not shipping wit...Jeremy Kemper2012-12-211-16/+0
* Removing warning : ambiguous first argumentArun Agrawal2012-11-111-2/+2
* Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-142-8/+8
* Remove the queue container. Premature consolidation. Set up and maintain queu...Jeremy Kemper2012-10-121-3/+2
* Use String#exclude? to make sure that Active Support is not loaded whenRafael Mendonça França2012-10-041-1/+1