aboutsummaryrefslogtreecommitdiffstats
path: root/guides
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #25928 from mechanicles/info-for-cache-fetch-blockप्रथमेश Sonpatki2016-07-241-1/+1
|\ | | | | Add proper description for `Rails.cache.fetch` [ci skip]
| * 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]
| * | Explain meaning of the code very well and Remove confusion. [ci skip]Santosh Wadghule2016-07-231-4/+4
| |/ | | | | | | | | | | Code like `render(topics) => render("topics/topic")` adds confusion for the readers. On first impression, that code feels like hash kind of data, but it's not. So make it more clear and meaningful.
* / define Range#match? if Ruby < 2.4Xavier Noria2016-07-221-0/+18
|/ | | | | | See the rationale in the documentation included in this patch. We are going to gradually introduce this predicate in the code base.
* 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 initializer
| * Setup default session store internally, no longer through an application ↵Prathamesh Sonpatki2016-07-172-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | initializer - By default the session store will be set to cookie store with application name as session key. - Older apps are not affected as they will have the session store initializer generated by Rails in older versions, and Rails will not overwrite the session store if it is already set or disabled. - But new apps will not have the initializer, instead the session store will be set to cookie store by default. - Based on comment by DHH here - https://github.com/rails/rails/issues/25181#issuecomment-222312764.
* | Merge pull request #25780 from Ropeney/patch-1Matthew Draper2016-07-191-1/+1
|\ \ | | | | | | Update ActionCable Rebroadcasting a Message documentation
| * | Update ActionCable Rebroadcasting a Message documentationJoseph Mullins2016-07-121-1/+1
| |/ | | | | | | Replace broadcast_to with ActionCable.server.broadcast to be inline with its partner, #stream_from
* | Fix documentation of `error_on_ignored_order` optionPrathamesh Sonpatki2016-07-181-4/+4
| | | | | | | | - Followup of https://github.com/rails/rails/commit/451437c6f57e66cc7586ec966e530493927098c7
* | Update references generation docs to exclude indexJosh Justice2016-07-161-2/+2
| | | | | | | | | | | | In #23179 the migration generator was changed to no longer output `index: true` for `references` migrations. This updates the migrations guide to remove `index: true` from relevant examples. [ci skip]
* | add missing braces [ci skip]yuuji.yaginuma2016-07-161-2/+2
| | | | | | | | Also modify to use Ruby 1.9+ syntax.
* | 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
| | | | | | | | | | There are several edits here, but in particular it updates the guide to reflect 451437c.
* | Merge pull request #25748 from CodingItWrong/generator-field-types-linkVipul A M2016-07-131-1/+1
|\ \ | | | | | | Correct link for model generator field types
| * | Correct link for model generator field typesJosh Justice2016-07-131-1/+1
| | | | | | | | | | | | | | | | | | The most complete list of field types appears in the `SchemaStatements` docs rather than the `TableDefinition` docs. The change to link to `SchemaStatements` means that the explanation for the `index` parameter is no longer available on the linked-to page. A brief explanation of the `index` parameter is added directly in the guide to make up for this.
* | | [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
| | | | | | | | - It accepts `precision` option, not `number_with_precision`.
| * Expand on Instance variables section with an example and specify when the ↵Vipul A M2016-07-021-1/+14
| | | | | | | | instance variables are set.[ci skip]
| * 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
| | | | | | Fix a small typo on doc: "caches_pages" -> "caches_page".
* | 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
| | | | | | | | | | | | Following commit removed reference to rails 4, but there is one left. https://github.com/rails/rails/commit/a9f50f87c38659d0e9425f86f613cf5328d55d27
* | Merge pull request #25708 from maclover7/jm-master-bugreportsSantiago Pastorino2016-07-063-3/+3
|\ \ | | | | | | Bump version for master bug report templates
| * | 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
|/ / | | | | | | Follow up to #24436
* | Add header demarcation to Action Cable guideJosh Justice2016-07-051-1/+3
| | | | | | | | | | | | | | | | Guide generation is configured to detect a guide header by a 40-or-more-hyphen long line. The Action Cable guide was missing this line, so the page title on the guides site was only showing "Ruby on Rails Guides", and the section title in the Kindle index was "Ruby on Rails Guides". Adding the header demarcation line back in fixes both of these. Fixes #25697 [ci skip]
* | Merge pull request #25663 from vipulnsward/updated-syntax-highlighterXavier Noria2016-07-0445-5235/+24
|\ \ | | | | | | Update Syntax Highlighter to version 4 [ci skip]
| * | - Update Syntax Highlighter to version 4.Vipul A M2016-07-0345-5235/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Build Syntax Highlighter based on https://github.com/syntaxhighlighter/syntaxhighlighter/wiki/Building and use theme generated by fxn. - This also bundles these brushes in the file itself- ruby,css,xml,sql,javascript,plain. Generation command used: gulp build --compat --brushes=javascript,ruby,xml,sql,plain --theme=/Path/To/RailsSource/rails/guides/assets/stylesheets/syntaxhighlighter/shThemeRailsGuides.css - rm all old js and css files - Moved over how JS configuration is created for Syntax Highlighter - Fixed layout for all imports - Fixes bug with old copy paste, generating wrong space character on webkit https://github.com/syntaxhighlighter/syntaxhighlighter/blob/7caa9632e7fe470d944fc06b4db7d35352ebaa36/src/dom.js#L227 Fixes #25655
* | | 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
| | | | | | | | ref #18961, #23099.
* | 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
| | | | | | | | | | Related to issue #25581 https://github.com/rails/rails/issues/25581
* | Add an upgrade note related to ActionController::Live becoming a ConcernRodrigo Rosenfeld Rosas2016-06-301-0/+29
| | | | | | | | | | See issue #25581: https://github.com/rails/rails/issues/25581
* | Fix styles of headings to follow guide ruleseileencodes2016-06-301-20/+20
| | | | | | | | | | | | From the style guide: When writing headings, capitalize all words except for prepositions, conjunctions, internal articles, and forms of the verb "to be":
* | 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
| * | 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
|\ \ \ | | | | | | | | Update testing guide for Rails 5
| * | | Update testing guide for Rails 5 release [ci skip]Prathamesh Sonpatki2016-06-301-42/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update the testing guide as per output of test runner. - Show how to see all the options provided by test runner. - We no longer generate fixture named :first. - Update the request methods with URL helpers and also fix few wrong occurrences. - Generated test case does not have assert_includes for response body. - This removes code from https://github.com/rails/rails/commit/ca83436d but I think that might be oversight. We don't generate such code in the generated controller test. - Update the helper example to suite the integration style of tests. - We can't modify session directly in new integration style controller tests. - Show an example which matches with integration style request tests. - Active Job default adapter for tests is async, not test. - Fix the example of request headers and CGI variables.
* | | | Merge pull request #25598 from prathamesh-sonpatki/release-notes--1Eileen M. Uchitelle2016-06-301-1/+36
|\ \ \ \ | | | | | | | | | | Update release notes for 5.0 [ci skip]