| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | | Specify `hosts` in bug report template. | yuuji.yaginuma | 2018-12-25 | 1 | -0/+1 |
* | | | | | Follow up #34754 | bogdanvlviv | 2018-12-20 | 1 | -20/+1 |
* | | | | | Use native `Array#append`, `Array#prepend`, `Hash#transform_keys`, and `Hash#... | Ryuta Kamizono | 2018-12-20 | 1 | -66/+0 |
* | | | | | Require Ruby 2.5 for Rails 6. | Kasper Timm Hansen | 2018-12-19 | 3 | -4/+4 |
* | | | | | Single nest config in configuration guides | Sam Bostock | 2018-12-18 | 1 | -1/+1 |
* | | | | | Add option to set parallel test worker count to the physical core count of th... | Bogdan | 2018-12-18 | 1 | -4/+4 |
* | | | | | Extend documentation of `ActiveSupport::Notifications.subscribe` (#34721) | Bogdan | 2018-12-17 | 1 | -1/+13 |
* | | | | | Merge pull request #32872 from utilum/soften_migrations_guide_generator_section | Vipul A M | 2018-12-15 | 1 | -4/+9 |
|\ \ \ \ \ |
|
| * | | | | | Expand intro to Migration generator in Migrations Guide | utilum | 2018-05-11 | 1 | -4/+9 |
* | | | | | | Prepend module in ActiveStorage overview | Sam Bostock | 2018-12-10 | 1 | -8/+14 |
| |_|_|_|/
|/| | | | |
|
* | | | | | Fix typo in per-form CSRF token docs [ci skip] | Randy Antler | 2018-12-07 | 1 | -1/+1 |
* | | | | | Abort early if generator command fails (#34420) | David Rodríguez | 2018-12-07 | 1 | -0/+6 |
* | | | | | Improve deprecation message for enqueue returning false | Rafael Mendonça França | 2018-12-05 | 1 | -0/+2 |
| |/ / /
|/| | | |
|
* | | | | Use safe nav operator when calling RailsGuides::Generator.new | Yosuke Kabuto | 2018-12-05 | 2 | -3/+3 |
* | | | | Add advanced test helpers docs to guides | Sam Bostock | 2018-12-04 | 1 | -0/+50 |
* | | | | Add note about symbols vs strings | Gannon McGibbon | 2018-12-04 | 1 | -0/+2 |
* | | | | Improve parallel testing guide [ci skip] | bogdanvlviv | 2018-12-03 | 1 | -10/+9 |
* | | | | fix example code syntax [ci skip] | Greg Molnar | 2018-12-01 | 1 | -1/+1 |
* | | | | Clarify no support for non PK id columns | Gannon McGibbon | 2018-11-30 | 1 | -0/+2 |
* | | | | [ci skip] Add a Delayed Job project link. | Tonči Damjanić | 2018-11-29 | 1 | -0/+1 |
* | | | | Clarify scope body requirements | Gannon McGibbon | 2018-11-26 | 1 | -1/+1 |
* | | | | Merge pull request #34520 from yahonda/bump_pg93 | Rafael França | 2018-11-26 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Bump the minimum version of PostgreSQL to 9.3 | Yasuo Honda | 2018-11-25 | 1 | -1/+1 |
* | | | | | Use cache_key_with_version instead of cache_key for the example in Low-Level ... | tnantoka | 2018-11-26 | 1 | -1/+1 |
* | | | | | Updating the Testing Guide to Reflect Emails Enqueued With ActiveJob [ci skip] | Tom Rossi | 2018-11-25 | 1 | -7/+23 |
|/ / / / |
|
* | | | | Merge pull request #34455 from minimalweb/progressive_jpeg_inclusion_as_varia... | Rafael França | 2018-11-23 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Add progressive JPG to default variable content types | Maurice Kühlborn | 2018-11-21 | 1 | -1/+1 |
* | | | | | Use direction instead of rtl flag. | Alberto Almagro | 2018-11-22 | 2 | -18/+21 |
* | | | | | Fix typo in development_dependencies_install.md [ci skip] | Alfonso Jiménez | 2018-11-20 | 1 | -1/+1 |
* | | | | | Indent guides as rails help command output[ci skip] | Alberto Almagro | 2018-11-19 | 1 | -25/+25 |
* | | | | | Merge pull request #34486 from tamarr/master | Rafael Mendonça França | 2018-11-19 | 3 | -3/+772 |
|\ \ \ \ \ |
|
| * | | | | | allow right to left styling of docs (#3) | tamarr | 2018-11-19 | 3 | -3/+771 |
* | | | | | | [ci skip] Update active_job_basics.md | Shota Iguchi | 2018-11-19 | 1 | -1/+1 |
* | | | | | | Change queueing to queuing in docs and comments [skip ci] | jacobherrington | 2018-11-18 | 1 | -1/+1 |
|/ / / / / |
|
* / / / / | Replace cache_key with cache_key_with_version on caching_with_rails guides [c... | tnantoka | 2018-11-16 | 1 | -3/+3 |
|/ / / / |
|
* | | | | fix typo on association_basics.md [ci skip] | Espartaco Palma | 2018-11-14 | 1 | -1/+1 |
* | | | | Describe how has_many's :dependent option affects #delete | Marcel M. Cary | 2018-11-13 | 1 | -0/+2 |
* | | | | Add support for UNLOGGED Postgresql tables | Jacob Evelyn | 2018-11-13 | 1 | -0/+8 |
* | | | | Revert "Merge pull request #34421 from albertoalmagro/use-assert-not-instead-... | Ryuta Kamizono | 2018-11-11 | 2 | -2/+2 |
* | | | | Prefer assert_not instead of refute [ci skip] | Alberto Almagro | 2018-11-10 | 2 | -2/+2 |
* | | | | Merge pull request #34373 from shiroginne/master | Robin Dupret | 2018-11-10 | 1 | -3/+3 |
|\ \ \ \ |
|
| * | | | | Update `action_cable_overview.md`: fix typo. | Evgeny Sugakov | 2018-11-10 | 1 | -3/+3 |
* | | | | | Merge pull request #34415 from Ana06/present_associations | Gannon McGibbon | 2018-11-09 | 1 | -1/+2 |
|\ \ \ \ \ |
|
| * | | | | | Clarify the validation of present associations | Ana María Martínez Gómez | 2018-11-09 | 1 | -1/+2 |
* | | | | | | Merge pull request #32881 from vfonic/update-development-deps-install | Robin Dupret | 2018-11-09 | 3 | -270/+121 |
|\ \ \ \ \ \ |
|
| * | | | | | | Docs: Update Development Dependencies Install | Viktor Fonic | 2018-11-09 | 3 | -270/+121 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Amend CVE note and security guide section wordings | Gannon McGibbon | 2018-11-06 | 1 | -1/+1 |
* | | | | | | Add CVE note to security guide and gemspecs | Gannon McGibbon | 2018-11-06 | 1 | -0/+5 |
* | | | | | | Fix typo | Nick Coyne | 2018-11-05 | 1 | -1/+1 |
|/ / / / / |
|
* | | | | | Make i18n locale setting docs use around_action | Gannon McGibbon | 2018-10-31 | 1 | -15/+23 |