aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/initializers/frameworks_test.rb
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
* 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-141-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+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-291-1/+1
* applies new string literal convention in railties/testXavier Noria2016-08-061-7/+7
* Remove unused boot_rails method and it's usagePrathamesh Sonpatki2016-07-041-1/+0
* 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
|/
* 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
* Revise 'sqlite3:' URL handling for smoother upgradesMatthew Draper2014-04-031-2/+2
* Use Full path to sqlite database in testsschneems2013-12-221-1/+1
* 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-101-3/+3
* 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
* 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
* Move queue classes to ActiveSupportSantiago Pastorino2012-09-141-3/+3
* Allow users to configure the queue for the mailersRafael Mendonça França2012-09-121-0/+17
* fixed support for DATABASE_URL for rake db tasksGrace Liu2012-09-111-0/+32
* Extract ActiveRecord::SessionStore from RailsPrem Sichanugrist2012-08-241-20/+0
* Remove default match without specified methodJose and Yehuda2012-04-241-1/+1
* Remove --http.José Valim2012-03-141-27/+0
* Add ActionController::HTTPSantiago Pastorino2012-03-141-0/+27
* Fix broken testsSantiago Pastorino2012-03-101-1/+2
* Use one system call whenever possible, group rake and Dir.chdir callsCarlos Antonio da Silva2012-03-081-9/+4
* Support judgement expired schema cache dump.kennyj2012-03-011-0/+14
* Load db/schema_cache.dump duaring boot time.kennyj2012-03-011-0/+12
* convert railties to use AS::TestCaseAaron Patterson2012-01-051-1/+1
* remove checks for encodings availabilitySergey Nartimov2011-12-251-1/+1
* Fix testcase an error on ruby 1.8.x.kennyj2011-12-091-2/+3
* Assign config.encoding to AD::Response.default_charset at the initialization ...kennyj2011-12-071-0/+6
* Solve the RAILS_ENV problem in the railties tests in a more generic wayJon Leighton2011-06-061-3/+1
* framework_test.rb also dependent on RAILS_ENV=developmentArun Agrawal2011-06-061-0/+6
* Fix tests to reflect IdentityMap no longer defaultDavid Lee2011-05-101-1/+1
* Fix typo.Emilio Tagua2010-11-191-1/+1