aboutsummaryrefslogtreecommitdiffstats
path: root/guides
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | [ci skip] Add documentation for error using select with orderChetna Sharma2016-07-251-0/+1
* | | | | | Updated getting_started guide to reflect the change in error message for Acti...Bonghyun Kim2016-07-281-19/+14
|/ / / / /
* | | | | Merge pull request #25928 from mechanicles/info-for-cache-fetch-blockप्रथमेश Sonpatki2016-07-241-1/+1
|\ \ \ \ \
| * | | | | Proper description for `Rails.cache.fetch` [ci skip]Santosh Wadghule2016-07-241-1/+1
* | | | | | Merge pull request #25908 from mechanicles/derives-fromKasper Timm Hansen2016-07-231-4/+4
|\ \ \ \ \ \
| * | | | | | Explain meaning of the code very well and Remove confusion. [ci skip]Santosh Wadghule2016-07-231-4/+4
| |/ / / / /
* / / / / / define Range#match? if Ruby < 2.4Xavier Noria2016-07-221-0/+18
|/ / / / /
* | | | | Merge pull request #25438 from prathamesh-sonpatki/rm-session-store-initializerRafael Mendonça França2016-07-202-3/+3
|\ \ \ \ \
| * | | | | Setup default session store internally, no longer through an application init...Prathamesh Sonpatki2016-07-172-3/+3
| |/ / / /
* | | | | Merge pull request #25780 from Ropeney/patch-1Matthew Draper2016-07-191-1/+1
|\ \ \ \ \
| * | | | | Update ActionCable Rebroadcasting a Message documentationJoseph Mullins2016-07-121-1/+1
| |/ / / /
* | | | | Fix documentation of `error_on_ignored_order` optionPrathamesh Sonpatki2016-07-181-4/+4
* | | | | Update references generation docs to exclude indexJosh Justice2016-07-161-2/+2
* | | | | add missing braces [ci skip]yuuji.yaginuma2016-07-161-2/+2
* | | | | Fix broken linkKazuhiro NISHIYAMA2016-07-151-1/+1
* | | | | Fix display of unsorted list in release notes of 5.0 [ci skip]rbr2016-07-141-3/+3
* | | | | fixes a link in the release notes of 5.0 [ci skip]Xavier Noria2016-07-141-1/+1
* | | | | finders guide: updates the section about batch processing [ci skip]Xavier Noria2016-07-141-15/+38
* | | | | Merge pull request #25748 from CodingItWrong/generator-field-types-linkVipul A M2016-07-131-1/+1
|\ \ \ \ \
| * | | | | Correct link for model generator field typesJosh Justice2016-07-131-1/+1
| | |/ / / | |/| | |
* | | | | [ci skip] Update redirecting links in guideskei-s2016-07-124-7/+7
* | | | | rails -> Rails [ci skip]Santosh Wadghule2016-07-122-2/+2
| |/ / / |/| | |
* | | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2016-07-103-3/+18
|\ \ \ \ | |/ / / |/| | |
| * | | Fix documentation for number_with_precision helper in AV guide [ci skip]Prathamesh Sonpatki2016-07-061-1/+1
| * | | Expand on Instance variables section with an example and specify when the ins...Vipul A M2016-07-021-1/+14
| * | | Fix number_with_precision documentation for precision [ci skip]Vipul A M2016-07-021-1/+1
| * | | Expand on #24071 for specifying custom locale fallbacks. [ci skip]Vipul A M2016-06-291-1/+3
* | | | Fix typo: caches_pages to caches_page.chen78974992016-07-071-1/+1
* | | | update doc for prefer require_relative over require + File.expand_path [ci skip]Gaurav Sharma2016-07-072-5/+5
* | | | [ci skip] Remove reference to Rails 4 in the initialization guide.willnet2016-07-061-1/+1
* | | | Merge pull request #25708 from maclover7/jm-master-bugreportsSantiago Pastorino2016-07-063-3/+3
|\ \ \ \
| * | | | Bump version for master bug report templatesJon Moss2016-07-053-3/+3
* | | | | remove `-t` option from default sendmail arguments [ci skip]yuuji.yaginuma2016-07-062-3/+3
|/ / / /
* | | | Add header demarcation to Action Cable guideJosh Justice2016-07-051-1/+3
* | | | Merge pull request #25663 from vipulnsward/updated-syntax-highlighterXavier Noria2016-07-0445-5235/+24
|\ \ \ \
| * | | | - Update Syntax Highlighter to version 4.Vipul A M2016-07-0345-5235/+24
* | | | | Update Rails 5 release notes with syntax fixes.William Johnston2016-07-021-3/+4
* | | | | Correct guide generation command [ci skip]Aditya Kapoor2016-07-021-3/+3
|/ / / /
* | | | Deprecation passing of `start` value was removed [ci skip]Ryuta Kamizono2016-07-011-4/+0
* | | | Mark Testing Guide as pubished and reword the title[ci skip]Vipul A M2016-06-301-2/+1
* | | | [ci skip] Fix Typos and Punctuation in Guides - UpgradingAlex Kitchens2016-06-301-16/+16
* | | | Add a Rails 5 release note for ActionController::Live becoming a ConcernRodrigo Rosenfeld Rosas2016-06-301-0/+11
* | | | Add an upgrade note related to ActionController::Live becoming a ConcernRodrigo Rosenfeld Rosas2016-06-301-0/+29
* | | | Fix styles of headings to follow guide ruleseileencodes2016-06-301-20/+20
* | | | Change wording & punctuation in Guides - UpgradingAlex Kitchens2016-06-301-12/+11
* | | | fixes config value [ci skip]Xavier Noria2016-06-301-1/+1
* | | | expands a bit a section of the upgrade guide [ci skip]Xavier Noria2016-06-301-4/+15
* | | | Merge pull request #25587 from vipulnsward/publish-release-notesEileen M. Uchitelle2016-06-301-1/+0
|\ \ \ \
| * | | | Publish Rails 5 release notes[ci skip]Vipul A M2016-06-291-1/+0
* | | | | Merge pull request #25596 from prathamesh-sonpatki/testing-guide-50Eileen M. Uchitelle2016-06-301-42/+102
|\ \ \ \ \