aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #16738 from net-engine/guides-template-inheritanceRafael Mendonça França2015-02-251-0/+36
|\
| * Merge remote-tracking branch 'origin/master' into guides-template-inheritanceecoologic2014-10-0716-71/+522
| |\
| * | 2.2.14.5 Template Inheritance (new in guide, feature in since 3.1)erik2014-08-291-0/+36
* | | Tiny documentation edits [ci skip]Robin Dupret2015-02-241-1/+2
* | | [ci skip] Fix `Object-Relational` to `Object Relational`yui-knk2015-02-241-1/+1
* | | Require `belongs_to` by default.Josef Šimánek2015-02-212-0/+7
* | | Minor guides edits [ci skip]Robin Dupret2015-02-212-24/+23
* | | Improve wording on find_by note regarding returning only one record [ci skip]Konstantinos Rousis2015-02-211-2/+3
* | | [ci skip] Use explicit module namespace in guideKasper Timm Hansen2015-02-211-1/+3
* | | guides, fully qualify `ApplicationController`. Closes #19024.Yves Senn2015-02-211-1/+1
* | | Oops :bomb:Rafael Mendonça França2015-02-201-1/+1
* | | Change the deprecation messages to show the preferred way to work withRafael Mendonça França2015-02-201-1/+1
* | | Prefer request_id over uuid and test the aliasRafael Mendonça França2015-02-201-1/+1
* | | Use sentence case for consistency in commentsMarcel Morgan2015-02-201-5/+5
* | | use `messages` instead of deprecated `ActiveModel::Errors#[]=` method [ci skip]yuuji.yaginuma2015-02-201-1/+1
* | | Fix code sample for custom exception handler [ci skip]Bart2015-02-191-2/+2
* | | Merge pull request #18411 from todd/extract_record_tag_helperRafael Mendonça França2015-02-181-77/+0
|\ \ \
| * | | Remove RecordTagHelper, add extraction noticesTodd Bealmear2015-02-161-77/+0
* | | | Merge pull request #15700 from maurogeorge/guides-local_assignsRafael Mendonça França2015-02-181-0/+30
|\ \ \ \
| * | | | Add docs about local_assigns on guidesMauro George2014-06-131-0/+30
* | | | | Talk about Gemfile.lock in the contributing guideRafael Mendonça França2015-02-181-3/+7
* | | | | Merge pull request #18984 from rousisk/masterCarlos Antonio da Silva2015-02-181-3/+2
|\ \ \ \ \
| * | | | | Replace deprecated readonly option with scope blocks in docs and guideKonstantinos Rousis2015-02-181-3/+2
* | | | | | constants guide: adds a step to a resolution algorithmXavier Noria2015-02-181-1/+3
|/ / / / /
* | | | | fix type in guide - missing wordNicolas Maloeuvre2015-02-181-1/+1
* | | | | Merge pull request #18843 from yuki24/guides-add-guide-for-mail-previewZachary Scott2015-02-171-0/+33
|\ \ \ \ \
| * | | | | Add guide for Action Mailer PreviewsYuki Nishijima2015-02-081-0/+33
* | | | | | Merge pull request #18961 from vipulnsward/deprecate-start-valueYves Senn2015-02-171-9/+9
|\ \ \ \ \ \
| * | | | | | Deprecated passing of `start` value to `find_in_batches` and `find_each` in f...Vipul A M2015-02-171-9/+9
* | | | | | | Revert c732a66:Zachary Scott2015-02-161-0/+4
|/ / / / / /
* | | | | | Merge pull request #18960 from ctaintor/remove_dependency_docZachary Scott2015-02-161-4/+0
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | removes docs for dependency_loading config option and disable_dependency_load...Case Taintor2015-02-161-4/+0
* | | | | | Merge pull request #18485 from andreynering/robots.txtZachary Scott2015-02-161-0/+18
|\ \ \ \ \ \
| * | | | | | Adding 'Search Engines Indexing' Section [ci skip]Andrey Nering2015-01-141-0/+18
* | | | | | | Merge pull request #18679 from adipra3n/masterZachary Scott2015-02-161-0/+52
|\ \ \ \ \ \ \
| * | | | | | | document web console in debugging guide [ci skip]Adi Pradhan2015-01-261-0/+52
* | | | | | | | Merge pull request #18815 from tmingos/patch-1Zachary Scott2015-02-161-3/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Edit text on optional db constraints for uniqueness validations [ci skip]Taylor Mingos2015-02-041-3/+2
* | | | | | | | | Improving remote forms guides [ci skip]Andrey Nering2015-02-161-0/+28
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | Tiny documentation edits [ci skip]Robin Dupret2015-02-154-28/+32
* | | | | | | | fix syntax error in render partial example [ci skip]yuuji.yaginuma2015-02-151-2/+2
* | | | | | | | Merge pull request #18938 from tchandy/updating_query_tracer_linkArthur Nogueira Neves2015-02-141-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Updating Query Tracer github repositoryThiago Pradi2015-02-141-1/+1
* | | | | | | | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-02-141-6/+6
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | [ci skip] Add some more code highlights.Juanito Fatas2015-02-101-5/+5
| * | | | | | | | [ci skip] Add a missing space in t.belongs_to argument.Juanito Fatas2015-01-291-1/+1
* | | | | | | | | [ci skip] escape under scoreyui-knk2015-02-131-1/+1
* | | | | | | | | Merge pull request #18844 from yuki24/guides-add-render-example-without-parti...Zachary Scott2015-02-121-0/+15
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add tip for skipping `partial` and `locals` options for `render`Yuki Nishijima2015-02-081-0/+15
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | guides, various testing guide changes. [ci skip]Yves Senn2015-02-111-7/+15