aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #26023 from tekin/correct-acceptance-guidelinesEileen M. Uchitelle2016-08-061-1/+1
|\ | | | | Correct usage for acceptance validator in guide
| * Correct usage for acceptance validator in guideTekin Suleyman2016-08-021-1/+1
| |
* | [ci skip] Fix broken URL in guidesclaudiob2016-08-052-2/+2
| |
* | Add note about limitations of Windows Subsystem for LinuxAndrew White2016-08-051-0/+4
| | | | | | | | | | | | | | | | | | | | Due to the limited support for inotify (Microsoft/BashOnWindows#216) in WSL the best thing to do at moment is add a note about skipping spring and listen when generating your application in the Getting Started guide. [skip ci] Fixes #26054.
* | Add 4.2.Z back to the maintenance listRafael Mendonça França2016-08-021-1/+1
| | | | | | | | | | | | | | Some Rails core members agreed to continue to maintain 4.2 until 5.1 is released. [ci skip]
* | Merge branch 'master' of github.com:rails/docrailsVijay Dev2016-08-023-3/+11
|\ \ | |/ |/|
| * Removed reference to callback_terminator.rb in docsIain Beeston2016-07-211-1/+1
| | | | | | | | That file has been removed and replaced with new_framework_defaults.rb
| * The `to_query` method on Array objects uses `key[] as the prefix, not ↵Prathamesh Sonpatki2016-07-101-1/+1
| | | | | | | | `_key_[]` [ci skip]
| * Add `config.assets.quiet` to configuration guide [ci skip]Prathamesh Sonpatki2016-07-101-0/+2
| |
| * Add note about `config.annotations.register_directories` option in the ↵Prathamesh Sonpatki2016-07-101-1/+7
| | | | | | | | | | | | guides [ci skip] - Followup of #25692.
* | remove old links from debugging guide [ci skip]yuuji.yaginuma2016-08-011-7/+0
| |
* | Merge pull request #25948 from chetna1726/docsRafael França2016-07-281-0/+1
|\ \ | | | | | | [ci skip] Add documentation for error using select with order
| * | [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 ↵Bonghyun Kim2016-07-281-19/+14
|/ / | | | | | | | | | | ActionController::UnknownFromat in ArticlesController#new Restored texts about XML and JS template handlers. [ci skip]
* | 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-123-5/+5
| | |
* | | 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
* | 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-041-6/+4
|\ \ | | | | | | Update Syntax Highlighter to version 4 [ci skip]
| * | - Update Syntax Highlighter to version 4.Vipul A M2016-07-031-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
|/ /
* | 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
| |