aboutsummaryrefslogtreecommitdiffstats
path: root/guides
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | 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
* | | | | | Add links to RDoc back into API documentation guidelines [ci skip]Zachary Scott2014-06-131-1/+7
* | | | | | pg guide, minor copy editsYves Senn2014-06-131-2/+4
* | | | | | Merge pull request #15667 from samdec/mailer_doc_bug_fixSean Griffin2014-06-121-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | fix bug in email with name example codeSam DeCesare2014-06-111-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge pull request #15657 from JohnRiv/guides_asset_pipeline_localZachary Scott2014-06-111-5/+4
|\ \ \ \ \
| * | | | | There are 3 caveats to Local Precompilation including 1 config changeJohn Riviello2014-06-111-5/+4
| |/ / / /
* / / / / Updating argument names in default matcher for compiling filesJohn Riviello2014-06-111-1/+1
|/ / / /
* | | | cleanup, get rid of trailing whitespace. [ci skip]Yves Senn2014-06-111-2/+2
* | | | Fix Apache Directives [ci skip]Jason Nochlin2014-06-111-2/+4
|/ / /
* | | Correct Bundler link [ci skip]Aditya Kapoor2014-06-111-4/+3
* | | [ci skip] Refine Action Mailer guide.Juanito Fatas2014-06-111-10/+19
* | | docs, refactor docs about column modifiers. [ci skip] [Matthew Draper & Yves ...Yves Senn2014-06-101-12/+20
* | | [ci skip] Rename: Rails Database Migration to Active Record Migration.Juanito Fatas2014-06-102-2/+2
* | | [ci skip] Add note about type modifiers that cannot be specified in command l...Juanito Fatas2014-06-101-0/+2
* | | pg guide, add index to PostgreSQL array example. [ci skip]Yves Senn2014-06-091-1/+3
* | | Update migrations.mdKalman Hazins2014-06-081-0/+1
* | | Correct Example output in Rails guides [ci skip]Aditya Kapoor2014-06-071-7/+6