| Commit message (Expand) | Author | Age | Files | Lines |
* | [ci skip] Add link to testing guide | Brooks Reese | 2015-08-10 | 1 | -1/+7 |
* | [ci skip] Modify introduction text and bullets to be consistent with other gu... | Brooks Reese | 2015-08-10 | 1 | -5/+5 |
* | docs, use hash instead of a string for `order`. [ci skip] | Yves Senn | 2015-08-10 | 1 | -1/+1 |
* | Merge pull request #21177 from brooksreese/single_crud_operation | Claudio B. | 2015-08-09 | 1 | -1/+3 |
|\ |
|
| * | [ci skip] Note that each action maps to a specific CRUD operation | Brooks Reese | 2015-08-09 | 1 | -1/+3 |
* | | Merge pull request #21166 from brooksreese/migration_seed_explanation | Claudio B. | 2015-08-08 | 1 | -4/+9 |
|\ \ |
|
| * | | [ci skip] Give in-depth explanation of migrations vs. seeds.rb | Brooks Reese | 2015-08-08 | 1 | -4/+9 |
| |/ |
|
* | | [ci skip] Adding a note to Action Mailer Basics documentation that Google inc... | melissawahnish | 2015-08-08 | 1 | -0/+3 |
* | | use uuid method to define the UUID type [ci skip] | yuuji.yaginuma | 2015-08-08 | 1 | -1/+1 |
* | | [ci skip] Add an explanation for `status` option | yui-knk | 2015-08-08 | 1 | -1/+5 |
* | | stop using @_env in the controller instance | Aaron Patterson | 2015-08-07 | 1 | -2/+2 |
* | | Remove XML Serialization from core. | Zachary Scott | 2015-08-07 | 1 | -59/+2 |
|/ |
|
* | Fix doc typo | Tom Copeland | 2015-08-07 | 1 | -1/+1 |
* | [ci skip] Remove `identity.active_record` | yui-knk | 2015-08-07 | 1 | -8/+0 |
* | Added bin/update script to update application automatically | Mehmet Emin İNAÇ | 2015-08-07 | 1 | -1/+1 |
* | Small fix | Alexey Markov | 2015-08-06 | 1 | -1/+1 |
* | Corrected instructions for using Sass | Andreas Lietz | 2015-08-06 | 1 | -4/+4 |
* | Merge pull request #20800 from xijo/make_active_job_locale_aware | Kasper Timm Hansen | 2015-08-04 | 1 | -0/+13 |
|\ |
|
| * | Fixes #20799 | Johannes Opper | 2015-08-04 | 1 | -0/+13 |
* | | Merge pull request #21076 from r11runner/guide-join-tables | Claudio B. | 2015-08-03 | 2 | -10/+21 |
|\ \ |
|
| * | | [ci skip] migration and association guides: added some remarks about join tables | r11runner | 2015-08-04 | 2 | -10/+21 |
* | | | Correctly close a fenced code block [ci skip] | Robin Dupret | 2015-08-03 | 1 | -0/+1 |
* | | | Add note to routing guide about overriding defaults [ci skip] | Andrew White | 2015-08-03 | 1 | -0/+2 |
* | | | Merge pull request #21052 from robin850/caching-guide | Kasper Timm Hansen | 2015-08-03 | 2 | -51/+160 |
|\ \ \ |
|
| * | | | Improve the "Caching with Rails" guide's introduction [ci skip] | claudiob | 2015-08-03 | 1 | -2/+14 |
| * | | | Add a section about "Collection caching" [ci skip] | Robin Dupret | 2015-08-03 | 1 | -0/+23 |
| * | | | Publish the "Caching with Rails" guide [ci skip] | Celestino Gomes | 2015-07-28 | 1 | -0/+4 |
| * | | | Add a "Managing dependencies" part to the caching guide [ci skip] | Robin Dupret | 2015-07-28 | 1 | -0/+87 |
| * | | | Tiny edits to the "Caching with Rails" guide | Robin Dupret | 2015-07-28 | 1 | -49/+32 |
* | | | | correct example of button_tag [ci skip] | yuuji.yaginuma | 2015-08-02 | 1 | -1/+1 |
* | | | | [ci skip] | yui-knk | 2015-08-01 | 1 | -0/+14 |
* | | | | Remove yepnope mention from form helpers guide because it's deprecated [ci skip] | Anton Chuchkalov | 2015-07-30 | 1 | -3/+2 |
| |/ /
|/| | |
|
* | | | [ci skip] `field_error_proc` is used in `ActionView::Helpers::ActiveModelInst... | yui-knk | 2015-07-29 | 1 | -1/+1 |
|/ / |
|
* | | Tiny documentation edits [ci skip] | Robin Dupret | 2015-07-28 | 1 | -4/+6 |
* | | [ci skip] Add a link to action_controller_overview.html | yui-knk | 2015-07-28 | 1 | -1/+1 |
* | | [ci skip] Now Action View is completely separated from Action Pack | yui-knk | 2015-07-28 | 1 | -1/+1 |
* | | Ryan Bigg has changed jobs. | Ryan Bigg | 2015-07-27 | 1 | -1/+1 |
* | | Fix minor typo in testing guide | Dave Powers | 2015-07-20 | 1 | -1/+1 |
* | | Merge pull request #20763 from maurogeorge/default_scope_create-doc | Sean Griffin | 2015-07-18 | 1 | -0/+12 |
|\ \ |
|
| * | | Add a note about default_scope and create records | Mauro George | 2015-07-16 | 1 | -0/+12 |
* | | | Merge pull request #20909 from yui-knk/fix/test-commnad | Claudio B. | 2015-07-17 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | [ci skip] Add `bundle exec` to test run command | yui-knk | 2015-07-17 | 1 | -1/+1 |
* | | | | [skip ci] Improve grammar/style in DB pooling guide. | Tim Wade | 2015-07-16 | 1 | -7/+7 |
|/ / / |
|
* | | | [ci skip] add note for individual stub creation | Aditya Kapoor | 2015-07-15 | 1 | -0/+16 |
* | | | Merge pull request #20736 from antoine-lizee/docs | Robin Dupret | 2015-07-13 | 2 | -1/+6 |
|\ \ \ |
|
| * | | | [ci skip] doc: making clear that perform_caching has a limited impact | antoine.lizee | 2015-07-13 | 2 | -1/+6 |
* | | | | fix typo in caching guide [ci skip] | Anton Chuchkalov | 2015-07-12 | 1 | -1/+1 |
* | | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2015-07-11 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | [ci skip] Fix hash key to symbol | yui-knk | 2015-06-24 | 1 | -1/+1 |
* | | | | | the key is that the behavior is incorrect [ci skip] | Tony Miller | 2015-07-11 | 1 | -1/+1 |