Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | [ci skip] SecureRandom should mentioned Win32 CryptoAPI functions ins… (#31... | Atul Shimpi | 2017-11-25 | 1 | -1/+1 | |
* | | | | | | | | Merge pull request #31173 from matthewd/connection-fork-safety | Matthew Draper | 2017-11-25 | 5 | -0/+90 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
| * | | | | | | | Improve AR connection fork safety | Matthew Draper | 2017-11-18 | 5 | -0/+90 | |
* | | | | | | | | Merge pull request #31215 from dixitp012/fix_rubocop_style_in_railties | Rafael França | 2017-11-24 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Rubocop style | Dixit Patel | 2017-11-24 | 1 | -0/+2 | |
* | | | | | | | | | Merge pull request #30881 from dimroc/master | Vipul A M | 2017-11-25 | 1 | -36/+24 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Update documentation to lead with ajax param `event.detail` | Dimitri Roche | 2017-11-24 | 1 | -4/+9 | |
| * | | | | | | | | | Update documentation to lead with ajax param `event.detail` | Dimitri Roche | 2017-10-13 | 1 | -36/+19 | |
* | | | | | | | | | | Merge pull request #31217 from atul-shimpi/master | Vipul A M | 2017-11-24 | 7 | -0/+0 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | [ci skip] Rails Associations examples contains ActiveRecord::Base reference i... | Atul Shimpi | 2017-11-24 | 7 | -0/+0 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #31195 from mltsy/patch-2 | Vipul A M | 2017-11-24 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Fix tld_length documentation | Joe Marty | 2017-11-21 | 1 | -1/+1 | |
* | | | | | | | | | | Correct render method's response header's content type for option(:body) from... | Avneet Singh Malhotra | 2017-11-24 | 1 | -1/+1 | |
* | | | | | | | | | | Avoid connecting to GCS during app boot | George Claghorn | 2017-11-23 | 2 | -12/+14 | |
| |_|_|_|_|_|/ / / |/| | | | | | | | | ||||||
* | | | | | | | | | Merge pull request #31178 from mtsmfm/fix-unstable-test | Ryuta Kamizono | 2017-11-23 | 1 | -2/+10 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix unstable test test_delegate_socket_errors_to_on_error_handler | Fumiaki MATSUSHIMA | 2017-11-23 | 1 | -2/+10 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #31194 from yahonda/attributes_before_type_cast_on_boolean... | Yuji Yaginuma | 2017-11-23 | 1 | -6/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | No difference between JRuby and CRuby at test_read_attributes_before_type_cas... | Yasuo Honda | 2017-11-21 | 1 | -6/+1 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #31202 from fgo/patch-21 | Rafael França | 2017-11-22 | 1 | -9/+9 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Update Action Cable Overview Guide [ci skip] | Francis Go | 2017-11-22 | 1 | -9/+9 | |
* | | | | | | | | | | Merge pull request #31205 from tjschuck/doc_indentation_fix | Ryuta Kamizono | 2017-11-23 | 1 | -6/+6 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Fix CustomUrls#direct doc formatting | T.J. Schuck | 2017-11-22 | 1 | -6/+6 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #31204 from tjschuck/doc_fix_some_backticks_to_tt | Rafael França | 2017-11-22 | 13 | -27/+27 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Update incorrect backtick usage in RDoc to teletype | T.J. Schuck | 2017-11-22 | 13 | -27/+27 | |
| |/ / / / / / / / / | ||||||
* / / / / / / / / / | Make ActiveSupport::TimeZone.all independent of previous lookups (#31176) | Chris LaRose | 2017-11-22 | 3 | -3/+23 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #29887 from willnet/generator-suggestion-locale | Yuji Yaginuma | 2017-11-22 | 2 | -1/+15 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix generator suggestion raise error when I18n.available_locales don’t incl... | willnet | 2017-11-22 | 2 | -1/+15 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Fix loading ActiveStorage::DiskController when CSRF protection is disabled by... | George Claghorn | 2017-11-21 | 1 | -1/+1 | |
* | | | | | | | | | Fix that some ASt route helpers silently discarded options | George Claghorn | 2017-11-21 | 1 | -10/+10 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #31188 from tgxworld/update_rack_test | Yuji Yaginuma | 2017-11-21 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Update `rack-test` to 0.8. | Guo Xiang Tan | 2017-11-21 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Remove unused `em-hiredis` | yuuji.yaginuma | 2017-11-21 | 2 | -8/+0 | |
* | | | | | | | | Provide attachment writers | George Claghorn | 2017-11-20 | 2 | -0/+40 | |
* | | | | | | | | MemCacheStore: Support expiring counters | Takumasa Ochi | 2017-11-20 | 3 | -2/+31 | |
* | | | | | | | | Load 5.2 defaults in ASt dummy app | George Claghorn | 2017-11-20 | 1 | -1/+1 | |
* | | | | | | | | Fix direct uploads to local service | George Claghorn | 2017-11-20 | 3 | -0/+6 | |
* | | | | | | | | Merge pull request #31185 from vipulnsward/threading-guide | Vipul A M | 2017-11-20 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Pass over Execution guide[ci skip] | Vipul A M | 2017-11-20 | 1 | -3/+3 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #31170 from PHedkvist/system_testing_guides | Matthew Draper | 2017-11-20 | 1 | -0/+10 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | [ci skip] Added example for using headless_chrome with ActionDispatch::System... | Pierre Hedkvist | 2017-11-18 | 1 | -0/+10 | |
* | | | | | | | | | Permit attaching files to new records | George Claghorn | 2017-11-19 | 3 | -5/+53 | |
* | | | | | | | | | Prevent extra `spawn` to make `klass.all` faster (#29009) | Ryuta Kamizono | 2017-11-20 | 2 | -3/+4 | |
* | | | | | | | | | Fix `test_session_store_with_expire_after` failure with rack-test 0.7.1 | Ryuta Kamizono | 2017-11-20 | 2 | -3/+3 | |
* | | | | | | | | | Fix ASt CI failure with rack-test 0.7.1 | Ryuta Kamizono | 2017-11-20 | 1 | -1/+1 | |
| |_|_|_|_|_|/ / |/| | | | | | | | ||||||
* | | | | | | | | Generate `keys` instead of `keys_to_names` | Ryuta Kamizono | 2017-11-20 | 1 | -3/+3 | |
* | | | | | | | | Fix formatting of `credentials` and `encrypted` [ci skip] | yuuji.yaginuma | 2017-11-19 | 1 | -8/+8 | |
* | | | | | | | | Fix "warning: assigned but unused variable - key" | yuuji.yaginuma | 2017-11-18 | 1 | -1/+1 | |
* | | | | | | | | Deprecate an `after_bundle` callback in Rails plugin templates | yuuji.yaginuma | 2017-11-18 | 3 | -0/+40 | |
* | | | | | | | | Merge pull request #31035 from BrentWheeldon/bmw-db-load-deadlock | Matthew Draper | 2017-11-18 | 3 | -1/+74 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Prevent deadlocks with load interlock and DB lock. | Brent Wheeldon | 2017-11-09 | 3 | -1/+74 |