| Commit message (Expand) | Author | Age | Files | Lines |
* | Register most popular audio/video/font mime types supported by modern browsers | Guillermo Iguaran | 2017-11-28 | 3 | -7/+29 |
* | Add preload_link_tag helper. | Guillermo Iguaran | 2017-11-28 | 3 | -0/+98 |
* | Merge pull request #31270 from tjschuck/deprecation_example_code_formatting | Yuji Yaginuma | 2017-11-29 | 2 | -2/+2 |
|\ |
|
| * | Formatting fix for example code | T.J. Schuck | 2017-11-28 | 2 | -2/+2 |
|/ |
|
* | Merge pull request #31179 from kinnrot/scoping-reserved-names | Rafael Mendonça França | 2017-11-28 | 5 | -0/+49 |
|\ |
|
| * | Prevent scope named same as a ActiveRecord::Relation instance method. | Chen Kinnrot | 2017-11-28 | 5 | -0/+48 |
* | | Merge pull request #31254 from suginoy/update_doc_find_order | Rafael França | 2017-11-28 | 1 | -3/+4 |
|\ \ |
|
| * | | Update docs `ActiveRecord::FinderMethods#find` | suginoy | 2017-11-28 | 1 | -3/+4 |
* | | | Make sure the request exist befoe trying to send early hints | Rafael Mendonça França | 2017-11-28 | 2 | -2/+32 |
* | | | Preparing for 5.2.0.beta2 release | Rafael Mendonça França | 2017-11-28 | 27 | -51/+108 |
* | | | Merge pull request #31264 from fatosmorina/fix_typos | Rafael França | 2017-11-28 | 13 | -27/+41 |
|\ \ \ |
|
| * | | | Fix typos and add a few suggestions | Fatos Morina | 2017-11-28 | 13 | -27/+41 |
|/ / / |
|
* | | | Merge pull request #31261 from rails/fix-relative-url-root-with-optimized-url... | Andrew White | 2017-11-28 | 3 | -0/+54 |
|\ \ \
| |_|/
|/| | |
|
| * | | Fix optimized url helpers when using relative url root | Andrew White | 2017-11-28 | 3 | -0/+54 |
| |/ |
|
* | | Merge pull request #31255 from dixitp012/update_action_controller_guide | Ryuta Kamizono | 2017-11-28 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | [ci skip] Update MVC wiki link | Dixit Patel | 2017-11-28 | 1 | -1/+1 |
|/ |
|
* | Use same version constraint in mysql adapter and generated application | yuuji.yaginuma | 2017-11-28 | 2 | -2/+2 |
* | Merge pull request #31248 from y-yagi/fix_31245 | Rafael França | 2017-11-27 | 1 | -1/+1 |
|\ |
|
| * | Include migration files in gem | yuuji.yaginuma | 2017-11-28 | 1 | -1/+1 |
* | | Change how `AttributeSet::Builder` receives its defaults | Sean Griffin | 2017-11-27 | 4 | -20/+21 |
|/ |
|
* | Drop mysql2 version less than 0.4.3 to guarantee fork safety (#31244) | Ryuta Kamizono | 2017-11-28 | 1 | -1/+1 |
* | Merge pull request #31243 from ignat-z/patch-1 | Rafael França | 2017-11-27 | 1 | -8/+6 |
|\ |
|
| * | [ci skip] Fix documentation for deprecation method_wrappers | Ignat Zakrevsky | 2017-11-27 | 1 | -8/+6 |
* | | Add releases notes to the guides index | Rafael Mendonça França | 2017-11-27 | 1 | -0/+4 |
* | | Preparing for 5.2.0.beta1 release | Rafael Mendonça França | 2017-11-27 | 27 | -59/+83 |
* | | Merge pull request #31242 from fgo/patch-22 | Rafael França | 2017-11-27 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | Update Rails on Rack guide [ci skip] | Francis Go | 2017-11-27 | 1 | -2/+2 |
* | | Update yarn lock | Rafael Mendonça França | 2017-11-27 | 1 | -10/+0 |
* | | Merge pull request #31237 from prathamesh-sonpatki/5-2-release-notes | Rafael França | 2017-11-27 | 1 | -0/+210 |
|\ \ |
|
| * | | Added CSP as major feature [ci skip] | Prathamesh Sonpatki | 2017-11-27 | 1 | -0/+5 |
| * | | Added first draft of Rails 5.2 release notes [ci skip] | Prathamesh Sonpatki | 2017-11-27 | 1 | -0/+205 |
* | | | Make form_with_generates_ids default value to be false | Rafael Mendonça França | 2017-11-27 | 3 | -5/+10 |
* | | | Remove Content-Security-Policy initializer in API-only Applications | yuuji.yaginuma | 2017-11-27 | 2 | -0/+8 |
* | | | Update the middleware list with CSP [ci skip] | Prathamesh Sonpatki | 2017-11-27 | 1 | -0/+1 |
* | | | Merge pull request #31238 from prathamesh-sonpatki/csp-initializer-test | Andrew White | 2017-11-27 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | Added missing test for presence of CSP initializer | Prathamesh Sonpatki | 2017-11-27 | 1 | -0/+1 |
| |/ / |
|
* | | | Merge pull request #31239 from prathamesh-sonpatki/fix-changelog-for-csp | Andrew White | 2017-11-27 | 1 | -10/+10 |
|\ \ \
| |/ /
|/| | |
|
| * | | Fix CHANGELOG for CSP PR #31162 [ci skip] | Prathamesh Sonpatki | 2017-11-27 | 1 | -10/+10 |
|/ / |
|
* | | Add CHANGELOG.md entry for #31162 [ci skip] | Andrew White | 2017-11-27 | 1 | -0/+60 |
* | | Merge pull request #31162 from rails/add-csp-config | Andrew White | 2017-11-27 | 13 | -34/+886 |
|\ \ |
|
| * | | Add DSL for configuring Content-Security-Policy header | Andrew White | 2017-11-27 | 13 | -34/+886 |
* | | | Enable `Style/DefWithParentheses` rubocop rule | Ryuta Kamizono | 2017-11-27 | 5 | -4/+7 |
|/ / |
|
* | | Merge pull request #31236 from y-yagi/use_puma_311_in_new_apps | Guillermo Iguaran | 2017-11-27 | 2 | -2/+2 |
|\ \ |
|
| * | | Use Puma 3.11 in newly generated applications | yuuji.yaginuma | 2017-11-27 | 2 | -2/+2 |
|/ / |
|
* | | Merge pull request #31167 from albertoalmagro/clean-db-ambiguity | Rafael França | 2017-11-26 | 1 | -2/+2 |
|\ \ |
|
| * | | Remove DB naming ambiguity | Alberto Almagro | 2017-11-26 | 1 | -2/+2 |
* | | | Add new error class `QueryCanceled` which will be raised when canceling state... | Ryuta Kamizono | 2017-11-27 | 6 | -3/+69 |
* | | | Rename `TransactionTimeout` to more descriptive `LockWaitTimeout` (#31223) | Ryuta Kamizono | 2017-11-27 | 6 | -9/+9 |
* | | | Merge pull request #31229 from y-yagi/remove_field_ids_from_scaffold_form | Kasper Timm Hansen | 2017-11-26 | 3 | -11/+7 |
|\ \ \ |
|
| * | | | Remove field ids from scaffold form | yuuji.yaginuma | 2017-11-26 | 3 | -11/+7 |