aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Preparing for 5.2.0.beta1 releaseRafael Mendonça França2017-11-2727-59/+83
* | | Merge pull request #31242 from fgo/patch-22Rafael França2017-11-271-2/+2
|\ \ \ | |/ / |/| |
| * | Update Rails on Rack guide [ci skip]Francis Go2017-11-271-2/+2
* | | Update yarn lockRafael Mendonça França2017-11-271-10/+0
* | | Merge pull request #31237 from prathamesh-sonpatki/5-2-release-notesRafael França2017-11-271-0/+210
|\ \ \
| * | | Added CSP as major feature [ci skip]Prathamesh Sonpatki2017-11-271-0/+5
| * | | Added first draft of Rails 5.2 release notes [ci skip]Prathamesh Sonpatki2017-11-271-0/+205
* | | | Make form_with_generates_ids default value to be falseRafael Mendonça França2017-11-273-5/+10
* | | | Remove Content-Security-Policy initializer in API-only Applicationsyuuji.yaginuma2017-11-272-0/+8
* | | | Update the middleware list with CSP [ci skip]Prathamesh Sonpatki2017-11-271-0/+1
* | | | Merge pull request #31238 from prathamesh-sonpatki/csp-initializer-testAndrew White2017-11-271-0/+1
|\ \ \ \
| * | | | Added missing test for presence of CSP initializerPrathamesh Sonpatki2017-11-271-0/+1
| |/ / /
* | | | Merge pull request #31239 from prathamesh-sonpatki/fix-changelog-for-cspAndrew White2017-11-271-10/+10
|\ \ \ \ | |/ / / |/| | |
| * | | Fix CHANGELOG for CSP PR #31162 [ci skip]Prathamesh Sonpatki2017-11-271-10/+10
|/ / /
* | | Add CHANGELOG.md entry for #31162 [ci skip]Andrew White2017-11-271-0/+60
* | | Merge pull request #31162 from rails/add-csp-configAndrew White2017-11-2713-34/+886
|\ \ \
| * | | Add DSL for configuring Content-Security-Policy headerAndrew White2017-11-2713-34/+886
* | | | Enable `Style/DefWithParentheses` rubocop ruleRyuta Kamizono2017-11-275-4/+7
|/ / /
* | | Merge pull request #31236 from y-yagi/use_puma_311_in_new_appsGuillermo Iguaran2017-11-272-2/+2
|\ \ \
| * | | Use Puma 3.11 in newly generated applicationsyuuji.yaginuma2017-11-272-2/+2
|/ / /
* | | Merge pull request #31167 from albertoalmagro/clean-db-ambiguityRafael França2017-11-261-2/+2
|\ \ \
| * | | Remove DB naming ambiguityAlberto Almagro2017-11-261-2/+2
* | | | Add new error class `QueryCanceled` which will be raised when canceling state...Ryuta Kamizono2017-11-276-3/+69
* | | | Rename `TransactionTimeout` to more descriptive `LockWaitTimeout` (#31223)Ryuta Kamizono2017-11-276-9/+9
* | | | Merge pull request #31229 from y-yagi/remove_field_ids_from_scaffold_formKasper Timm Hansen2017-11-263-11/+7
|\ \ \ \
| * | | | Remove field ids from scaffold formyuuji.yaginuma2017-11-263-11/+7
* | | | | Revert "Merge pull request #31006 from rails/kamipo/ordinal_methods_should_re...eileencodes2017-11-262-17/+0
| |/ / / |/| | |
* | | | Revert "Remove stopgap_13632 entirely for now: it doesn't support 2.2.8"Matthew Draper2017-11-261-0/+3
* | | | Merge pull request #31221 from matthewd/flush-idle-connectionsMatthew Draper2017-11-266-17/+129
|\ \ \ \
| * | | | Flush idle database connectionsMatthew Draper2017-11-266-17/+129
* | | | | Merge pull request #31232 from weedySeaDragon/engines-guide-copyediting--neut...Matthew Draper2017-11-261-3/+3
|\ \ \ \ \
| * | | | | fix comma splice [ci skip]Ashley Engelund (weedySeaDragon @ github)2017-11-261-1/+1
| * | | | | verb tense correction [ci skip]Ashley Engelund (weedySeaDragon @ github)2017-11-261-1/+1
| * | | | | gendered wording not necessary; changed to neutral [ci skip]Ashley Engelund (weedySeaDragon @ github)2017-11-261-1/+1
|/ / / / /
* | / / / Let rubygems handle our objection to mysql2 0.4.3Matthew Draper2017-11-261-2/+1
| |/ / / |/| | |
* | | | Remove duplicated `form_with_generates_remote_forms` settingyuuji.yaginuma2017-11-261-1/+0
* | | | Merge pull request #31184 from TheSmartnik/fix_record_not_found_on_reloadRafael França2017-11-254-7/+35
|\ \ \ \
| * | | | Provide arguments to RecordNotFoundNikita Misharin2017-11-254-7/+35
* | | | | Merge pull request #31181 from tenshilg/fix-api-guidesRafael França2017-11-251-2/+4
|\ \ \ \ \
| * | | | | Fix names of http authentication modules in api_app guidesRoman Kovtunenko2017-11-191-2/+4
* | | | | | Renove duplicated and wrong testRafael Mendonça França2017-11-251-5/+0
* | | | | | Add test to make sure form_for is not affected byRafael Mendonça França2017-11-251-0/+32
* | | | | | Make sure that form_with_generates_ids only affects form_withRafael Mendonça França2017-11-255-3/+9
* | | | | | Use parentheses for multi-line method callsRafael Mendonça França2017-11-252-5/+10
* | | | | | Merge pull request #29439 from npezza93/set-skip-default-idsRafael Mendonça França2017-11-2512-228/+316
|\ \ \ \ \ \
| * | | | | | Make form_with_generates_ids default in Rails 5.2Rafael Mendonça França2017-11-252-5/+8
| * | | | | | Change `form_with` to generates ids by defaultnpezza932017-11-2512-225/+310
* | | | | | | Merge pull request #30879 from toptal/add_better_logging_to_delayed_jobRafael França2017-11-252-0/+11
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Improve DelayedJob wrapper loggingJacek Lachowski2017-11-242-0/+11
| | |_|_|_|/ | |/| | | |
* | | | | | Compare the actual string after comparing the HMAC proccessed stringsRafael Mendonça França2017-11-251-1/+1