aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/upgrading_ruby_on_rails.md
Commit message (Expand)AuthorAgeFilesLines
...
* remove duplication section [ci skip]Aditya Kapoor2016-01-271-4/+0
* guides, restructure Rails 5.0 release notes. [ci skip]Yves Senn2015-12-221-0/+8
* Upgrade Guide: Add missing period, :scissors: whitespace [skip ci]Jon Atack2015-12-201-2/+2
* Fix section about ApplicationRecord in upgrading guide [ci skip]Prathamesh Sonpatki2015-12-171-4/+4
* ApplicationRecord release notes entryGenadi Samokovarov2015-12-171-0/+19
* Mention the correct way to halt callback chainsCarlos Souza2015-12-161-1/+1
* Replace `serve_static_files` mentions in docs.Kasper Timm Hansen2015-11-041-2/+4
* Fix double word 'be' [ci skip]Jake Worth2015-10-311-1/+1
* Refactor AS::Callbacks halt config and fix the documentationRoque Pinel2015-10-011-11/+14
* Clarify CSRF <script> purpose and protection. Note how to deal with your own ...Jeremy Daer2015-09-161-5/+8
* Improved explanation of the <script> tag CSRF behaviorAnshul Agrawal2015-09-141-4/+2
* Removed Extra ‘the’ [ci skip]Ronak Jangir2015-09-061-1/+1
* Fix doc typoTom Copeland2015-08-071-1/+1
* Add info on default layout functionality 3.2 >> 4.0 upgradeStephen Puiszis2015-05-261-0/+2
* [ci skip] update ruby doc links; for rails next version ruby 2.2+ will be sup...Gaurav Sharma2015-05-201-1/+1
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-05-081-1/+1
|\
| * Replaced Javascript with JavaScript in guidesPrathamesh Sonpatki2015-04-281-1/+1
* | add note about habtm relations with scopesRob Looby2015-05-031-0/+2
* | add upgrade note for breaking habtm change in 3.2 -> 4.0Rob Looby2015-05-011-0/+12
* | Fix typos and improve the documentationJon Atack2015-04-151-1/+1
* | Merge pull request #19753 from jonatack/use-ruby-2-2-2Guillermo Iguaran2015-04-131-1/+1
|\ \ | |/ |/|
| * Upgrade to Ruby 2.2.2Jon Atack2015-04-141-1/+1
* | Fix a few typos [ci skip]Robin Dupret2015-04-051-5/+7
|/
* Add explicit base class for ActiveJob jobsJeroen van Baarsen2015-03-231-0/+15
* Rails 5.0 needs ruby 2.2.1 or higherJeroen van Baarsen2015-03-081-1/+1
* Merge pull request #18363 from andreynering/add-foreign-key-subsection-in-upg...Yves Senn2015-02-111-0/+16
|\
| * Adding subsection on 'upgrading' guide about 4.2 foreign key support [ci skip]Andrey Nering2015-02-101-0/+14
|/
* Use Module#include instead of send :include, since now is a public method [ci...robertomiranda2015-01-311-1/+1
* - Changed `IN` to `ON` in markdown renderer conditionVipul A M2015-01-141-1/+1
* Add config to halt callback chain on return falseclaudiob2015-01-021-0/+22
* Updating guides for Rails 5.0 [ci skip]Lucas Caton2015-01-021-2/+6
* adjust args of Bundler.require in guides [ci skip]Yosuke2014-12-291-1/+1
* warn about reading guides in GitHubXavier Noria2014-12-231-0/+2
* Use serve_static_files in guides [skip ci]Arthur Neves2014-12-221-1/+1
* Spelling fix [ci skip]George Millo2014-12-181-2/+2
* [guides] Fix method name inconsistency in a mailer exampleYuki Nishijima2014-12-121-1/+1
* Mention that Action Mailer methods are not deferred [ci skip]Godfrey Chan2014-12-121-0/+35
* Revert "Merge pull request #17943 from jeremywadsack/doc_cache_importability"Rafael Mendonça França2014-12-111-4/+0
* Merge pull request #17942 from yui-knk/fix/upgrading.mdRichard Schneeman2014-12-061-1/+1
|\
| * [ci skip] update rails version to 3.2.21yui-knk2014-12-061-1/+1
* | Add Guides note to change cache name space as Entry data is incompatible betw...Jeremy Wadsack2014-12-041-0/+4
|/
* Use web_console 2.0 for 4.2.0.rc1 releaseGenadi Samokovarov2014-11-261-1/+1
* Remove Web Console /console references in the guidesGenadi Samokovarov2014-11-251-9/+0
* :scissors: WIP labels [ci skip]Godfrey Chan2014-11-251-3/+0
* Prepare for RC: link to the 4-2-stable [ci skip]Godfrey Chan2014-11-251-1/+1
* Mention log_level deprecation in upgrade guides [ci skip]Godfrey Chan2014-11-251-0/+12
* Specified beta branch for web-console gemMatthew Cullum2014-11-221-1/+1
* Replace "behaviour" with "behavior"Dave Powers2014-11-111-2/+2
* Replace Html with HTML [ci skip]Prathamesh Sonpatki2014-11-061-2/+2
* Merge pull request #17460 from hbriggs/masterAbdelkader Boudih2014-10-311-4/+7
|\