Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | applies remaining conventions across the project | Xavier Noria | 2016-08-06 | 3 | -10/+8 | |
| | | | | | ||||||
* | | | | | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 5 | -179/+179 | |
| | | | | | ||||||
* | | | | | remove redundant curlies from hash arguments | Xavier Noria | 2016-08-06 | 1 | -4/+2 | |
| | | | | | ||||||
* | | | | | modernizes hash syntax in guides | Xavier Noria | 2016-08-06 | 5 | -11/+11 | |
| | | | | | ||||||
* | | | | | applies new string literal convention in guides | Xavier Noria | 2016-08-06 | 15 | -160/+160 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default. | |||||
* | | | | | Merge pull request #26023 from tekin/correct-acceptance-guidelines | Eileen M. Uchitelle | 2016-08-06 | 1 | -1/+1 | |
|\ \ \ \ \ | | | | | | | | | | | | | Correct usage for acceptance validator in guide | |||||
| * | | | | | Correct usage for acceptance validator in guide | Tekin Suleyman | 2016-08-02 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | [ci skip] Fix broken URL in guides | claudiob | 2016-08-05 | 2 | -2/+2 | |
| | | | | | | ||||||
* | | | | | | Add note about limitations of Windows Subsystem for Linux | Andrew White | 2016-08-05 | 1 | -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 list | Rafael Mendonça França | 2016-08-02 | 1 | -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/docrails | Vijay Dev | 2016-08-02 | 3 | -3/+11 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Removed reference to callback_terminator.rb in docs | Iain Beeston | 2016-07-21 | 1 | -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 Sonpatki | 2016-07-10 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | `_key_[]` [ci skip] | |||||
| * | | | Add `config.assets.quiet` to configuration guide [ci skip] | Prathamesh Sonpatki | 2016-07-10 | 1 | -0/+2 | |
| | | | | ||||||
| * | | | Add note about `config.annotations.register_directories` option in the ↵ | Prathamesh Sonpatki | 2016-07-10 | 1 | -1/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | guides [ci skip] - Followup of #25692. | |||||
* | | | | remove old links from debugging guide [ci skip] | yuuji.yaginuma | 2016-08-01 | 1 | -7/+0 | |
| | | | | ||||||
* | | | | Merge pull request #25948 from chetna1726/docs | Rafael França | 2016-07-28 | 1 | -0/+1 | |
|\ \ \ \ | | | | | | | | | | | [ci skip] Add documentation for error using select with order | |||||
| * | | | | [ci skip] Add documentation for error using select with order | Chetna Sharma | 2016-07-25 | 1 | -0/+1 | |
| | | | | | ||||||
* | | | | | Updated getting_started guide to reflect the change in error message for ↵ | Bonghyun Kim | 2016-07-28 | 1 | -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 | प्रथमेश Sonpatki | 2016-07-24 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | Add proper description for `Rails.cache.fetch` [ci skip] | |||||
| * | | | | Proper description for `Rails.cache.fetch` [ci skip] | Santosh Wadghule | 2016-07-24 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Merge pull request #25908 from mechanicles/derives-from | Kasper Timm Hansen | 2016-07-23 | 1 | -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 Wadghule | 2016-07-23 | 1 | -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.4 | Xavier Noria | 2016-07-22 | 1 | -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-initializer | Rafael Mendonça França | 2016-07-20 | 2 | -3/+3 | |
|\ \ \ \ | | | | | | | | | | | | | | | | Setup default session store internally, no longer through an initializer | |||||
| * | | | | Setup default session store internally, no longer through an application ↵ | Prathamesh Sonpatki | 2016-07-17 | 2 | -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-1 | Matthew Draper | 2016-07-19 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | Update ActionCable Rebroadcasting a Message documentation | |||||
| * | | | | Update ActionCable Rebroadcasting a Message documentation | Joseph Mullins | 2016-07-12 | 1 | -1/+1 | |
| |/ / / | | | | | | | | | | | | | Replace broadcast_to with ActionCable.server.broadcast to be inline with its partner, #stream_from | |||||
* | | | | Fix documentation of `error_on_ignored_order` option | Prathamesh Sonpatki | 2016-07-18 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | - Followup of https://github.com/rails/rails/commit/451437c6f57e66cc7586ec966e530493927098c7 | |||||
* | | | | Update references generation docs to exclude index | Josh Justice | 2016-07-16 | 1 | -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.yaginuma | 2016-07-16 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | Also modify to use Ruby 1.9+ syntax. | |||||
* | | | | Fix broken link | Kazuhiro NISHIYAMA | 2016-07-15 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Fix display of unsorted list in release notes of 5.0 [ci skip] | rbr | 2016-07-14 | 1 | -3/+3 | |
| | | | | ||||||
* | | | | fixes a link in the release notes of 5.0 [ci skip] | Xavier Noria | 2016-07-14 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | finders guide: updates the section about batch processing [ci skip] | Xavier Noria | 2016-07-14 | 1 | -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-link | Vipul A M | 2016-07-13 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | Correct link for model generator field types | |||||
| * | | | | Correct link for model generator field types | Josh Justice | 2016-07-13 | 1 | -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 guides | kei-s | 2016-07-12 | 4 | -7/+7 | |
| | | | | ||||||
* | | | | rails -> Rails [ci skip] | Santosh Wadghule | 2016-07-12 | 2 | -2/+2 | |
| |/ / |/| | | ||||||
* | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2016-07-10 | 3 | -3/+18 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Fix documentation for number_with_precision helper in AV guide [ci skip] | Prathamesh Sonpatki | 2016-07-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | - It accepts `precision` option, not `number_with_precision`. | |||||
| * | | Expand on Instance variables section with an example and specify when the ↵ | Vipul A M | 2016-07-02 | 1 | -1/+14 | |
| | | | | | | | | | | | | instance variables are set.[ci skip] | |||||
| * | | Fix number_with_precision documentation for precision [ci skip] | Vipul A M | 2016-07-02 | 1 | -1/+1 | |
| | | | ||||||
| * | | Expand on #24071 for specifying custom locale fallbacks. [ci skip] | Vipul A M | 2016-06-29 | 1 | -1/+3 | |
| | | | ||||||
* | | | Fix typo: caches_pages to caches_page. | chen7897499 | 2016-07-07 | 1 | -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 Sharma | 2016-07-07 | 2 | -5/+5 | |
| | | | ||||||
* | | | [ci skip] Remove reference to Rails 4 in the initialization guide. | willnet | 2016-07-06 | 1 | -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-bugreports | Santiago Pastorino | 2016-07-06 | 3 | -3/+3 | |
|\ \ \ | | | | | | | | | Bump version for master bug report templates | |||||
| * | | | Bump version for master bug report templates | Jon Moss | 2016-07-05 | 3 | -3/+3 | |
| | | | | ||||||
* | | | | remove `-t` option from default sendmail arguments [ci skip] | yuuji.yaginuma | 2016-07-06 | 2 | -3/+3 | |
|/ / / | | | | | | | | | | Follow up to #24436 |