aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/loading_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Add a test that exercice better the behavior we expect in the query cacheRafael Mendonça França2018-09-121-2/+43
* Fix query cache to load before first requestEileen Uchitelle2018-09-121-0/+33
* Use lazy load hook to configure ActiveStorage::BlobEugene Kenny2018-02-251-0/+12
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-4/+4
* Invoke rails command inside the railties' test app with TestHelpers::Generati...bogdanvlviv2017-10-081-2/+2
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* Convert to strings so array can be sorted deterministicallyDavid Heinemeier Hansson2017-08-041-3/+3
* Deterministic comparisons pleaseDavid Heinemeier Hansson2017-08-031-3/+3
* Including new default classes in loading testDavid Heinemeier Hansson2017-08-031-3/+3
* 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
* Privatize unneededly protected methods in Railties testsAkira Matsuda2016-12-241-1/+1
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-7/+7
* applies new string literal convention in railties/testXavier Noria2016-08-061-19/+19
* 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-4/+4
* Prevent destructive action on production databaseschneems2016-01-071-3/+3
* Internal test migrations use the private 'Current' versionMatthew Draper2015-12-151-2/+2
* Fix failing test using custom file watcherMatthew Erhard2015-12-021-0/+2
* Fix constant in void context warningsAndrew White2015-05-051-2/+2
* actually autoload all second-level directories called `app/*/concerns`Alex Robbin2014-12-261-0/+29
* Use block instead passing as argumentRafael Mendonça França2013-07-021-1/+1
* Calls to the application constant have been refactored to usewangjohn2013-06-101-1/+1
* clearing autoloaded constants triggers routes reloading [Fixes #10685]Xavier Noria2013-06-061-1/+34
* Removing use of subclassed application constant and instead using thewangjohn2013-06-031-11/+11
* Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-141-14/+14
* Remove all references to attr_accessible/protected and old mass_assignment_sa...Guillermo Iguaran2012-09-161-1/+0
* Remove default match without specified methodJose and Yehuda2012-04-241-8/+8
* Rails.initialized? can be called at any time without raising an exception [Cl...Franck Verrot2012-03-281-0/+10
* Simplify helpers handling. Ensure Metal can run AC hooks.José Valim2012-03-151-1/+30
* Now all the models need to explicitly declare the accessible attributesRafael Mendonça França2012-03-041-0/+1
* Fix railties testsPiotr Sarnacki2012-01-151-4/+4
* convert railties to use AS::TestCaseAaron Patterson2012-01-051-1/+1
* Clean up the cache before the request in case we are running in the reload_cl...José Valim2011-12-151-3/+51
* FileUpdateChecker should be able to handle deleted files.José Valim2011-12-131-0/+32
* Add config.file_watcher so developers can provide their own watchers (for ins...José Valim2011-12-131-3/+79
* Speed up development by only reloading classes if dependencies files changed.José Valim2011-12-121-0/+1
* Solve the RAILS_ENV problem in the railties tests in a more generic wayJon Leighton2011-06-061-3/+1
* loading_test.rb with RAILS_ENV=developmentArun Agrawal2011-06-061-0/+6
* Removed deprecated router API from railtiesPiotr Sarnacki2010-09-051-1/+1
* Ensure that Rails.application.initialize! is called only oncePiotr Sarnacki2010-09-031-0/+5
* Allow Engines loading its own environment file from config/environmentsPiotr Sarnacki2010-09-031-0/+17
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-3/+3
* Push a failing test for issues [#4994] and [#5003].José Valim2010-06-291-1/+14
* Clear DescendantsTracker on each request.José Valim2010-06-191-0/+73