index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
railties
/
test
/
application
/
loading_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a test that exercice better the behavior we expect in the query cache
Rafael Mendonça França
2018-09-12
1
-2
/
+43
*
Fix query cache to load before first request
Eileen Uchitelle
2018-09-12
1
-0
/
+33
*
Use lazy load hook to configure ActiveStorage::Blob
Eugene Kenny
2018-02-25
1
-0
/
+12
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
1
-4
/
+4
*
Invoke rails command inside the railties' test app with TestHelpers::Generati...
bogdanvlviv
2017-10-08
1
-2
/
+2
*
Adding frozen_string_literal pragma to Railties.
Pat Allan
2017-08-14
1
-0
/
+2
*
Convert to strings so array can be sorted deterministically
David Heinemeier Hansson
2017-08-04
1
-3
/
+3
*
Deterministic comparisons please
David Heinemeier Hansson
2017-08-03
1
-3
/
+3
*
Including new default classes in loading test
David Heinemeier Hansson
2017-08-03
1
-3
/
+3
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Privatize unneededly protected methods in Railties tests
Akira Matsuda
2016-12-24
1
-1
/
+1
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-1
/
+1
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-7
/
+7
*
applies new string literal convention in railties/test
Xavier Noria
2016-08-06
1
-19
/
+19
*
Remove unused boot_rails method and it's usage
Prathamesh Sonpatki
2016-07-04
1
-1
/
+0
*
remove args from assert_nothing_raised in tests
Tara Scherner de la Fuente
2016-02-22
1
-4
/
+4
*
Prevent destructive action on production database
schneems
2016-01-07
1
-3
/
+3
*
Internal test migrations use the private 'Current' version
Matthew Draper
2015-12-15
1
-2
/
+2
*
Fix failing test using custom file watcher
Matthew Erhard
2015-12-02
1
-0
/
+2
*
Fix constant in void context warnings
Andrew White
2015-05-05
1
-2
/
+2
*
actually autoload all second-level directories called `app/*/concerns`
Alex Robbin
2014-12-26
1
-0
/
+29
*
Use block instead passing as argument
Rafael Mendonça França
2013-07-02
1
-1
/
+1
*
Calls to the application constant have been refactored to use
wangjohn
2013-06-10
1
-1
/
+1
*
clearing autoloaded constants triggers routes reloading [Fixes #10685]
Xavier Noria
2013-06-06
1
-1
/
+34
*
Removing use of subclassed application constant and instead using the
wangjohn
2013-06-03
1
-11
/
+11
*
Use Ruby 1.9 Hash syntax in railties
Robin Dupret
2012-10-14
1
-14
/
+14
*
Remove all references to attr_accessible/protected and old mass_assignment_sa...
Guillermo Iguaran
2012-09-16
1
-1
/
+0
*
Remove default match without specified method
Jose and Yehuda
2012-04-24
1
-8
/
+8
*
Rails.initialized? can be called at any time without raising an exception [Cl...
Franck Verrot
2012-03-28
1
-0
/
+10
*
Simplify helpers handling. Ensure Metal can run AC hooks.
José Valim
2012-03-15
1
-1
/
+30
*
Now all the models need to explicitly declare the accessible attributes
Rafael Mendonça França
2012-03-04
1
-0
/
+1
*
Fix railties tests
Piotr Sarnacki
2012-01-15
1
-4
/
+4
*
convert railties to use AS::TestCase
Aaron Patterson
2012-01-05
1
-1
/
+1
*
Clean up the cache before the request in case we are running in the reload_cl...
José Valim
2011-12-15
1
-3
/
+51
*
FileUpdateChecker should be able to handle deleted files.
José Valim
2011-12-13
1
-0
/
+32
*
Add config.file_watcher so developers can provide their own watchers (for ins...
José Valim
2011-12-13
1
-3
/
+79
*
Speed up development by only reloading classes if dependencies files changed.
José Valim
2011-12-12
1
-0
/
+1
*
Solve the RAILS_ENV problem in the railties tests in a more generic way
Jon Leighton
2011-06-06
1
-3
/
+1
*
loading_test.rb with RAILS_ENV=development
Arun Agrawal
2011-06-06
1
-0
/
+6
*
Removed deprecated router API from railties
Piotr Sarnacki
2010-09-05
1
-1
/
+1
*
Ensure that Rails.application.initialize! is called only once
Piotr Sarnacki
2010-09-03
1
-0
/
+5
*
Allow Engines loading its own environment file from config/environments
Piotr Sarnacki
2010-09-03
1
-0
/
+17
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-3
/
+3
*
Push a failing test for issues [#4994] and [#5003].
José Valim
2010-06-29
1
-1
/
+14
*
Clear DescendantsTracker on each request.
José Valim
2010-06-19
1
-0
/
+73