aboutsummaryrefslogtreecommitdiffstats
path: root/guides
Commit message (Collapse)AuthorAgeFilesLines
* Enable Start/EndWith and RegexpMatch copsBart de Water2018-07-284-6/+6
| | | | | In cases where the MatchData object is not used, this provides a speed-up: https://github.com/JuanitoFatas/fast-ruby/#stringmatch-vs-stringmatch-vs-stringstart_withstringend_with-code-start-code-end
* Merge pull request #33434 from utilum/remove_testing_guide_commentEileen M. Uchitelle2018-07-271-1/+1
|\ | | | | Testing Guide: unnecessary comment
| * Testing Guide: unnecessary commentutilum2018-07-251-1/+1
| | | | | | | | | | | | | | | | | | This has been around as far back as I can [see](https://github.com/rails/rails/blob/5137d03cc5b2a5f0820bdcf11b0fffe5bf461470/guides/source/testing.md). No need to specify the obvious. [ci skip]
* | AST Guide: install and migrate tasks in new apputilum2018-07-261-4/+4
| | | | | | | | | | | | This line refers only to an upgrade situation, but same is need to setup AST in a new application. [ci skip]
* | Reference Active Storage instead of third-party libraries in guidePaul McMahon2018-07-261-1/+1
|/ | | | | | | | | | | Paperclip has officially been deprecated, so we shouldn't mention it anymore. CarrierWave could still be referenced, as there are use cases where it currently makes more sense, but for simplicity, I thought removing the mention of third party libraries made sense. If we want to talk about them, listing "alternatives" within the Active Storage guide could make more sense.
* Merge pull request #33229 from ↵Matthew Draper2018-07-2523-263/+260
|\ | | | | | | | | albertoalmagro/albertoalmagro/prefer-rails-command-over-bin-rails Prefer rails command over bin/rails
| * Substitute references to task for commandAlberto Almagro2018-07-066-25/+25
| | | | | | | | This commit substitutes references to rails/rake task for rails command
| * Improve text readabilityAlberto Almagro2018-07-061-1/+1
| |
| * Homogenize rails commands and former rake tasksAlberto Almagro2018-07-061-58/+53
| | | | | | | | | | | | | | | | | | | | | | | | This commit integrates most used previously rake commands into the above outer list. Ordering is based on their individual predicted frequency of use. Separation between bin/rails tasks is also removed to display all commands at the same level. It also removes references to rake and tasks and substitutes them for command.
| * Recommend use of rails over bin/railsAlberto Almagro2018-07-0623-193/+195
| | | | | | | | | | | | | | | | | | As discussed in #33203 rails command already looks for, and runs, bin/rails if it is present. We were mixing recommendations within guides and USAGE guidelines, in some files we recommended using rails, in others bin/rails and in some cases we even had both options mixed together.
* | Rails guides are now served over httpsPaul McMahon2018-07-2457-80/+80
| | | | | | | | | | http links will be redirected to the https version, but still better to just directly link to the https version.
* | Merge pull request #33371 from ↵Eileen M. Uchitelle2018-07-231-1/+10
|\ \ | | | | | | | | | | | | lanzhiheng/change-the-text-color-which-wrapped-by-code-tag [ci skip] Change the text color which wrapped by code tag.
| * | Change the background color which wrapped by code tag. [ci skip]lanzhiheng2018-07-191-1/+10
| | |
* | | [ci skip] fix typo in Associations guideK. Rodman Mannix2018-07-221-1/+1
|/ /
* | Add situation for belongs to association. [ci skip]lanzhiheng2018-07-181-1/+1
| |
* | Merge pull request #33364 from lanzhiheng/fix-document-in-model-validatorRyuta Kamizono2018-07-161-18/+0
|\ \ | | | | | | | | | | | | Modify the expression's issue for `errors.add` document. [ci skip]
| * | Remove the invalid usage document about `errors`. [ci skip]lanzhiheng2018-07-161-18/+0
| | |
* | | Fix document issue in active record callback about `after_touch` hook.lanzhiheng2018-07-151-4/+4
| | |
* | | Update documentation for #pluck method [ci skip]Jędrek Domański2018-07-141-0/+6
| | |
* | | has_secure_password: use `recovery_password` instead of `activation_token`bogdanvlviv2018-07-081-8/+8
| | | | | | | | | | | | | | | | | | Since we have `has_secure_token`, it is too confusing to use `_token` suffix with `has_secure_password`. Context https://github.com/rails/rails/pull/33307#discussion_r200807185
* | | Merge pull request #33307 from ↵Ryuta Kamizono2018-07-081-5/+21
|\ \ \ | | | | | | | | | | | | | | | | bogdanvlviv/improve-docs-test-of-has_secure_password Improve docs/test of `has_secure_password`
| * | | Update `has_secure_password` info in the guidebogdanvlviv2018-07-061-5/+21
| | |/ | |/| | | | | | | | | | `has_secure_password` allows configuring name of attribute since #26764. This commit adds a mention about it in the Active Model Basics Guide.
* | | Merge pull request #32986 from kevgathuku/patch-1Ryuta Kamizono2018-07-081-0/+3
|\ \ \ | |/ / |/| | | | | | | | Specify location for engine-specific commands [ci skip]
| * | Specify location for engine-specific commandsKevin Ndung'u Gathuku2018-07-041-0/+3
| |/ | | | | | | | | | | Be more specific when pointing out where the commands relating to the engine should be run [ci skip]
* | Merge pull request #33220 from anniecodes/notes-commandKasper Timm Hansen2018-07-051-28/+53
|\ \ | |/ |/| Adds `Rails::Command::NotesCommand` and makes `rake notes` use it under the hood
| * [ci skip] Update documentation related to `rails notes`Annie-Claude Côté2018-07-031-28/+53
| | | | | | | | | | | | * Get rid of references to rake notes in the documentation * Get rid of references to environement variables used in SourceAnnotationExtractor * Updates the command line guide to reflect the new rails notes API
* | Merge pull request #32987 from kevgathuku/patch-2Kasper Timm Hansen2018-07-021-1/+1
|\ \ | | | | | | Change location for running copy migrations command
| * | Change location for running copy migrations commandKevin Ndung'u Gathuku2018-05-251-1/+1
| |/ | | | | | | This fixes the location from where the command to copy migrations from the engine to the application should be run [ci skip]
* | fix error of a file namesohopro2018-07-021-1/+1
| |
* | Remove erroneous remove_column option from exampleGeorge Semenov2018-06-291-1/+1
| |
* | Merge pull request #33238 from ↵Rafael França2018-06-291-0/+2
|\ \ | | | | | | | | | | | | dikond/explicit_action_mailer_deliver_later_queue_name Note deliver_later_queue_name gotcha in ActionMailer guide
| * | Note deliver_later_queue_name gotcha in ActionMailer guide [ci skip]dikond2018-06-271-0/+2
| | |
* | | Incompatibility of Direct Uploads & Mirror ServiceStanislas Boyet2018-06-291-0/+2
| | | | | | | | | | | | [ci skip] It adds a note to the Active Storage documentation regarding the use of Mirror Service not being compatible with the use of the Direct Uploads as described later on in the documentation, as described in issue #32732
* | | Improve wording for form_with in Getting Started GuideAnthony Crumley2018-06-281-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | [ci skip] Improved wording by making it clear the form_with helper method was being referenced in the first paragraph and that the second paragraph is a continuation of the form_with train of thought. Additionally, a connection was made to examples of the form_with usage being described.
* | | Break guides menu 'Digging Deeper' section in twoutilum2018-06-281-9/+13
|/ / | | | | | | | | | | This list in the menu is currently long, and the order of the items not immediately obvious. I often find my self rescanning to find what I'm looking for, so I imagine that others do to.
* | OS X -> macOS [Closes #30313]Xavier Noria2018-06-231-2/+2
| | | | | | | | [Jon Moss & Xavier Noria]
* | Active Storage: Explicit form field in basic exampleHenrik Nyh2018-06-221-1/+5
| | | | | | Also fix syntax highlighting in the more advanced JS example.
* | Permit configuring the default service URL expiryGeorge Claghorn2018-06-211-0/+7
| |
* | add documentation for ↵Thomas Dziedzic2018-06-201-0/+2
| | | | | | | | | | | | config.active_support.use_authenticated_message_encryption [ci skip] related to https://github.com/rails/rails/issues/33170
* | Fix Active Storage configuration example [ci skip]yuuji.yaginuma2018-06-161-2/+2
| | | | | | | | It is necessary to specify a value to `config.active_storage`.
* | Update example for whitelisting arbitrary hashesMichael Holroyd2018-06-141-11/+9
| | | | | | Since the ability to whitelist arbitrary hashes was added (https://github.com/rails/rails/issues/9454 was resolved by https://github.com/rails/rails/commit/e86524c0c5a26ceec92895c830d1355ae47a7034), this example is no longer outside of what strong_params can do. Moved this specific example out of the "Outside the Scope" section and into the regular "Examples" section, but left the "Outside the Scope" section as it was since the advice is still relevant for weirder whitelisting situations (maybe someone wants to add a new example that can't be handled natively).
* | Add missing documentation about `config.action_mailer.preview_interceptors` ↵yuuji.yaginuma2018-06-141-0/+6
| | | | | | | | [ci skip]
* | Update "Active Support Core Extensions" Guidebogdanvlviv2018-06-121-76/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove general sentence that explains that all methods that Active Support brings to `Date` `Time`, `DateTime` are defined in `active_support/core_ext/date/calculations.rb` since it isn't true. Add a references to an appropriate file where methods are defined like it is done with the other methods in this guide. Context https://github.com/rails/rails/pull/32552#discussion_r181216246 Related to #32543, #32552 [ci skip]
* | Add comma to example in guides/source/active_storage_overview.md [ci skip]Matt Sias2018-06-111-1/+1
| |
* | Add changelog for #32956 [ci skip]bogdanvlviv2018-06-121-1/+1
| | | | | | | | Add mention about default value of `config.active_model.i18n_full_message`.
* | Merge pull request #33120 from bogdanvlviv/fix-active_model-errors-docsRyuta Kamizono2018-06-121-1/+1
|\ \ | | | | | | Fix active_model/errors docs [ci skip]
| * | Fix active_model/errors docs [ci skip]bogdanvlviv2018-06-121-1/+1
| | | | | | | | | | | | | | | | | | | | | - Fix indentation. - Add a missing dot to the end of the sentence. Related to #32956
* | | Remove backticks around proejct namesutilum2018-06-112-5/+5
| | | | | | | | | | | | [ci skip]
* | | Merge pull request #33092 from utilum/warnings_in_contribute_guideRafael França2018-06-111-6/+0
|\ \ \ | | | | | | | | Remove ineffective no-warnings flags from Contribute guide
| * | | Remove ineffective no-warnings flags from Contribute guideutilum2018-06-081-6/+0
| | | | | | | | | | | | | | | | This is not working. [ci skip]