| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused `@txn` variable | Eugene Kenny | 2017-03-15 | 1 | -1/+0 |
* | Remove obsolete warning about regular expression | Philipe Fatio | 2017-03-14 | 1 | -3/+0 |
* | Fix weird documentation line | Jon Moss | 2017-03-12 | 1 | -1/+1 |
* | Second editing pass on "Active Model Basics" guide | Jon Moss | 2017-03-12 | 1 | -16/+18 |
* | First editing pass on "Active Model Basics" guide | Jon Moss | 2017-03-12 | 1 | -11/+12 |
* | Add link to mentioned API [ci skip] (#28392) | Vipul A M | 2017-03-12 | 1 | -1/+1 |
* | Merge pull request #27152 from tjai89/patch-5 | Vipul A M | 2017-03-12 | 1 | -1/+1 |
|\ |
|
| * | Add link to API documentation | Kirill Zhuravlov | 2016-11-23 | 1 | -1/+1 |
* | | Fix typo in the security guide | bogdanvlviv | 2017-03-12 | 1 | -2/+2 |
* | | Improve readability of testing guide [ci skip] | James Baer | 2017-03-10 | 1 | -1/+1 |
* | | force UTF-8 as external encoding in guides generation [ci skip] | Xavier Noria | 2017-03-09 | 1 | -3/+16 |
* | | Merge pull request #28289 from maicher/master | Vipul A M | 2017-03-07 | 1 | -2/+18 |
|\ \ |
|
| * | | Improve foreign key description in guides [ci skip] | Krzysztof Maicher | 2017-03-06 | 1 | -2/+18 |
* | | | Remove `:on` option that does ot exist [ci skip] | yuuji.yaginuma | 2017-03-07 | 1 | -2/+2 |
* | | | Merge pull request #28286 from robin850/skip-system-tests-by-default | Eileen M. Uchitelle | 2017-03-05 | 1 | -0/+3 |
|\ \ \ |
|
| * | | | Avoid running system tests by default | Robin Dupret | 2017-03-05 | 1 | -0/+3 |
| |/ / |
|
* | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2017-03-04 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | Fix generated query in Retrieving specific data from multiple tables section ... | Vipul A M | 2017-03-04 | 1 | -1/+1 |
* | | | Merge pull request #28284 from y-yagi/fix_system_test_example | Robin Dupret | 2017-03-04 | 1 | -7/+9 |
|\ \ \ |
|
| * | | | Fx system test example [ci skip] | yuuji.yaginuma | 2017-03-04 | 1 | -7/+9 |
* | | | | Escapes and edits to configuring guide [ci skip] (#28280) | Vipul A M | 2017-03-04 | 1 | -5/+5 |
* | | | | Merge pull request #28265 from 0oneo/association_guide | Ryuta Kamizono | 2017-03-04 | 1 | -1/+1 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | passing unique parameter to belongs_to wrongly | 0oneo | 2017-03-03 | 1 | -1/+1 |
* | | | | Fix spelling | Jonathan Chen | 2017-03-03 | 1 | -1/+1 |
|/ / / |
|
* | | | Fix typo in Upgrading Ruby on Rails Guide [skip ci] | Erol Fornoles | 2017-03-03 | 1 | -1/+1 |
* | | | fixed suspected typo in sample sql query | Shay | 2017-03-02 | 1 | -1/+1 |
* | | | Improve documentation for Testing Your Mailers [ci skip] | James Baer | 2017-02-28 | 1 | -0/+4 |
* | | | Update i18n guide to cover :zero key support in pluralization [ci skip] | Anne Johnson | 2017-02-26 | 1 | -2/+8 |
* | | | Use released arel | yuuji.yaginuma | 2017-02-26 | 1 | -1/+0 |
* | | | Soft-deprecate the top-level HashWithIndifferentAccess class | Robin Dupret | 2017-02-25 | 1 | -0/+19 |
* | | | Fix w3c_validator.rb validation script | Laurent Arnoud | 2017-02-23 | 1 | -4/+5 |
* | | | Preparing for 5.1.0.beta1 release | Rafael Mendonça França | 2017-02-23 | 1 | -0/+4 |
* | | | remove needless extension from system test example [ci skip] | yuuji.yaginuma | 2017-02-22 | 1 | -1/+1 |
* | | | [doc] Fix wrong class name in testing.md | Celso Fernandes | 2017-02-21 | 1 | -1/+1 |
* | | | Use released arel | Rafael Mendonça França | 2017-02-21 | 5 | -5/+0 |
* | | | Tiny documentation edits [ci skip] | Robin Dupret | 2017-02-21 | 1 | -16/+11 |
* | | | Fix some grammar in docs [ci skip] | kenta-s | 2017-02-21 | 1 | -3/+3 |
* | | | Clean up documentation | eileencodes | 2017-02-20 | 1 | -7/+7 |
* | | | Rename system_test_helper -> application_system_test_case | eileencodes | 2017-02-20 | 1 | -12/+12 |
* | | | Move and rename system tests | eileencodes | 2017-02-20 | 1 | -5/+5 |
* | | | Update documentation and guides | eileencodes | 2017-02-20 | 1 | -98/+36 |
* | | | Add guides for system testing | eileencodes | 2017-02-20 | 1 | -3/+251 |
* | | | [ci skip] Update Guides to use macOS instead of Mac OS X | Vitali Tatarintev | 2017-02-20 | 5 | -9/+9 |
* | | | Merge pull request #28058 from y-yagi/follow_up_to_27608 | Jon Moss | 2017-02-17 | 2 | -23/+1 |
|\ \ \ |
|
| * | | | Remove deprecate passing string to `:if` and `:unless` conditional options [c... | yuuji.yaginuma | 2017-02-18 | 2 | -23/+1 |
* | | | | Change engines guide to demonstrate maintained forum | Richard | 2017-02-17 | 1 | -1/+1 |
* | | | | Fix typo in I18n Guide [ci skip] | Erol Fornoles | 2017-02-17 | 1 | -1/+1 |
|/ / / |
|
* | | | document link processing in guides generation [ci skip] | Xavier Noria | 2017-02-12 | 1 | -2/+42 |
* | | | refactors and fixes in guides generation [ci skip] | Xavier Noria | 2017-02-12 | 7 | -162/+124 |
* | | | [ci skip] Fully qualify missing template error. | Kasper Timm Hansen | 2017-02-11 | 1 | -1/+1 |