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
*
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
|
\
|
*
Remove unused boot_rails method and it's usage
Prathamesh Sonpatki
2016-07-04
1
-2
/
+1
*
|
Fix typo in test case
Abhishek Jain
2016-07-08
1
-1
/
+1
|
/
*
Added a shared section to config/secrets.yml that will be loaded for all envi...
David Heinemeier Hansson
2016-05-21
1
-0
/
+25
*
Fix some typos in comments.
Joe Rafaniello
2016-05-04
1
-1
/
+1
*
Fix test name
Vipul A M
2016-04-23
1
-1
/
+1
*
Fixed couple of semantics in the configuration_test.rb
Akshay
2016-02-28
1
-2
/
+2
*
Show permitted flag in the output of AC::Parameters#inspect
Prathamesh Sonpatki
2016-02-24
1
-1
/
+1
*
Alternative to #23638 log to STDOUT via env var
schneems
2016-02-17
1
-0
/
+11
*
Implement ActionController::Parameters#inspect
Benjamin Quorning
2016-02-17
1
-1
/
+1
*
Correct config option from only_api to api_only in test
Akshay
2016-02-12
1
-1
/
+1
*
Default new apps to tag logs with `request_id`
schneems
2016-01-06
1
-0
/
+18
*
add option for per-form CSRF tokens
Ben Toews
2016-01-04
1
-1
/
+1
*
ApplicationMailer should be generated by default just like every other Applic...
David Heinemeier Hansson
2015-12-17
1
-0
/
+1
*
Merge branch 'master' into merge-action-cable
Rafael Mendonça França
2015-12-16
1
-0
/
+1
|
\
|
*
Introduce ApplicationRecord, an Active Record layer supertype
Genadi Samokovarov
2015-12-16
1
-0
/
+1
*
|
Accept a Pathname in Application#config_for
Rafael Mendonça França
2015-12-15
1
-0
/
+15
|
/
[next]