aboutsummaryrefslogtreecommitdiffstats
path: root/guides
Commit message (Collapse)AuthorAgeFilesLines
* [skip ci] The default value of ↵Vishal Telangre2019-05-131-1/+1
| | | | | | | | config.active_record.collection_cache_versioning without loading Railtie is false Please check https://github.com/rails/rails/pull/36260#discussion_r283266942 for reference. [Vishal Telangre, bogdanvlviv]
* Merge pull request #36260 from ↵Eileen M. Uchitelle2019-05-131-0/+6
|\ | | | | | | | | vishaltelangre/active_record-collection_cache_versioning-config-info [skip ci] Add missing info about 'active_record.collection_cache_versioning' configuration
| * [skip ci] Add missing info about 'active_record.collection_cache_versioning' ↵Vishal Telangre2019-05-121-0/+6
| | | | | | | | | | | | | | | | | | configuration References: - https://github.com/rails/rails/commit/4f2ac80d4cdb01c4d3c1765637bed76cc91c1e35 - https://github.com/rails/rails/blob/b1c917ee2fdaa452aeb52904db0d254d85285380/railties/lib/rails/application/configuration.rb#L147-L149
* | Merge pull request #36245 from vishaltelangre/patch-4Vipul A M2019-05-122-4/+5
|\ \ | | | | | | [ci skip] Clarity about embed metadata in signed and encrypted cookie
| * | [ci skip] Clarity about embed metadata in signed and encrypted cookieVishal Telangre2019-05-122-4/+5
| | |
* | | upgrading docs: one file => one constant [ci skip]Xavier Noria2019-05-121-0/+29
| | |
* | | NPM -> npm [ci skip]Xavier Noria2019-05-121-2/+2
| |/ |/| | | | | According to https://www.npmjs.com/.
* | Update the 6.0 load_defaults list [ci skip] (#36258)Vipul A M2019-05-111-0/+2
| |
* | Merge pull request #36160 from sharang-d/update-getting-startedVipul A M2019-05-111-1/+1
|\ \ | | | | | | compilation -> compression [ci skip]
| * | compilation -> compression [ci skip]Sharang Dashputre2019-05-021-1/+1
| | |
* | | Merge pull request #36251 from vishaltelangre/patch-10Xavier Noria2019-05-111-1/+1
|\ \ \ | | | | | | | | [ci skip] Clarify that the minimum version of a "gem" is bumped
| * | | [ci skip] Clarify that the minimum version of a "gem" is bumpedVishal Telangre2019-05-121-1/+1
| | |/ | |/| | | | | | | The previous sentence does not convey whether the minimum version of SQLite3 is bumped or the minimum version of `sqlite3` gem is bumped.
* | | Merge pull request #36243 from vishaltelangre/patch-1Xavier Noria2019-05-111-1/+1
|\ \ \ | | | | | | | | [ci skip] Typo: Javascript -> JavaScript
| * | | [ci skip] Typo: Javascript -> JavaScriptVishal Telangre2019-05-111-1/+1
| |/ /
* | | Merge pull request #36246 from vishaltelangre/patch-5Xavier Noria2019-05-111-1/+1
|\ \ \ | | | | | | | | [ci skip] Fix grammar
| * | | [ci skip] Fix grammarVishal Telangre2019-05-111-1/+1
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | ##### Singular `route exists` ##### Plural `routes exist`
* | | Merge pull request #36252 from vishaltelangre/patch-11Xavier Noria2019-05-111-1/+1
|\ \ \ | | | | | | | | [ci skip] mysql -> MySQL
| * | | [ci skip] mysql -> MySQLVishal Telangre2019-05-111-1/+1
| | | |
* | | | Merge pull request #36247 from vishaltelangre/patch-6Xavier Noria2019-05-111-1/+1
|\ \ \ \ | | | | | | | | | | [ci skip] ActionView -> Action View
| * | | | [ci skip] ActionView -> Action ViewVishal Telangre2019-05-111-1/+1
| | |/ / | |/| | | | | | | | | | | | | | As per the documentation guides, we use 'Action View' instead of `ActionView` in the general language. Reference: https://github.com/rails/rails/commit/27138386ad8dbda2eb44e622515626f352fd3b22
* | | | Merge pull request #36248 from vishaltelangre/patch-7Xavier Noria2019-05-111-1/+1
|\ \ \ \ | | | | | | | | | | [ci skip] Mime -> MIME
| * | | | [ci skip] Mime -> MIMEVishal Telangre2019-05-111-1/+1
| |/ / / | | | | | | | | | | | | | | | | The correct word is `MIME` which is an acronym which stands for `Multipurpose Internet Mail Extensions`. Reference: https://en.wikipedia.org/wiki/MIME
* | | | Merge pull request #36249 from vishaltelangre/patch-8Xavier Noria2019-05-111-1/+1
|\ \ \ \ | | | | | | | | | | [ci skip] Expand JS to JavaScript for clarity
| * | | | [ci skip] Expand JS to JavaScript for clarityVishal Telangre2019-05-111-1/+1
| |/ / /
* | | | Merge pull request #36250 from vishaltelangre/patch-9Xavier Noria2019-05-111-1/+1
|\ \ \ \ | |_|/ / |/| | | [skip ci] arel -> Arel
| * | | [skip ci] arel -> ArelVishal Telangre2019-05-111-1/+1
| |/ / | | | | | | As per the documentation guides, we write `Arel` instead of `arel`.
* / / [ci skip] Typo: ActiveSuppport -> ActiveSupportVishal Telangre2019-05-111-3/+3
|/ /
* | Merge pull request #36241 from ↵Xavier Noria2019-05-111-1/+1
|\ \ | | | | | | | | | | | | vishaltelangre/fix-confusing-sentence-in-upgrade-guide [ci skip] Fix confusing sentence in upgrade guide
| * | [ci skip] Fix confusing sentence in upgrade guideVishal Telangre2019-05-111-1/+1
| | |
* | | Corrected the sentence in upgrade guideshekhar-patil2019-05-111-1/+1
|/ /
* | Merge branch 'migration-timestamp-fix'Gannon McGibbon2019-05-101-0/+2
|\ \ | | | | | | | | | Closes #28707.
| * | Add class option timestamps to migration generatorMichael Duchemin2019-02-091-0/+2
| | | | | | | | | | | | Fixes GH#28706. Now rails g migration create_users and rails g model User have the same behavior for timestamps since they implement the same migration template. The expected behavior is that this create table migration will create the table with timestamps unless you pass --no-timestamps or --skip-timestamps to the generator. The expected migration should match what you get when you use the model generator. Using the migration generator, which doesn't have a class_option for timestamps would cause them to not be added to the migration file. Now the migration behavior of the migration generator, create_table only, is aligned with the migration behavior of the model generator. Also modified relevant example of ActiveRecord Migrations Guide.
* | | Merge pull request #36184 from vishaltelangre/as-monotonic-timed-subscriberEileen M. Uchitelle2019-05-101-1/+10
|\ \ \ | | | | | | | | Introduce ActiveSupport::Notifications.monotonic_subscribe
| * | | Introduce ↵Vishal Telangre2019-05-101-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'ActiveSupport::Notifications::Fanout::Subscribers::MonotonicTimed' and 'ActiveSupport::Notifications::monotonic_subscribe' Also, change the signature of ‘ActiveSupport::Notifications::Fanout#subscribe’ to accept optional ‘monotonic’ boolean argument. Then initialize either a ‘Timed’ or ‘MonotonicTimed’ subscriber based on the value of ‘monotonic’ parameter. Introduce ‘ActiveSupport::Notifications::monotonic_subscribe’ method Also, provision ‘ActiveSupport::Notifications::subscribed’ to optionally accept ‘monotonic’ boolean argument. Update documentation for ActiveSupport::Notifications Add tests Update guides documentation under the 'Active Support Instrumentation' chapter Incorporate feedback: use optional keyword argument to specify optional 'monotonic' option to 'subscribed' method Fix a typo
* | | | fixes configuration examples [ci skip]Xavier Noria2019-05-091-3/+3
|/ / /
* | | documents restriction for explicit namespaces [ci skip]Xavier Noria2019-05-081-0/+34
| | |
* | | documents how to use the classic autoloader in Rails 6 [ci skip]Xavier Noria2019-05-081-0/+11
| | |
* | | Update testing guide to reflect changes from #36047Richard Macklin2019-05-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In #36047 we moved `take_failed_screenshot` from an `after_teardown` hook to a `before_teardown` hook. However, I didn't realize the Testing rails guide was explicitly mentioning that it happened inside `after_teardown`. So this updates the docs to be consistent with that change. [ci skip]
* | | documents autoloading in the upgrading guide [ci skip]Xavier Noria2019-05-081-0/+172
| | |
* | | Merge pull request #36203 from st0012/fix-command-in-contributing-guideRyuta Kamizono2019-05-081-1/+1
|\ \ \ | | | | | | | | Update directory name in example commands [ci skip]
| * | | Update directory name in sample commandsst00122019-05-081-1/+1
| | | |
* | | | Typo in the release noteAkira Matsuda2019-05-081-1/+1
|/ / / | | | | | | | | | [ci skip]
* | | Fixed typo of dot position [skip ci]soartec-lab2019-05-071-1/+1
| | |
* | | [ci skip] Correct the stylesheet name used in the guide.Alec Clarke2019-05-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | In the Action Text guides, `app/assets/stylesheets/actiontext.css` is specified as the file used to style the Action Text editor and content but the actual file generated from `rails action_text:install` is `app/assets/stylesheets/actiontext.scss`. This change simply corrects the file extension shown in the guide.
* | | Add Action Cable Release Notes [ci skip]Alex Kitchens2019-05-021-11/+30
| | | | | | | | | | | | Co-Authored-By: प्रथमेश Sonpatki <csonpatki@gmail.com>
* | | Update guides/source/6_0_release_notes.mdConnor Shea2019-05-021-1/+1
| | | | | | | | | Co-Authored-By: prathamesh-sonpatki <csonpatki@gmail.com>
* | | Added release notes for Active Support [ci skip]Prathamesh Sonpatki2019-05-021-0/+186
| |/ |/|
* | Update asset compression text [ci skip]Sharang Dashputre2019-05-021-1/+1
| |
* | Merge pull request #36149 from alexcameron89/add_active_storage_rnRafael França2019-05-011-2/+60
|\ \ | | | | | | Add Release Notes for Active Storage
| * | Add Release Notes for Active Storage [ci skip]Alex Kitchens2019-05-011-2/+60
| | | | | | | | | | | | Co-authored-by: Abhay Nikam <nikam.abhay1@gmail.com>