| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | Add "Ruby on Rails 6.0 Release Notes" guide [ci skip] | bogdanvlviv | 2018-08-29 | 3 | -1/+183 |
* | | | | | | Use the HTTPS protocol for links to Edges Guides [ci skip] | tleneveu | 2018-08-28 | 3 | -4/+4 |
|/ / / / / |
|
* / / / / | Update "Action View Form Helpers" guide [ci skip] | bogdanvlviv | 2018-08-27 | 1 | -96/+118 |
|/ / / / |
|
* | | | | Follow up #33523 [ci skip] | bogdanvlviv | 2018-08-27 | 1 | -50/+20 |
* | | | | Merge pull request #33681 from minaslater/replace-white-and-blacklist | Aaron Patterson | 2018-08-23 | 9 | -40/+41 |
|\ \ \ \ |
|
| * | | | | [ci skip] corrects more grammar awkwardness, replacing denylist with restrict... | Mina Slater | 2018-08-22 | 9 | -37/+41 |
| * | | | | [ci skip] revert terminology related to syntax | Mina Slater | 2018-08-22 | 1 | -1/+1 |
| * | | | | [ci skip] fixes a few more grammar issues, changing a to an before the word a... | Mina Slater | 2018-08-22 | 4 | -12/+9 |
| * | | | | [ci skip] fixes awkward grammar | Mina Slater | 2018-08-22 | 6 | -12/+12 |
| * | | | | [ci skip] change all instances of blacklist and whitelist to denylist and all... | Mina Slater | 2018-08-21 | 11 | -40/+40 |
* | | | | | Include form_with in form_helpers rails guide (#33523) | Nick Schwaderer | 2018-08-22 | 1 | -53/+49 |
* | | | | | Merge pull request #33685 from krusty3002/master | Rafael França | 2018-08-22 | 1 | -0/+7 |
|\ \ \ \ \ |
|
| * | | | | | Fixed file name [ci skip] | Claas Zurawski | 2018-08-22 | 1 | -1/+1 |
| * | | | | | Added explanation about new_framework_defaults.rb file [ci skip] | Claas Zurawski | 2018-08-22 | 1 | -0/+7 |
* | | | | | | Add database configuration to disable advisory locks. | Guo Xiang Tan | 2018-08-22 | 1 | -1/+10 |
|/ / / / / |
|
* / / / / | Add missing newline [ci skip] | George Claghorn | 2018-08-21 | 1 | -0/+1 |
|/ / / / |
|
* | | | | [ci skip] Add ImageMagick to ActiveStorage dependencies | Mr. Outis | 2018-08-21 | 1 | -1/+13 |
* | | | | Improve documentation of Procs as :if / :unless options for callbacks | Fabian Schwahn | 2018-08-20 | 1 | -0/+8 |
* | | | | Merge pull request #33621 from sikachu/sikachu-guide-rubocop | Richard Schneeman | 2018-08-19 | 1 | -2/+13 |
|\ \ \ \ |
|
| * | | | | Update guide to mention code linters available | Prem Sichanugrist | 2018-08-15 | 1 | -2/+13 |
* | | | | | DRY in Active Record Query Interface [ci skip] | bogdanvlviv | 2018-08-19 | 1 | -16/+0 |
* | | | | | Fix syntax error in the doc [ci skip] | Ryuta Kamizono | 2018-08-19 | 1 | -1/+1 |
* | | | | | Merge pull request #33653 from LemonAndroid/patch-1 | Richard Schneeman | 2018-08-19 | 1 | -3/+9 |
|\ \ \ \ \ |
|
| * | | | | | Explained difference between scope & class method | LemonAndroid | 2018-08-19 | 1 | -3/+9 |
* | | | | | | Update `google-cloud-storage` gem version [ci skip] | yuuji.yaginuma | 2018-08-19 | 1 | -1/+1 |
|/ / / / / |
|
* | | | | | Enable Style/ParenthesesAroundCondition cop | Ryuta Kamizono | 2018-08-19 | 1 | -2/+2 |
* | | | | | [skip ci] Fix overlapping text in the guide | Arye Dov Eidelman | 2018-08-17 | 1 | -1/+5 |
* | | | | | Merge pull request #33537 from ZASMan/update_action_mailer_docs_custom_view_p... | Ryuta Kamizono | 2018-08-17 | 1 | -0/+15 |
|\ \ \ \ \ |
|
| * | | | | | Add note for custom mailer view paths in action mailer guide. [ci skip] | Zane | 2018-08-16 | 1 | -0/+16 |
* | | | | | | Harmonize shell commands in dev guide [ci skip] | Anton Rieder | 2018-08-16 | 1 | -7/+7 |
| |/ / / /
|/| | | | |
|
* | | | | | Add `Array#extract!` | bogdanvlviv | 2018-08-14 | 1 | -0/+13 |
* | | | | | Fix header setting doc in testing guide [ci skip] | Darren | 2018-08-13 | 1 | -3/+2 |
* | | | | | Clarify "Old Migrations" in "Active Record Migrations" guide [ci skip] | bogdanvlviv | 2018-08-12 | 1 | -4/+4 |
* | | | | | Clarify note that SQLite3 adapter doesn't support `add_foreign_key` [ci skip] | bogdanvlviv | 2018-08-12 | 1 | -3/+2 |
* | | | | | Merge pull request #33474 from olivierlacan/old-migrations | Richard Schneeman | 2018-08-11 | 1 | -3/+22 |
|\ \ \ \ \ |
|
| * | | | | | Document best practices with old migrations | Olivier Lacan | 2018-08-03 | 1 | -3/+22 |
* | | | | | | Merge pull request #33563 from lzap/foreign-key-note-doc | Richard Schneeman | 2018-08-11 | 1 | -0/+4 |
|\ \ \ \ \ \ |
|
| * | | | | | | ActiveRecord Guide - sqlite3 foreign keys note | Lukas Zapletal | 2018-08-09 | 1 | -0/+4 |
* | | | | | | | Add missing instructions for FreeBSD [ci skip] | Robin Dupret | 2018-08-09 | 1 | -10/+18 |
|/ / / / / / |
|
* | | | | | | Merge pull request #33554 from saveriomiroddi/sav-correct_updated_at_guide_ex... | Eileen M. Uchitelle | 2018-08-08 | 1 | -1/+1 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| * | | | | | ActiveRecord Basics guide: correct explanation of the `updated_at` logic [ci ... | Saverio Miroddi | 2018-08-08 | 1 | -1/+1 |
* | | | | | | Add lambdas in conditional validations | Ana María Martínez Gómez | 2018-08-07 | 1 | -0/+7 |
* | | | | | | Merge pull request #33507 from jackc/patch-1 | George Claghorn | 2018-08-03 | 1 | -1/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | Fix file upload location recommendation | Jack Christensen | 2018-08-01 | 1 | -1/+1 |
* | | | | | | | Merge pull request #33452 from thetizzo/rails_32_to_40_doc_update | George Claghorn | 2018-08-03 | 1 | -0/+11 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Update Rails 3.2 to 4.0 upgrade guide to include a mention and tip for handli... | thetizzo | 2018-08-03 | 1 | -0/+11 |
* | | | | | | | | [ci skip] Update adding member routes guide to fix inconsistency with the imp... | Ryan Brooks | 2018-08-03 | 1 | -1/+1 |
| |/ / / / / /
|/| | | | | | |
|
* | | | | | | | Revert "Remove label 'work in progress' for AM and AV guides" | Xavier Noria | 2018-07-31 | 1 | -0/+2 |
* | | | | | | | Merge pull request #31883 from bogdanvlviv/remove-label-in-porgress-for-M-V-g... | Richard Schneeman | 2018-07-31 | 1 | -2/+0 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Remove label 'work in progress' for AM and AV guides | bogdanvlviv | 2018-02-04 | 1 | -2/+0 |