| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | 4.2 is still maintained | Rafael Mendonça França | 2018-04-10 | 1 | -1/+1 |
* | | Merge pull request #32508 from radar/radar/maintenance-policy | Ryuta Kamizono | 2018-04-10 | 1 | -3/+3 |
|\ \ |
|
| * | | Correct Maintenance Policy for Rails 5.2 | Ryan Bigg | 2018-04-10 | 1 | -3/+3 |
* | | | Update bug report templates | bogdanvlviv | 2018-04-10 | 5 | -5/+5 |
|/ / |
|
* | | [ci skip] Add securing rails app guide link to credential section | Yoshiyuki Hirano | 2018-04-07 | 1 | -0/+3 |
* | | [ci skip] Add :private option to delegate section in guide | Yoshiyuki Hirano | 2018-04-04 | 1 | -0/+8 |
* | | removes obsolete images in guides [ci skip] | Xavier Noria | 2018-04-03 | 2 | -0/+0 |
* | | remove obsolete author images | Xavier Noria | 2018-04-03 | 6 | -0/+0 |
* | | Cleanup credits related code as it is removed now in PR #32429 | Prathamesh Sonpatki | 2018-04-03 | 2 | -10/+1 |
* | | Remove credits.html from Rails Guides | Yoshiyuki Hirano | 2018-04-03 | 6 | -89/+1 |
* | | Add `action_view.finalize_compiled_template_methods` config option | Simon Coffey | 2018-04-02 | 1 | -0/+7 |
* | | Not generate needless files in guides | Yoshiyuki Hirano | 2018-04-02 | 1 | -25/+27 |
|/ |
|
* | Merge pull request #32397 from yhirano55/remove_needless_images_in_guides | Xavier Noria | 2018-03-31 | 41 | -15/+10 |
|\ |
|
| * | Remove needless images in guides | Yoshiyuki Hirano | 2018-03-31 | 28 | -5/+0 |
| * | Put images into each page's dir in guides | Yoshiyuki Hirano | 2018-03-31 | 13 | -10/+10 |
* | | Merge pull request #32395 from yhirano55/use_oxford_comma_style_in_guide | Andrew White | 2018-03-31 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | [ci skip] Use Oxford comma style in guide | Yoshiyuki Hirano | 2018-03-31 | 1 | -1/+1 |
* | | Revert "[ci skip] Capitalize sentence of first char in AS guide" | Andrew White | 2018-03-31 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #32392 from yhirano55/capitalize_sentence_of_first_char_in... | Andrew White | 2018-03-31 | 1 | -1/+1 |
|\ |
|
| * | [ci skip] Capitalize sentence of first char in AS guide | Yoshiyuki Hirano | 2018-03-31 | 1 | -1/+1 |
* | | Merge pull request #32389 from yhirano55/add_earlier_releases_in_guides | Ryuta Kamizono | 2018-03-31 | 1 | -1/+3 |
|\ \ |
|
| * | | Add earlier releases links v3.0 and v3.1 in guides | Yoshiyuki Hirano | 2018-03-31 | 1 | -1/+3 |
* | | | Merge pull request #32388 from yhirano55/remove_useless_stylesheet_file_in_guide | Ryuta Kamizono | 2018-03-31 | 1 | -50/+0 |
|\ \ \ |
|
| * | | | Remove useless stylesheet file in guide | Yoshiyuki Hirano | 2018-03-31 | 1 | -50/+0 |
| |/ / |
|
* | / | [ci skip] Modify twitter api link in api guide | Yoshiyuki Hirano | 2018-03-31 | 1 | -1/+1 |
| |/
|/| |
|
* | | Merge pull request #32277 from derekprior/dp-deprecate-force-ssl | Guillermo Iguaran | 2018-03-30 | 3 | -20/+14 |
|\ \
| |/
|/| |
|
| * | Deprecate controller level force_ssl | Derek Prior | 2018-03-30 | 3 | -20/+14 |
* | | Merge pull request #32299 from davidstosik/expose-fk-ignore-pattern | Guillermo Iguaran | 2018-03-27 | 1 | -1/+7 |
|\ \ |
|
| * | | Move fk_ignore_pattern from config.active_record to SchemaDumper | David Stosik | 2018-03-22 | 1 | -7/+7 |
| * | | Document config.active_record.fk_ignore_pattern | David Stosik | 2018-03-20 | 1 | -0/+6 |
* | | | Readability fix [ci skip] | Isaac Orme | 2018-03-25 | 1 | -1/+1 |
* | | | Merge pull request #31869 from BKSpurgeon/patch-1 | Ryuta Kamizono | 2018-03-22 | 1 | -12/+16 |
|\ \ \
| |/ /
|/| | |
|
| * | | Update documentation [ci skip] | Ben Koshy | 2018-02-02 | 1 | -12/+15 |
* | | | Allow full use of the AWS S3 SDK authentication options (#32270) | Brian Knight | 2018-03-19 | 1 | -0/+7 |
* | | | Move CSP info from 5.2 release notes to guide [ci skip] | bogdanvlviv | 2018-03-18 | 2 | -63/+109 |
* | | | Merge pull request #32281 from bogdanvlviv/fix-rails_5_2-notes-32222 | Kasper Timm Hansen | 2018-03-18 | 1 | -154/+0 |
|\ \ \ |
|
| * | | | Fix "Ruby on Rails 5.2 Release Notes" [ci skip] | bogdanvlviv | 2018-03-18 | 1 | -154/+0 |
* | | | | Update Redis cache store docs | Stefan Wrobel | 2018-03-17 | 1 | -14/+34 |
| |_|/
|/| | |
|
* | | | Fix grammar in Getting Started with Rails | ef718 | 2018-03-16 | 1 | -4/+4 |
* | | | Fix typo in active_job_basics.md | Jon Evans | 2018-03-15 | 1 | -1/+1 |
|/ / |
|
* | | Update "Upgrading from Rails 5.1 to Rails 5.2" [ci skip] | bogdanvlviv | 2018-03-14 | 2 | -0/+14 |
* | | Remove entry that was backported to Rails 5.1.3. [ci skip] | Yuji Yaginuma | 2018-03-14 | 1 | -3/+0 |
* | | Remove changelog header for unreleased version | Rafael Mendonça França | 2018-03-13 | 1 | -2/+0 |
* | | Update "Ruby on Rails 5.2 Release Notes" Guide [ci skip] | bogdanvlviv | 2018-03-13 | 1 | -47/+896 |
* | | Remove path config option from Azure service | Andrew White | 2018-03-12 | 1 | -1/+0 |
* | | [ci skip] Add missing do. | Kasper Timm Hansen | 2018-03-12 | 1 | -1/+1 |
* | | Add section to routing guide about config/routes.rb [ci skip] | Andrew White | 2018-03-12 | 1 | -0/+20 |
* | | Fix note marks [ci skip] | Yauheni Dakuka | 2018-03-12 | 7 | -9/+9 |
* | | Update some i18n references in guides (#32182) | Chris Salzberg | 2018-03-09 | 1 | -8/+17 |
* | | Fixes a typo and updates active_job_basics.md | Dharam Gollapudi | 2018-03-08 | 1 | -1/+1 |