aboutsummaryrefslogtreecommitdiffstats
path: root/guides
Commit message (Expand)AuthorAgeFilesLines
* Tiny documentation fixes [ci skip]Robin Dupret2014-06-291-3/+3
* Quick pass through Active Support and guides CHANGELOGRobin Dupret2014-06-291-3/+3
* Merge pull request #15963 from roryokane/getting-started-guide-fix-grammarSean Griffin2014-06-281-3/+3
|\
| * Add punctuation and fix capitalization in Getting Started guideRory O’Kane2014-06-281-3/+3
* | Merge pull request #15964 from JuanitoFatas/doc/patch-01Sean Griffin2014-06-281-1/+1
|\ \ | |/ |/|
| * [ci skip] Fix router option reference in 4.2 release notes.Juanito Fatas2014-06-291-1/+1
* | Merge branch 'master' of github.com:rails/docrailsVijay Dev2014-06-281-3/+3
|\ \
| * | [ci skip] Add missing colon and period in initialization.md.Juanito Fatas2014-06-251-3/+3
* | | Merge pull request #15955 from JuanitoFatas/levenshtein-guideGuillermo Iguaran2014-06-281-21/+29
|\ \ \
| * | | Update the levenshtein distance method in guides.Juanito Fatas2014-06-281-21/+29
| | |/ | |/|
* / | Add missing period in Getting Started guideRory O’Kane2014-06-281-1/+1
|/ /
* | Merge pull request #15933 from rafael/masterRafael Mendonça França2014-06-271-0/+2
|\ \
| * | Improvements per code review.Rafael Chacón2014-06-271-1/+3
* | | Follow-up to #15215 [ci skip]Robin Dupret2014-06-273-10/+12
* | | Tiny follow-up to 1a69112Robin Dupret2014-06-271-3/+7
* | | fk: add docsYves Senn2014-06-262-58/+96
* | | Deprecate automatic counter caches on has_many :throughSean Griffin2014-06-261-0/+6
* | | sync deprecations and removals with 4.2 release notes. [ci skip]Yves Senn2014-06-251-0/+26
* | | synchronize Active Record deprecations / removals with 4.2 release notesYves Senn2014-06-251-0/+24
* | | Merge pull request #15887 from RudyOnRails/patch-1Arthur Nogueira Neves2014-06-241-3/+3
|\ \ \
| * | | Improves readability...Kevin Musiorski2014-06-241-3/+3
* | | | Merge pull request #15828 from yuki24/add-warning-about-rescue-from-exceptionSean Griffin2014-06-241-0/+2
|\ \ \ \
| * | | | Add warning for `rescue_from Exception` and `rescue_from StandardError`Yuki Nishijima2014-06-191-0/+2
* | | | | Merge pull request #15810 from maurogeorge/guides-rails-updateYves Senn2014-06-241-0/+23
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add rails:update to the upgrading guidesMauro George2014-06-191-0/+23
* | | | | Disable autolink in example code blocks in guides.Juanito Fatas2014-06-241-0/+6
* | | | | Merge pull request #14113 from murb/patch-1Rafael Mendonça França2014-06-231-5/+6
|\ \ \ \ \
| * | | | | Moved explanation of `--mountable` option upMaarten Brouwers2014-02-191-5/+6
* | | | | | Small typoAnton Cherepanov2014-06-232-3/+3
* | | | | | Merge pull request #15852 from SyntaxBlitz/masterRafael Mendonça França2014-06-231-1/+1
|\ \ \ \ \ \
| * | | | | | Change double quotes to single quotes in guideTimothy Aveni2014-06-211-1/+1
* | | | | | | Merge pull request #15860 from aidanharan/docrails-assets-manifest-typoYves Senn2014-06-221-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Added missing colon in asset manifest JSON.Aidan Haran2014-06-181-1/+1
* | | | | | | :nail_care: wrap the tip from #15624 at 80 chars [ci skip]Zachary Scott2014-06-201-1/+2
* | | | | | | Merge pull request #15624 from aditya-kapoor/add-warnings-on-guidesZachary Scott2014-06-201-0/+2
|\ \ \ \ \ \ \
| * | | | | | | [ci skip] Add Tip for change_column_null and change_column_default in guidesAditya Kapoor2014-06-211-0/+2
* | | | | | | | Merge pull request #15809 from maurogeorge/guides-console-appYves Senn2014-06-201-0/+25
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Add to guides app and helper objects on command lineMauro George2014-06-191-0/+25
| | |_|_|/ / / | |/| | | | |
* | | | | | | Remove extra list item elementBen Hicks2014-06-191-1/+1
* | | | | | | ErrorsController shouldn't inherit ApplicationController, but ActionControlle...Yuki Nishijima2014-06-191-1/+1
* | | | | | | Merge pull request #15808 from maurogeorge/guides-custom-errors-pageEileen M. Uchitelle2014-06-191-0/+55
|\ \ \ \ \ \ \
| * | | | | | | Create custom errors page on ActionController guidesMauro George2014-06-191-0/+55
| |/ / / / / /
* / / / / / / [ci skip] Fix typo in 4.1 upgrade/flash structureDan Rice2014-06-191-1/+1
|/ / / / / /
* | | | | | [ci skip] doc corrected : ActiveRecord::Base.connections to ActiveRecord::Bas...Rahul P. Chaudhari2014-06-171-3/+3
* | | | | | docs, remove getting started guide sample application. [ci skip]Yves Senn2014-06-1489-1137/+2
| |_|_|_|/ |/| | | |
* | | | | pg guide, use the term `database views` to be specific. [ci skip]Yves Senn2014-06-141-3/+3
* | | | | First pass at Rails 4.2 release notes [ci skip]Godfrey Chan2014-06-131-2/+2
* | | | | Create 4.2 release notes guide scaffold [ci skip]Zachary Scott2014-06-132-0/+249
* | | | | Copy edits from e0f3f1a [ci skip]Zachary Scott2014-06-131-3/+7
* | | | | Document behavior concerns regarding the full Rails stack [ci skip]Zachary Scott2014-06-131-0/+24