| Commit message (Expand) | Author | Age | Files | Lines |
* | Support for unified Integer class in Ruby 2.4+ | Jeremy Daer | 2016-05-18 | 1 | -1/+1 |
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2016-04-29 | 1 | -5/+5 |
|\ |
|
| * | - Make sure we end sentences | Vipul A M | 2016-04-13 | 1 | -5/+5 |
* | | Add a note about how to execute 'rails app:update' on 4.2 and earlier [ci skip] | Javier Vidal | 2016-04-15 | 1 | -1/+1 |
* | | Add ruby 2.2.2+ version requirement for Rails 5 apps | Vipul A M | 2016-04-13 | 1 | -1/+2 |
|/ |
|
* | Correct command for generating secret_key_base [ci skip] | Wiehann | 2016-03-14 | 1 | -1/+1 |
* | remove "rake" word [ci skip] | yuuji.yaginuma | 2016-02-28 | 1 | -3/+3 |
* | use `app:update` instead of deprecated `rails:update` [ci skip] | yuuji.yaginuma | 2016-02-28 | 1 | -2/+2 |
* | Update docs to point to new update task. | Arthur Neves | 2016-02-27 | 1 | -3/+3 |
* | The tasks in the rails task namespace is deprecated in favor of app namespace. | Ryo Hashimoto | 2016-02-26 | 1 | -2/+2 |
* | Fix grammar `a` to `an` [ci skip] | Ryuta Kamizono | 2016-02-13 | 1 | -1/+1 |
* | Fix numbers of steps to upgrade Rails [ci skip] | Prathamesh Sonpatki | 2016-02-12 | 1 | -3/+3 |
* | Improve wording in documentation change | Leslie Viljoen | 2016-02-12 | 1 | -3/+3 |
* | Document the upgrade process | Leslie Viljoen | 2016-02-12 | 1 | -0/+15 |
* | use rails secret in rails guides | Ryo Hashimoto | 2016-02-03 | 1 | -1/+1 |
* | remove duplication section [ci skip] | Aditya Kapoor | 2016-01-27 | 1 | -4/+0 |
* | guides, restructure Rails 5.0 release notes. [ci skip] | Yves Senn | 2015-12-22 | 1 | -0/+8 |
* | Upgrade Guide: Add missing period, :scissors: whitespace [skip ci] | Jon Atack | 2015-12-20 | 1 | -2/+2 |
* | Fix section about ApplicationRecord in upgrading guide [ci skip] | Prathamesh Sonpatki | 2015-12-17 | 1 | -4/+4 |
* | ApplicationRecord release notes entry | Genadi Samokovarov | 2015-12-17 | 1 | -0/+19 |
* | Mention the correct way to halt callback chains | Carlos Souza | 2015-12-16 | 1 | -1/+1 |
* | Replace `serve_static_files` mentions in docs. | Kasper Timm Hansen | 2015-11-04 | 1 | -2/+4 |
* | Fix double word 'be' [ci skip] | Jake Worth | 2015-10-31 | 1 | -1/+1 |
* | Refactor AS::Callbacks halt config and fix the documentation | Roque Pinel | 2015-10-01 | 1 | -11/+14 |
* | Clarify CSRF <script> purpose and protection. Note how to deal with your own ... | Jeremy Daer | 2015-09-16 | 1 | -5/+8 |
* | Improved explanation of the <script> tag CSRF behavior | Anshul Agrawal | 2015-09-14 | 1 | -4/+2 |
* | Removed Extra ‘the’ [ci skip] | Ronak Jangir | 2015-09-06 | 1 | -1/+1 |
* | Fix doc typo | Tom Copeland | 2015-08-07 | 1 | -1/+1 |
* | Add info on default layout functionality 3.2 >> 4.0 upgrade | Stephen Puiszis | 2015-05-26 | 1 | -0/+2 |
* | [ci skip] update ruby doc links; for rails next version ruby 2.2+ will be sup... | Gaurav Sharma | 2015-05-20 | 1 | -1/+1 |
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2015-05-08 | 1 | -1/+1 |
|\ |
|
| * | Replaced Javascript with JavaScript in guides | Prathamesh Sonpatki | 2015-04-28 | 1 | -1/+1 |
* | | add note about habtm relations with scopes | Rob Looby | 2015-05-03 | 1 | -0/+2 |
* | | add upgrade note for breaking habtm change in 3.2 -> 4.0 | Rob Looby | 2015-05-01 | 1 | -0/+12 |
* | | Fix typos and improve the documentation | Jon Atack | 2015-04-15 | 1 | -1/+1 |
* | | Merge pull request #19753 from jonatack/use-ruby-2-2-2 | Guillermo Iguaran | 2015-04-13 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Upgrade to Ruby 2.2.2 | Jon Atack | 2015-04-14 | 1 | -1/+1 |
* | | Fix a few typos [ci skip] | Robin Dupret | 2015-04-05 | 1 | -5/+7 |
|/ |
|
* | Add explicit base class for ActiveJob jobs | Jeroen van Baarsen | 2015-03-23 | 1 | -0/+15 |
* | Rails 5.0 needs ruby 2.2.1 or higher | Jeroen van Baarsen | 2015-03-08 | 1 | -1/+1 |
* | Merge pull request #18363 from andreynering/add-foreign-key-subsection-in-upg... | Yves Senn | 2015-02-11 | 1 | -0/+16 |
|\ |
|
| * | Adding subsection on 'upgrading' guide about 4.2 foreign key support [ci skip] | Andrey Nering | 2015-02-10 | 1 | -0/+14 |
|/ |
|
* | Use Module#include instead of send :include, since now is a public method [ci... | robertomiranda | 2015-01-31 | 1 | -1/+1 |
* | - Changed `IN` to `ON` in markdown renderer condition | Vipul A M | 2015-01-14 | 1 | -1/+1 |
* | Add config to halt callback chain on return false | claudiob | 2015-01-02 | 1 | -0/+22 |
* | Updating guides for Rails 5.0 [ci skip] | Lucas Caton | 2015-01-02 | 1 | -2/+6 |
* | adjust args of Bundler.require in guides [ci skip] | Yosuke | 2014-12-29 | 1 | -1/+1 |
* | warn about reading guides in GitHub | Xavier Noria | 2014-12-23 | 1 | -0/+2 |
* | Use serve_static_files in guides [skip ci] | Arthur Neves | 2014-12-22 | 1 | -1/+1 |
* | Spelling fix [ci skip] | George Millo | 2014-12-18 | 1 | -2/+2 |