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
/
configuration_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow use_authenticated_message_encryption to be set in new_framework_default...
Eugene Kenny
2018-01-07
1
-3
/
+27
*
Add test case that configure `config.active_support.hash_digest_class`
yuuji.yaginuma
2017-12-20
1
-0
/
+18
*
Raise an error only when `require_master_key` is specified
yuuji.yaginuma
2017-12-18
1
-0
/
+8
*
Log call site for all queries
Olivier Lacan
2017-12-13
1
-4
/
+10
*
Change `form_with` to generates ids by default
npezza93
2017-11-25
1
-0
/
+62
*
Deprecate secret_token, long since usurped by secret_key_base.
Kasper Timm Hansen
2017-09-28
1
-0
/
+26
*
Add credentials using a generic EncryptedConfiguration class (#30067)
David Heinemeier Hansson
2017-09-11
1
-50
/
+32
*
Preload Rails component gems in railties tests
Matthew Draper
2017-09-04
1
-0
/
+1
*
Remove needless `silence_warnings`
yuuji.yaginuma
2017-09-01
1
-4
/
+1
*
Fix RuboCop offenses
Koichi ITO
2017-08-16
1
-2
/
+2
*
Add test case to make sure Parameters configuration are executed once
Rafael Mendonça França
2017-08-15
1
-0
/
+10
*
Adding frozen_string_literal pragma to Railties.
Pat Allan
2017-08-14
1
-0
/
+2
*
Merge pull request #29559 from kirs/eager-load-controller-actions
Rafael França
2017-08-11
1
-0
/
+60
|
\
|
*
Eager load controller and mailer actions
Kir Shatrov
2017-07-29
1
-0
/
+60
*
|
Check for `app.secrets.secret_key_base`, not `app.config.secret_key_base`
George Claghorn
2017-08-05
1
-3
/
+1
*
|
Generating the app is where the exception is now raised
David Heinemeier Hansson
2017-08-03
1
-1
/
+1
|
/
*
Rename helper to force_lazy_load_hooks.
Kasper Timm Hansen
2017-07-17
1
-14
/
+14
*
add helper method for explicit lazy load
yuuji.yaginuma
2017-07-16
1
-13
/
+18
*
Set `represent_boolean_as_integer` via `configuration`
yuuji.yaginuma
2017-07-16
1
-0
/
+18
*
Change sqlite3 boolean serialization to use 1 and 0
Lisa Ugray
2017-07-11
1
-0
/
+28
*
Protect from forgery by default
Lisa Ugray
2017-07-10
1
-0
/
+7
*
Merge pull request #29677 from eugeneius/parameters_configuration_tests
Rafael Mendonça França
2017-07-05
1
-0
/
+36
|
\
|
*
Fix Parameters configuration integration tests
Eugene Kenny
2017-07-04
1
-0
/
+41
*
|
Force ActionController::Base lazy laod hooks to run
Rafael Mendonça França
2017-07-05
1
-0
/
+12
|
/
*
Remove redundant `assert_respond_to`
Ryuta Kamizono
2017-07-03
1
-3
/
+0
*
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
*
Added a shared section to config/database.yml that will be loaded for all env...
Pierre Schambacher
2017-04-26
1
-0
/
+34
*
Set to `form_with_generates_remote_forms` only when config is explicitly spec...
yuuji.yaginuma
2017-04-22
1
-0
/
+28
*
Configure form_with_generates_remote_forms in its own initializer
Rafael Mendonça França
2017-04-21
1
-0
/
+32
*
Correct spelling
Benjamin Fleischer
2017-02-05
1
-2
/
+2
*
correctly check error message
yuuji.yaginuma
2017-01-25
1
-2
/
+4
*
Merge pull request #27399 from sinogermany/rails-env-for-empty-string-env-vars
Rafael Mendonça França
2017-01-03
1
-0
/
+12
|
\
|
*
Rails.env falls back to dev mode when env var is empty
Daniel Deng
2017-01-04
1
-0
/
+12
*
|
Fix configuration test now that Metal#env was removed
Rafael Mendonça França
2017-01-03
1
-1
/
+1
*
|
Remove deprecated config.serve_static_files
Rafael Mendonça França
2017-01-03
1
-10
/
+0
*
|
Remove deprecated `config.static_cache_control`
Rafael Mendonça França
2017-01-03
1
-10
/
+0
*
|
"Use assert_nil if expecting nil. This will fail in minitest 6."
Akira Matsuda
2016-12-25
1
-3
/
+3
|
/
*
Remove aggressive unit test with mock. And add integration level test.
Taishi Kasuga
2016-11-24
1
-0
/
+19
*
deep symbolize keys on secrets.yml
Isaac Sloan
2016-11-21
1
-0
/
+14
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-3
/
+3
*
Remove deprecated support to :text in render
Rafael Mendonça França
2016-10-10
1
-9
/
+9
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-3
/
+3
*
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Ryuta Kamizono
2016-08-07
1
-1
/
+0
*
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
1
-3
/
+3
*
applies new string literal convention in railties/test
Xavier Noria
2016-08-06
1
-200
/
+200
*
Merge pull request #25438 from prathamesh-sonpatki/rm-session-store-initializer
Rafael Mendonça França
2016-07-20
1
-0
/
+16
|
\
|
*
Setup default session store internally, no longer through an application init...
Prathamesh Sonpatki
2016-07-17
1
-0
/
+16
*
|
remove unnecessary send
yuuji.yaginuma
2016-07-10
1
-5
/
+5
|
/
*
Merge pull request #25652 from prathamesh-sonpatki/rm-boot-rails
Guillermo Iguaran
2016-07-08
1
-2
/
+1
|
\
[next]