aboutsummaryrefslogtreecommitdiffstats
path: root/guides
Commit message (Expand)AuthorAgeFilesLines
* Follow up #34754bogdanvlviv2018-12-201-20/+1
* Use native `Array#append`, `Array#prepend`, `Hash#transform_keys`, and `Hash#...Ryuta Kamizono2018-12-201-66/+0
* Require Ruby 2.5 for Rails 6.Kasper Timm Hansen2018-12-193-4/+4
* Single nest config in configuration guidesSam Bostock2018-12-181-1/+1
* Add option to set parallel test worker count to the physical core count of th...Bogdan2018-12-181-4/+4
* Extend documentation of `ActiveSupport::Notifications.subscribe` (#34721)Bogdan2018-12-171-1/+13
* Merge pull request #32872 from utilum/soften_migrations_guide_generator_sectionVipul A M2018-12-151-4/+9
|\
| * Expand intro to Migration generator in Migrations Guideutilum2018-05-111-4/+9
* | Prepend module in ActiveStorage overviewSam Bostock2018-12-101-8/+14
* | Fix typo in per-form CSRF token docs [ci skip]Randy Antler2018-12-071-1/+1
* | Abort early if generator command fails (#34420)David Rodríguez2018-12-071-0/+6
* | Improve deprecation message for enqueue returning falseRafael Mendonça França2018-12-051-0/+2
* | Use safe nav operator when calling RailsGuides::Generator.newYosuke Kabuto2018-12-052-3/+3
* | Add advanced test helpers docs to guidesSam Bostock2018-12-041-0/+50
* | Add note about symbols vs stringsGannon McGibbon2018-12-041-0/+2
* | Improve parallel testing guide [ci skip]bogdanvlviv2018-12-031-10/+9
* | fix example code syntax [ci skip]Greg Molnar2018-12-011-1/+1
* | Clarify no support for non PK id columnsGannon McGibbon2018-11-301-0/+2
* | [ci skip] Add a Delayed Job project link.Tonči Damjanić2018-11-291-0/+1
* | Clarify scope body requirementsGannon McGibbon2018-11-261-1/+1
* | Merge pull request #34520 from yahonda/bump_pg93Rafael França2018-11-261-1/+1
|\ \
| * | Bump the minimum version of PostgreSQL to 9.3Yasuo Honda2018-11-251-1/+1
* | | Use cache_key_with_version instead of cache_key for the example in Low-Level ...tnantoka2018-11-261-1/+1
* | | Updating the Testing Guide to Reflect Emails Enqueued With ActiveJob [ci skip]Tom Rossi2018-11-251-7/+23
|/ /
* | Merge pull request #34455 from minimalweb/progressive_jpeg_inclusion_as_varia...Rafael França2018-11-231-1/+1
|\ \
| * | Add progressive JPG to default variable content typesMaurice Kühlborn2018-11-211-1/+1
* | | Use direction instead of rtl flag.Alberto Almagro2018-11-222-18/+21
* | | Fix typo in development_dependencies_install.md [ci skip]Alfonso Jiménez2018-11-201-1/+1
* | | Indent guides as rails help command output[ci skip]Alberto Almagro2018-11-191-25/+25
* | | Merge pull request #34486 from tamarr/masterRafael Mendonça França2018-11-193-3/+772
|\ \ \
| * | | allow right to left styling of docs (#3)tamarr2018-11-193-3/+771
* | | | [ci skip] Update active_job_basics.mdShota Iguchi2018-11-191-1/+1
* | | | Change queueing to queuing in docs and comments [skip ci]jacobherrington2018-11-181-1/+1
|/ / /
* / / Replace cache_key with cache_key_with_version on caching_with_rails guides [c...tnantoka2018-11-161-3/+3
|/ /
* | fix typo on association_basics.md [ci skip]Espartaco Palma2018-11-141-1/+1
* | Describe how has_many's :dependent option affects #deleteMarcel M. Cary2018-11-131-0/+2
* | Add support for UNLOGGED Postgresql tablesJacob Evelyn2018-11-131-0/+8
* | Revert "Merge pull request #34421 from albertoalmagro/use-assert-not-instead-...Ryuta Kamizono2018-11-112-2/+2
* | Prefer assert_not instead of refute [ci skip]Alberto Almagro2018-11-102-2/+2
* | Merge pull request #34373 from shiroginne/masterRobin Dupret2018-11-101-3/+3
|\ \
| * | Update `action_cable_overview.md`: fix typo.Evgeny Sugakov2018-11-101-3/+3
* | | Merge pull request #34415 from Ana06/present_associationsGannon McGibbon2018-11-091-1/+2
|\ \ \
| * | | Clarify the validation of present associationsAna María Martínez Gómez2018-11-091-1/+2
* | | | Merge pull request #32881 from vfonic/update-development-deps-installRobin Dupret2018-11-093-270/+121
|\ \ \ \
| * | | | Docs: Update Development Dependencies InstallViktor Fonic2018-11-093-270/+121
| | |/ / | |/| |
* | | | Amend CVE note and security guide section wordingsGannon McGibbon2018-11-061-1/+1
* | | | Add CVE note to security guide and gemspecsGannon McGibbon2018-11-061-0/+5
* | | | Fix typoNick Coyne2018-11-051-1/+1
|/ / /
* | | Make i18n locale setting docs use around_actionGannon McGibbon2018-10-311-15/+23
* | | Merge pull request #34349 from yahonda/restore_encoding_utf8mb4Ryuta Kamizono2018-10-301-0/+1
|\ \ \