| Commit message (Expand) | Author | Age | Files | Lines |
* | [ci skip] Mailer fixtures in Testing guide. | Cody Boyko | 2017-05-12 | 1 | -1/+1 |
* | Fix a typo in guide [ci skip] | Koichi ITO | 2017-05-11 | 1 | -1/+1 |
* | Merge pull request #28240 from kreintjes/fix/autoloading-sti-guide | Matthew Draper | 2017-05-09 | 1 | -9/+8 |
|\ |
|
| * | Correct Autoloading and STI guide (issue #26994) | Kevin Reintjes | 2017-04-06 | 1 | -9/+8 |
* | | Fix link to `assert_nothing_raised` doc [ci skip] | yuuji.yaginuma | 2017-05-08 | 1 | -1/+1 |
* | | Should escape meta characters in regexp | Ryuta Kamizono | 2017-05-07 | 1 | -1/+1 |
* | | Rails secrets is not built on but inspired by Sekrets | Bart | 2017-05-02 | 1 | -1/+1 |
* | | Fix note about `secrets.yml` [ci skip] | yuuji.yaginuma | 2017-04-30 | 1 | -3/+3 |
* | | Remove entries included in 5.0 [ci skip] | yuuji.yaginuma | 2017-04-29 | 1 | -10/+0 |
* | | 5.1 Release Notes are complete [ci skip] | claudiob | 2017-04-28 | 1 | -1/+0 |
* | | Small grammar fix | Jon Moss | 2017-04-27 | 1 | -1/+1 |
* | | Small grammar fix | Jon Moss | 2017-04-27 | 1 | -1/+1 |
* | | Small grammar fixes | Jon Moss | 2017-04-27 | 1 | -13/+13 |
* | | Fix indentation [ci skip] | Prathamesh Sonpatki | 2017-04-27 | 1 | -22/+22 |
* | | Added some more release notes for Active Record [ci skip] | Prathamesh Sonpatki | 2017-04-27 | 1 | -2/+74 |
* | | Merge pull request #28904 from robin850/update-working-with-javascript | Rafael Mendonça França | 2017-04-27 | 1 | -35/+147 |
|\ \ |
|
| * | | Add documentation of data attributes for UJS [ci skip] | Robin Dupret | 2017-04-27 | 1 | -1/+97 |
| * | | Nest Action View remote helpers one level deeper [ci skip] | Robin Dupret | 2017-04-27 | 1 | -3/+5 |
| * | | Add a section with the different Ajax events [ci skip] | Robin Dupret | 2017-04-27 | 1 | -0/+36 |
| * | | Update the JavaScript guide to use `form_with` | Robin Dupret | 2017-04-27 | 1 | -29/+7 |
|/ / |
|
* | | Pluralize methods | Jon Moss | 2017-04-26 | 1 | -1/+1 |
* | | More release notes for Rails 5.1 [ci skip] | claudiob | 2017-04-26 | 1 | -0/+30 |
* | | Add some items to the release notes [ci skip] | Robin Dupret | 2017-04-27 | 1 | -0/+54 |
* | | Some improvements in the 5.1 release notes [ci skip] | Robin Dupret | 2017-04-27 | 1 | -28/+32 |
* | | s/broadcasing/broadcasting/ | Akira Matsuda | 2017-04-27 | 1 | -1/+1 |
* | | Describe the changes in transactional tests | Matthew Draper | 2017-04-25 | 1 | -0/+31 |
* | | Add missing `action_view` section of config flag | Jon Moss | 2017-04-24 | 1 | -1/+1 |
* | | Merge pull request #28861 from koic/unify_names_of_github | Vipul A M | 2017-04-25 | 1 | -1/+1 |
|\ \ |
|
| * | | Unify the name of GitHub [ci skip] | Koichi ITO | 2017-04-25 | 1 | -1/+1 |
* | | | Merge pull request #28860 from y-yagi/add_form_with_generates_remote_forms_to... | Vipul A M | 2017-04-25 | 1 | -0/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | Add `form_with_generates_remote_forms` to configuring guide [ci skip] | yuuji.yaginuma | 2017-04-25 | 1 | -0/+2 |
* | | | secrets.yml --> config/secrets.yml | Jon Moss | 2017-04-23 | 1 | -1/+1 |
* | | | Add Action View info to 5.1 release notes | Jon Moss | 2017-04-23 | 1 | -0/+23 |
* | | | Use parameters, not params | Jon Moss | 2017-04-23 | 1 | -2/+2 |
* | | | Small grammar fixes | Jon Moss | 2017-04-23 | 1 | -7/+6 |
* | | | Remove unused heading | Jon Moss | 2017-04-23 | 1 | -2/+0 |
* | | | Add more Railties notable changes | Jon Moss | 2017-04-23 | 1 | -0/+8 |
* | | | Add Railties info to 5.1 release notes | Jon Moss | 2017-04-23 | 1 | -0/+36 |
* | | | Add Active Model info to 5.1 release notes | Jon Moss | 2017-04-23 | 1 | -1/+12 |
* | | | Remove unused headings | Jon Moss | 2017-04-23 | 1 | -4/+0 |
* | | | Finish Action Cable section in release notes | Jon Moss | 2017-04-23 | 1 | -0/+6 |
* | | | Finish Action Mailer section in release notes | Jon Moss | 2017-04-23 | 1 | -4/+4 |
* | | | Add Active Job info to 5.1 release notes | Jon Moss | 2017-04-23 | 1 | -1/+12 |
* | | | [ci_skip] Fix typo in Rails 5.1 upgrade notes | Shanthi Pendleton | 2017-04-23 | 1 | -1/+1 |
|/ / |
|
* | | Add note about #26929 in the upgrade guide | Rafael Mendonça França | 2017-04-21 | 1 | -0/+17 |
* | | Merge pull request #28432 from marksiemers/master | Rafael França | 2017-04-20 | 1 | -1/+1 |
|\ \ |
|
| * | | Update 'Building Complex Forms' with `inverse_of` | marksiemers | 2017-03-15 | 1 | -1/+1 |
* | | | Reword sentence | Jon Moss | 2017-04-19 | 1 | -3/+3 |
* | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2017-04-19 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | [ci skip] Change ++ by markdown quotes | Mikhail Dieterle | 2017-04-08 | 1 | -1/+1 |