aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #30881 from dimroc/masterVipul A M2017-11-251-36/+24
|\
| * Update documentation to lead with ajax param `event.detail`Dimitri Roche2017-11-241-4/+9
| * Update documentation to lead with ajax param `event.detail`Dimitri Roche2017-10-131-36/+19
* | Merge pull request #31217 from atul-shimpi/masterVipul A M2017-11-247-0/+0
|\ \
| * | [ci skip] Rails Associations examples contains ActiveRecord::Base reference i...Atul Shimpi2017-11-247-0/+0
* | | Merge pull request #31195 from mltsy/patch-2Vipul A M2017-11-241-1/+1
|\ \ \ | |/ / |/| |
| * | Fix tld_length documentationJoe Marty2017-11-211-1/+1
* | | Correct render method's response header's content type for option(:body) from...Avneet Singh Malhotra2017-11-241-1/+1
* | | Avoid connecting to GCS during app bootGeorge Claghorn2017-11-232-12/+14
* | | Merge pull request #31178 from mtsmfm/fix-unstable-testRyuta Kamizono2017-11-231-2/+10
|\ \ \
| * | | Fix unstable test test_delegate_socket_errors_to_on_error_handlerFumiaki MATSUSHIMA2017-11-231-2/+10
|/ / /
* | | Merge pull request #31194 from yahonda/attributes_before_type_cast_on_boolean...Yuji Yaginuma2017-11-231-6/+1
|\ \ \
| * | | No difference between JRuby and CRuby at test_read_attributes_before_type_cas...Yasuo Honda2017-11-211-6/+1
| |/ /
* | | Merge pull request #31202 from fgo/patch-21Rafael França2017-11-221-9/+9
|\ \ \
| * | | Update Action Cable Overview Guide [ci skip]Francis Go2017-11-221-9/+9
* | | | Merge pull request #31205 from tjschuck/doc_indentation_fixRyuta Kamizono2017-11-231-6/+6
|\ \ \ \
| * | | | Fix CustomUrls#direct doc formattingT.J. Schuck2017-11-221-6/+6
|/ / / /
* | | | Merge pull request #31204 from tjschuck/doc_fix_some_backticks_to_ttRafael França2017-11-2213-27/+27
|\ \ \ \
| * | | | Update incorrect backtick usage in RDoc to teletypeT.J. Schuck2017-11-2213-27/+27
| |/ / /
* / / / Make ActiveSupport::TimeZone.all independent of previous lookups (#31176)Chris LaRose2017-11-223-3/+23
|/ / /
* | | Merge pull request #29887 from willnet/generator-suggestion-localeYuji Yaginuma2017-11-222-1/+15
|\ \ \
| * | | Fix generator suggestion raise error when I18n.available_locales don’t incl...willnet2017-11-222-1/+15
|/ / /
* | | Fix loading ActiveStorage::DiskController when CSRF protection is disabled by...George Claghorn2017-11-211-1/+1
* | | Fix that some ASt route helpers silently discarded optionsGeorge Claghorn2017-11-211-10/+10
|/ /
* | Merge pull request #31188 from tgxworld/update_rack_testYuji Yaginuma2017-11-211-1/+1
|\ \
| * | Update `rack-test` to 0.8.Guo Xiang Tan2017-11-211-1/+1
|/ /
* | Remove unused `em-hiredis`yuuji.yaginuma2017-11-212-8/+0
* | Provide attachment writersGeorge Claghorn2017-11-202-0/+40
* | MemCacheStore: Support expiring countersTakumasa Ochi2017-11-203-2/+31
* | Load 5.2 defaults in ASt dummy appGeorge Claghorn2017-11-201-1/+1
* | Fix direct uploads to local serviceGeorge Claghorn2017-11-203-0/+6
* | Merge pull request #31185 from vipulnsward/threading-guideVipul A M2017-11-201-3/+3
|\ \
| * | Pass over Execution guide[ci skip]Vipul A M2017-11-201-3/+3
|/ /
* | Merge pull request #31170 from PHedkvist/system_testing_guidesMatthew Draper2017-11-201-0/+10
|\ \
| * | [ci skip] Added example for using headless_chrome with ActionDispatch::System...Pierre Hedkvist2017-11-181-0/+10
* | | Permit attaching files to new recordsGeorge Claghorn2017-11-193-5/+53
* | | Prevent extra `spawn` to make `klass.all` faster (#29009)Ryuta Kamizono2017-11-202-3/+4
* | | Fix `test_session_store_with_expire_after` failure with rack-test 0.7.1Ryuta Kamizono2017-11-202-3/+3
* | | Fix ASt CI failure with rack-test 0.7.1Ryuta Kamizono2017-11-201-1/+1
* | | Generate `keys` instead of `keys_to_names`Ryuta Kamizono2017-11-201-3/+3
* | | Fix formatting of `credentials` and `encrypted` [ci skip]yuuji.yaginuma2017-11-191-8/+8
* | | Fix "warning: assigned but unused variable - key"yuuji.yaginuma2017-11-181-1/+1
* | | Deprecate an `after_bundle` callback in Rails plugin templatesyuuji.yaginuma2017-11-183-0/+40
* | | Merge pull request #31035 from BrentWheeldon/bmw-db-load-deadlockMatthew Draper2017-11-183-1/+74
|\ \ \ | |/ / |/| |
| * | Prevent deadlocks with load interlock and DB lock.Brent Wheeldon2017-11-093-1/+74
* | | Merge pull request #28742 from quixoten/stack_conn_poolMatthew Draper2017-11-172-6/+11
|\ \ \
| * | | Fix typosDevin Christensen2017-04-132-2/+2
| * | | Improve documentation and add testDevin Christensen2017-04-132-7/+12
| * | | Switch to LIFO for the connection poolDevin Christensen2017-04-121-2/+2
* | | | Merge pull request #28869 from eugeneius/query_cache_all_poolsMatthew Draper2017-11-172-6/+18
|\ \ \ \