| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Generate root-relative paths in Active Storage disk service URL methods | George Claghorn | 2018-03-05 | 1 | -9/+0 |
* | Fix links in the psql guide [ci skip] | Yauheni Dakuka | 2018-03-04 | 1 | -2/+2 |
* | Deprecate `active_support/core_ext/hash/compact` | yuuji.yaginuma | 2018-03-02 | 1 | -10/+0 |
* | Add --expanded option to "rails routes" | Benoit Tigeot | 2018-02-28 | 1 | -1/+1 |
* | Merge pull request #32125 from rails/switch-to-not-enforcing-utf8-by-default | Andrew White | 2018-02-27 | 1 | -0/+2 |
|\ |
|
| * | Don't enforce UTF-8 by default | Andrew White | 2018-02-27 | 1 | -0/+2 |
* | | [ci skip]Change requring order of files in doc | willnet | 2018-02-27 | 1 | -1/+1 |
|/ |
|
* | Correct `to` option's value of the route in the Bound Parameters section in r... | Avneet Singh Malhotra | 2018-02-26 | 1 | -1/+1 |
* | We should call methods with `.method_name` not `::method_name`. | utilum | 2018-02-22 | 1 | -2/+2 |
* | Add note to Active Storage guide about S3 permissions [ci skip] | Andrew White | 2018-02-21 | 1 | -0/+2 |
* | Merge pull request #32026 from bogdanvlviv/improve-30941 | Rafael França | 2018-02-20 | 1 | -14/+13 |
|\ |
|
| * | Fix docs of ActiveJob custom argument serializers | bogdanvlviv | 2018-02-17 | 1 | -14/+13 |
* | | Fix active_job_basics.md callbacks example [ci skip] | fatkodima | 2018-02-18 | 1 | -1/+1 |
* | | Update bug report templates | bogdanvlviv | 2018-02-17 | 6 | -7/+8 |
* | | Document :reconnect_attempts option for Redis Cache Store [ci skip] | Brian Kephart | 2018-02-17 | 1 | -3/+8 |
* | | Rails 6 requires Ruby 2.4.1+ | Jeremy Daer | 2018-02-17 | 6 | -70/+24 |
* | | Deprecate update_attributes and update_attributes! | Eddie Lebow | 2018-02-17 | 1 | -1/+1 |
* | | Rails 6 requires Ruby 2.3+ | Jeremy Daer | 2018-02-17 | 3 | -2/+3 |
|/ |
|
* | Merge descriptions related to parallel test into one section [ci skip] | yuuji.yaginuma | 2018-02-17 | 1 | -2/+2 |
* | Merge pull request #32015 from JPrevost/activestorage_integration_test_cleanu... | Eileen M. Uchitelle | 2018-02-16 | 1 | -0/+24 |
|\ |
|
| * | ActiveStorage file cleanup in Integration Tests | Jeremy Prevost | 2018-02-15 | 1 | -0/+24 |
* | | Add test parallelization to Rails | eileencodes | 2018-02-15 | 1 | -0/+83 |
|/ |
|
* | Missing backquote, extra end keyword [ci skip] | Yauheni Dakuka | 2018-02-15 | 1 | -18/+17 |
* | Simplify the implementation of custom argument serializers | Rafael Mendonça França | 2018-02-14 | 1 | -6/+0 |
* | Improve documentation on custom serializers | Rafael Mendonça França | 2018-02-14 | 1 | -22/+21 |
* | Add configuration to set custom serializers | Rafael Mendonça França | 2018-02-14 | 1 | -0/+2 |
* | Remove non-default serializers | Evgenii Pecherkin | 2018-02-14 | 1 | -4/+0 |
* | Introduce serializers to ActiveJob | Evgenii Pecherkin | 2018-02-14 | 1 | -2/+63 |
* | Change structure of AS core extensions [ci skip] | Yauheni Dakuka | 2018-02-12 | 1 | -9/+9 |
* | Merge pull request #31953 from jameslovejoy/improve-wording-getting-started | Eileen M. Uchitelle | 2018-02-12 | 1 | -13/+13 |
|\ |
|
| * | Improve wording in getting started guide | James Lovejoy | 2018-02-09 | 1 | -13/+13 |
* | | Remove parentheses [ci skip] | Yauheni Dakuka | 2018-02-12 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #31925 from composerinteralia/semicolon | Eileen M. Uchitelle | 2018-02-08 | 1 | -12/+0 |
|\ |
|
| * | Remove password anecdotes from guides [ci skip] | Daniel Colson | 2018-02-07 | 1 | -12/+0 |
* | | Add docs on how to configure Active Storage | claudiob | 2018-02-08 | 1 | -0/+35 |
|/ |
|
* | Merge pull request #31240 from PHedkvist/sys_test_mobile_guide | Eileen M. Uchitelle | 2018-02-06 | 1 | -0/+28 |
|\ |
|
| * | Example of mobile configuration for system test in guide [ci skip] | Pierre Hedkvist | 2017-12-04 | 1 | -0/+28 |
* | | Correct capitalization of "Rails" in the guide text. | Tim Diggins | 2018-02-03 | 1 | -6/+6 |
* | | Fix typo | Sam Yamashita | 2018-01-31 | 1 | -1/+1 |
* | | Start Rails 6.0 development!!! | Rafael Mendonça França | 2018-01-30 | 1 | -8/+1 |
* | | Add Rack::TempfileReaper to tests and docs | George Claghorn | 2018-01-30 | 1 | -0/+5 |
* | | Add ContentSecurityPolicy to list of middleware | claudiob | 2018-01-30 | 1 | -0/+4 |
* | | Merge pull request #31817 from composerinteralia/mediocre-joke | Richard Schneeman | 2018-01-28 | 1 | -1/+1 |
|\ \ |
|
| * | | Remove joke in security guide [ci skip] | Daniel Colson | 2018-01-28 | 1 | -1/+1 |