Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve Getting Started [ci skip] | Shia | 2016-09-02 | 1 | -2/+1 |
| | |||||
* | Grammar fix [ci skip] | Waitaya Krongapiradee | 2016-09-02 | 1 | -1/+1 |
| | |||||
* | Update Jason Zimdars twitter | Devinsuit | 2016-08-31 | 1 | -1/+1 |
| | |||||
* | Merge pull request #26226 from schneems/schneems/explicit-public-urls | Richard Schneeman | 2016-08-31 | 2 | -0/+15 |
|\ | | | | | Make public asset use explicit | ||||
| * | Explicitly mention defaults. | schneems | 2016-08-29 | 2 | -2/+2 |
| | | |||||
| * | Address doc style comments from @robin850 | schneems | 2016-08-29 | 1 | -1/+1 |
| | | |||||
| * | Fix asset_pipeline.md miss-merge | schneems | 2016-08-29 | 1 | -7/+7 |
| | | |||||
| * | Specify version of Sprockets-rails this will be in | schneems | 2016-08-29 | 1 | -1/+1 |
| | | |||||
| * | Move default to different initializer | schneems | 2016-08-29 | 1 | -12/+0 |
| | | | | | | | | | | Is this usage correct? cc/ @prathamesh-sonpatki | ||||
| * | [ci skip] configuring.md assets.unknown_asset_fallback | schneems | 2016-08-29 | 1 | -0/+2 |
| | | |||||
| * | [ci skip] asset_pipeline.md assets.unknown_asset_fallback | schneems | 2016-08-29 | 1 | -7/+20 |
| | | |||||
| * | [ci skip] Upgrading assets.unknown_asset_fallback | schneems | 2016-08-29 | 1 | -0/+12 |
| | | |||||
* | | Merge pull request #26331 from kjellberg/broken-links | Jon Moss | 2016-08-30 | 3 | -3/+3 |
|\ \ | | | | | | | [ci skip] Broken links in documentation fix | ||||
| * | | [ci skip] Broken links in documentation fix | Rasmus Kjellberg | 2016-08-30 | 3 | -3/+3 |
| | | | |||||
* | | | Update typo & Make explanation more clear | Shia | 2016-08-31 | 1 | -12/+7 |
| |/ |/| | |||||
* | | [ci skip] Update branch version in Contributing Guide | Alex Kitchens | 2016-08-29 | 1 | -1/+1 |
|/ | | | | | Since only Rails 4 and above are currently supported, this updates a 3-2-stable example to be consistent with the support standard. | ||||
* | Added gitignore to "files & purpose" list [ci skip] | Rasmus Kjellberg | 2016-08-29 | 1 | -0/+1 |
| | |||||
* | Merge pull request #26288 from maclover7/jm-revert-21995 | Guillermo Iguaran | 2016-08-26 | 1 | -7/+11 |
|\ | | | | | Update `Rails.configuration` documentation | ||||
| * | Clarify two ways to set Rails configuration options | Jon Moss | 2016-08-26 | 1 | -5/+8 |
| | | | | | | | | [ci skip] | ||||
| * | Add back in `config_for` example | Jon Moss | 2016-08-26 | 1 | -0/+28 |
| | | | | | | | | [ci skip] | ||||
| * | Revert "Merge pull request #21995 from tak1n/master" | Jon Moss | 2016-08-26 | 1 | -35/+8 |
| | | | | | | | | | | This reverts commit 4973704bf56dbb0d8beba977e1053d57e346ebd0, reversing changes made to 78edeb33346e13ab33a62d2a6b553aabf5b3186a. | ||||
* | | Move `assert_nothing_raised` method to Rails Specific Assertions | Santosh Wadghule | 2016-08-26 | 1 | -1/+1 |
|/ | | | | | | | | section [ci skip] - Method `assert_nothing_raised` is Rails' own custom assertion method and not a part of Minitest. So move it from Minitest assertions section to Rails Specific Assertions section. | ||||
* | Rename the title of comand_line.md in index | Shia | 2016-08-24 | 1 | -2/+2 |
| | | | | Remove 'rake tasks' from index | ||||
* | update `is renamed` to `tasks are renamed` | Shia | 2016-08-23 | 1 | -1/+1 |
| | |||||
* | Remove Duplicated information & fix typo... | Shia | 2016-08-23 | 1 | -12/+6 |
| | | | | | - Remove Duplicated explanation. - Fix some typo. - Attach PR, commit link that missed one. | ||||
* | Merge pull request #26249 from rafamanzo/add_redis_to_development_dependencies | Rafael França | 2016-08-22 | 1 | -0/+43 |
|\ | | | | | Update docs with Action Cable Redis dependency | ||||
| * | [ci skip] Update docs with Action Cable Redis dependency | Rafael Reggiani Manzo | 2016-08-22 | 1 | -0/+43 |
| | | | | | | | | | | | | | | Action Cable's test `test/subscription_adapter/redis_test.rb` fail if Redis is not installed and running. Following the guides `development_dependen there's no mention to this. | ||||
* | | Remove the SchemaDumper options and change the default behavior | Rafael Mendonça França | 2016-08-22 | 1 | -3/+1 |
| | | | | | | | | | | Now the schema dumper by default doesn't align the types and arguments in the ruby format anymore. | ||||
* | | Remove `:action` and `:controller` segments from routing guide | Will Jordan | 2016-08-22 | 1 | -25/+11 |
| | | | | | | | | | | Fixes #26247. [ci skip] | ||||
* | | Merge pull request #25750 from go2null/go2null-test-directories | Eileen M. Uchitelle | 2016-08-22 | 1 | -2/+4 |
|\ \ | |/ |/| | Specified directories for routes, views and jobs tests | ||||
| * | Clearly state purpose of test directories | go2null | 2016-08-22 | 1 | -2/+4 |
| | | | | | | | | | | * Added location for route, view and job tests to section 2.1. (They are currently only defined in sections 8 Testing Views and 11 Testing Jobs.) * Added location for route test in section 7 Testing Routes. (Currently only defined in section 8 Testing Views.) | ||||
* | | Change form of table name to plural in query example | Danila Ermakov | 2016-08-22 | 1 | -2/+2 |
| | | |||||
* | | Update docs for query interface to not declare that all methods return ↵ | Scott Antipa | 2016-08-21 | 1 | -3/+3 |
| | | | | | | | | instance of ActiveRecord::Relation | ||||
* | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2016-08-21 | 5 | -8/+8 |
|\ \ | |||||
| * | | When referring to Rails, be consistent in usage of capitalized form, unless ↵ | Vipul A M | 2016-08-19 | 3 | -4/+4 |
| | | | | | | | | | | | | it is used in context of a command like bin/rails or the rails directory [ci skip] | ||||
| * | | Grammar changes on getting started guide, specify where exactly the example ↵ | Vipul A M | 2016-08-19 | 1 | -2/+2 |
| | | | | | | | | | | | | is that we are referring to. [ci skip] | ||||
| * | | Fix remaining broadcasting_name example from Action Cable guide [ci skip] | Prathamesh Sonpatki | 2016-08-12 | 1 | -2/+2 |
| | | | | | | | | | | | | - Followup of https://github.com/rails/rails/pull/26125. | ||||
* | | | Merge pull request #26224 from jonatack/consistent-asset-precompile-examples | Eileen M. Uchitelle | 2016-08-19 | 4 | -8/+8 |
|\ \ \ | | | | | | | | | Consistent examples and template for assets#precompile | ||||
| * | | | Consistent examples and template for assets#precompile | Jon Atack | 2016-08-19 | 4 | -8/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #25675 from TimPetricola/schema-no-standardized-column-widths | Rafael Mendonça França | 2016-08-19 | 1 | -1/+3 |
|\ \ \ \ | | | | | | | | | | | | | | | | Option not to line up column attributes in schema.rb | ||||
| * \ \ \ | Merge branch 'master' into schema-no-standardized-column-widths | Tim Petricola | 2016-08-18 | 2 | -1/+3 |
| |\ \ \ \ | |||||
| * | | | | | Option not to line up column types and attributes in schema.rb | Tim Petricola | 2016-08-17 | 1 | -1/+3 |
| | | | | | | |||||
* | | | | | | [ci skip] Updates ActiveJob guide on default runner. | Phil Nash | 2016-08-18 | 1 | -3/+4 |
| |/ / / / |/| | | | | | | | | | | | | | | The immediate runner is no longer default, the async adapter is. | ||||
* | | | | | i18n documentation for required belongs_to message | Ian C. Anderson | 2016-08-17 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When you don't explicitly provide `optional: true` to a `belongs_to` definition, rails adds a validation to ensure presence of the `belongs_to` validation. However, when the validation is added, it is added with a message key of `:required`, which was not documented in the "Translations for Active Record Models" section of the i18n guides. Here are the lines that add the `:required` message: https://github.com/rails/rails/blob/c3e3577f9d5058382504773bf0d32afa15cb131e/activerecord/lib/active_record/associations/builder/belongs_to.rb#L136-L138 This commit adds the "non-optional association" validation to the table, so rails users know how to override the message for this validation. The default message is "must exist". | ||||
* | | | | | Fix #26187 | Jonathan | 2016-08-17 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | As "discussed" in #26187 I added the route that magically disappeared again. | ||||
* | | | | | Fix diffrent naming in getting_started.md | Jonathan | 2016-08-17 | 1 | -1/+1 |
|/ / / / | | | | | | | | | | | | | | | | | I've noticed that once `<h1>Editing article</h1>` L1157 was the title and then later on it's `<h1>Edit article</h1>` L1358 which kind of makes more sense... [ci skip] | ||||
* | | | | Fix link in Rails 5.0 Release Note [ci skip] | Yohei YASUKAWA | 2016-08-17 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #26061 from ↵ | Rafael França | 2016-08-16 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | malclocke/specify_ar_message_interpolation_names_in_i18n_guide List names of error interpolation variables. | ||||
| * | | | | List names of error interpolation variables. | Malcolm Locke | 2016-08-05 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | 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] |