Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #26224 from jonatack/consistent-asset-precompile-examples | Eileen M. Uchitelle | 2016-08-19 | 1 | -1/+1 |
|\ | | | | | Consistent examples and template for assets#precompile | ||||
| * | Consistent examples and template for assets#precompile | Jon Atack | 2016-08-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Listening to a few developers today discussing their troubles in understanding how to use the asset pipeline, it turns out that the precompile examples in the guides and assets.rb template have over time become a bit inconsistent. This PR makes the examples consistent in code style, spacing, and asset names, removes the old 'swfObject.js' example, and in a couple of places wraps lines at 80 characters including in the assets.rb template. Re-add spaces inside array parentheses. | ||||
* | | Merge pull request #26175 from stomar/upgrade-guide-fix | Rafael França | 2016-08-16 | 1 | -0/+2 |
|\ \ | | | | | | | Clarify migration to ApplicationRecord in upgrade guides [ci skip] | ||||
| * | | Clarify migration to ApplicationRecord in upgrade guides [ci skip] | Marcus Stollsteimer | 2016-08-15 | 1 | -0/+2 |
| | | | |||||
* | | | Clarify use of update task on 4.2 and earlier [ci skip] | Marcus Stollsteimer | 2016-08-15 | 1 | -1/+1 |
|/ / | |||||
* | | Revert "Clarify and fix typos in Autoloading Disabled upgrade guide [ci skip]" | Xavier Noria | 2016-08-15 | 1 | -12/+12 |
| | | | | | | | | | | | | Reason: See https://github.com/rails/rails/pull/26163#issuecomment-239703322 This reverts commit 39effc857e5c774670d6fad1a26aebcc33c51f0a. | ||||
* | | Clarify and fix typos in Autoloading Disabled upgrade guide [ci skip] | Olivier Lacan | 2016-08-14 | 1 | -12/+12 |
|/ | | | | | | | | | | | | The Guides section about autoloading being disabled was slightly confusing (#24724) and didn't directly reference the removed feature by name (config.autoload_paths) making it much harder for someone to search the upgrade guides for a mention or serendipitously find it via a Google search when running into autoloading issues. I also fixed some confusing turns of phrase and a missing word. /cc @vipulnsward @jvanbaarsen | ||||
* | Fix typo: caches_pages to caches_page. | chen7897499 | 2016-07-07 | 1 | -1/+1 |
| | | | Fix a small typo on doc: "caches_pages" -> "caches_page". | ||||
* | [ci skip] Fix Typos and Punctuation in Guides - Upgrading | Alex Kitchens | 2016-06-30 | 1 | -16/+16 |
| | |||||
* | Add an upgrade note related to ActionController::Live becoming a Concern | Rodrigo Rosenfeld Rosas | 2016-06-30 | 1 | -0/+29 |
| | | | | | See issue #25581: https://github.com/rails/rails/issues/25581 | ||||
* | Fix styles of headings to follow guide rules | eileencodes | 2016-06-30 | 1 | -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 - Upgrading | Alex Kitchens | 2016-06-30 | 1 | -12/+11 |
| | |||||
* | fixes config value [ci skip] | Xavier Noria | 2016-06-30 | 1 | -1/+1 |
| | |||||
* | expands a bit a section of the upgrade guide [ci skip] | Xavier Noria | 2016-06-30 | 1 | -4/+15 |
| | |||||
* | Add a note about autoloading being disabled in production env in upgrade ↵ | Prathamesh Sonpatki | 2016-06-30 | 1 | -1/+7 |
| | | | | | | guide [ci skip] - Also to_time_preserves_timezone config should be false for older apps getting upgraded to Rails 5 [ci skip] | ||||
* | Update upgrade guides | eileencodes | 2016-06-30 | 1 | -6/+36 |
| | | | | | Mentions missing config options and fixes headers for section talking about new framework defaults. | ||||
* | Fix release notes link | eileencodes | 2016-06-29 | 1 | -1/+1 |
| | |||||
* | Merge pull request #25584 from vipulnsward/upgrading-guide | Eileen M. Uchitelle | 2016-06-29 | 1 | -3/+3 |
|\ | | | | | Pass over Upgrading guide | ||||
| * | Pass over Upgrading guide [ci skip] | Vipul A M | 2016-06-29 | 1 | -3/+3 |
| | | |||||
* | | Add note about release notes in upgrade guide | eileencodes | 2016-06-29 | 1 | -0/+2 |
|/ | | | | | It's useful to have a link to the release notes in the upgrade guide for a clearer view of what changed in Rails. | ||||
* | Update Rails 5 upgrade guides | eileencodes | 2016-06-29 | 1 | -4/+133 |
| | | | | | Adds missing upgrade items to the upgrade guides for Rails 5. Fixes some typos and whitespace as well. | ||||
* | Support for unified Integer class in Ruby 2.4+ | Jeremy Daer | 2016-05-18 | 1 | -1/+1 |
| | | | | | | | | Ruby 2.4 unifies Fixnum and Bignum into Integer: https://bugs.ruby-lang.org/issues/12005 * Forward compat with new unified Integer class in Ruby 2.4+. * Backward compat with separate Fixnum/Bignum in Ruby 2.2 & 2.3. * Drops needless Fixnum distinction in docs, preferring Integer. | ||||
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2016-04-29 | 1 | -5/+5 |
|\ | | | | | | | | | Conflicts: guides/source/configuring.md | ||||
| * | - Make sure we end sentences | Vipul A M | 2016-04-13 | 1 | -5/+5 |
| | | | | | | | | | | | | - Change from "The Task" to "The Update Task" as referred elsewhere [ci skip] | ||||
* | | Add a note about how to execute 'rails app:update' on 4.2 and earlier [ci skip] | Javier Vidal | 2016-04-15 | 1 | -1/+1 |
| | | |||||
* | | Add ruby 2.2.2+ version requirement for Rails 5 apps | Vipul A M | 2016-04-13 | 1 | -1/+2 |
|/ | | | | [ci skip] | ||||
* | Correct command for generating secret_key_base [ci skip] | Wiehann | 2016-03-14 | 1 | -1/+1 |
| | |||||
* | remove "rake" word [ci skip] | yuuji.yaginuma | 2016-02-28 | 1 | -3/+3 |
| | |||||
* | use `app:update` instead of deprecated `rails:update` [ci skip] | yuuji.yaginuma | 2016-02-28 | 1 | -2/+2 |
| | | | | `rails:update` was deprecated in 6fb31638c8b61731103d4963272755b217a2df87 | ||||
* | Update docs to point to new update task. | Arthur Neves | 2016-02-27 | 1 | -3/+3 |
| | | | | | | | | | | | | This guides were pointing to this command `rails app:update`, which I tried to run, but it didnt worked. I think the right command is `rails rails:update` instead. Also thats the name of the rake task. Also I removed the `Rake` word from the title, as we run it using `rails` bin now. cc @kaspth [skip ci] | ||||
* | The tasks in the rails task namespace is deprecated in favor of app namespace. | Ryo Hashimoto | 2016-02-26 | 1 | -2/+2 |
| | | | | (e.g. `rails:update` and `rails:template` tasks is renamed to `app:update` and `app:template`.) | ||||
* | Fix grammar `a` to `an` [ci skip] | Ryuta Kamizono | 2016-02-13 | 1 | -1/+1 |
| | |||||
* | Fix numbers of steps to upgrade Rails [ci skip] | Prathamesh Sonpatki | 2016-02-12 | 1 | -3/+3 |
| | |||||
* | Improve wording in documentation change | Leslie Viljoen | 2016-02-12 | 1 | -3/+3 |
| | | | | [ci skip] | ||||
* | Document the upgrade process | Leslie Viljoen | 2016-02-12 | 1 | -0/+15 |
| | | | | | | | | The iterative process one has to follow is not currently documented, and people could be unfamiliar with the Rails versioning scheme, causing them to skip versions or upgrade to patch releases. [ci skip] | ||||
* | use rails secret in rails guides | Ryo Hashimoto | 2016-02-03 | 1 | -1/+1 |
| | |||||
* | remove duplication section [ci skip] | Aditya Kapoor | 2016-01-27 | 1 | -4/+0 |
| | |||||
* | guides, restructure Rails 5.0 release notes. [ci skip] | Yves Senn | 2015-12-22 | 1 | -0/+8 |
| | | | | | xref #22701. xref #20612. | ||||
* | Upgrade Guide: Add missing period, :scissors: whitespace [skip ci] | Jon Atack | 2015-12-20 | 1 | -2/+2 |
| | |||||
* | Fix section about ApplicationRecord in upgrading guide [ci skip] | Prathamesh Sonpatki | 2015-12-17 | 1 | -4/+4 |
| | |||||
* | ApplicationRecord release notes entry | Genadi Samokovarov | 2015-12-17 | 1 | -0/+19 |
| | | | | [ci skip] | ||||
* | Mention the correct way to halt callback chains | Carlos Souza | 2015-12-16 | 1 | -1/+1 |
| | | | | | The previous title was misleading. [ci skip] | ||||
* | Replace `serve_static_files` mentions in docs. | Kasper Timm Hansen | 2015-11-04 | 1 | -2/+4 |
| | | | | | | | | Should use `public_file_server.enabled` instead. Clarified that static files will be served from the public directory, where it made sense. Also removed occurrence of the deprecated `static_cache_control`. | ||||
* | Fix double word 'be' [ci skip] | Jake Worth | 2015-10-31 | 1 | -1/+1 |
| | |||||
* | Refactor AS::Callbacks halt config and fix the documentation | Roque Pinel | 2015-10-01 | 1 | -11/+14 |
| | | | | | | | | | Move from `AS::Callbacks::CallbackChain.halt_and_display_warning_on_return_false` to `AS::Callbacks.halt_and_display_warning_on_return_false` base on [this discussion](https://github.com/rails/rails/pull/21218#discussion_r39354580) Fix the documentation broken by 0a120a818d413c64ff9867125f0b03788fc306f8 | ||||
* | Clarify CSRF <script> purpose and protection. Note how to deal with your own ↵ | Jeremy Daer | 2015-09-16 | 1 | -5/+8 |
| | | | | | | | | <script> tags. Ref #21618 [ci skip] | ||||
* | Improved explanation of the <script> tag CSRF behavior | Anshul Agrawal | 2015-09-14 | 1 | -4/+2 |
| | |||||
* | Removed Extra ‘the’ [ci skip] | Ronak Jangir | 2015-09-06 | 1 | -1/+1 |
| | |||||
* | Fix doc typo | Tom Copeland | 2015-08-07 | 1 | -1/+1 |
| | |||||
* | Add info on default layout functionality 3.2 >> 4.0 upgrade | Stephen Puiszis | 2015-05-26 | 1 | -0/+2 |
| |