Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Update the maintenance policy [ci skip] | Rafael Mendonça França | 2017-03-20 | 1 | -3/+3 | |
| | | ||||||
* | | Merge pull request #28477 from spdawson/patch-3 | Jon Moss | 2017-03-19 | 1 | -1/+1 | |
|\ \ | | | | | | | Remove stray back-end from ActiveJob Basics guide | |||||
| * | | Remove stray back-end from ActiveJob Basics guide | Simon Dawson | 2017-03-19 | 1 | -1/+1 | |
| | | | | | | | | | The hyphenated form "back-end" only appears once in this guide; elsewhere, the un-hyphenated form "backend" is used consistently. | |||||
* | | | Minor grammar fixes for Rails 5.1 release notes | Simon Dawson | 2017-03-19 | 1 | -13/+15 | |
|/ / | ||||||
* | | Update some jquery-ujs references to rails-ujs | Jon Moss | 2017-03-18 | 3 | -10/+10 | |
| | | | | | | | | [ci skip] | |||||
* | | Add link to rails-ujs/dropping jQuery PR | Jon Moss | 2017-03-18 | 1 | -0/+2 | |
| | | | | | | | | [ci skip] | |||||
* | | Add link to Webpack/Webpacker PR | Jon Moss | 2017-03-18 | 1 | -0/+2 | |
| | | | | | | | | [ci skip] | |||||
* | | Second pass on 5.1 release notes | Jon Moss | 2017-03-18 | 1 | -5/+5 | |
| | | | | | | | | [ci skip] | |||||
* | | First pass on 5.1 release notes | Jon Moss | 2017-03-18 | 1 | -14/+18 | |
| | | | | | | | | | | | | Fixing tons of grammar, etc. [ci skip] | |||||
* | | Improve Caching with Rails Guides [ci skip] | James Baer | 2017-03-17 | 1 | -1/+15 | |
| | | | | | | | | | | | | | | Adds the "Caching in Development" section to demonstrate usage of the dev:cache task in development mode. Also, makes a small grammatical correction in section 2.4. | |||||
* | | Fix resolve usage in the release notes | Rafael Mendonça França | 2017-03-17 | 1 | -1/+1 | |
| | | | | | | | | [ci skip] | |||||
* | | Merge pull request #28096 from prathamesh-sonpatki/5-1-release-notes-first-draft | Rafael França | 2017-03-17 | 1 | -0/+267 | |
|\ \ | | | | | | | Add first draft of release notes for Rails 5.1 :tada: | |||||
| * | | Add blurbs about each new feature [ci skip] | Prathamesh Sonpatki | 2017-03-13 | 1 | -0/+158 | |
| | | | ||||||
| * | | Add PR links for major features [ci skip] | Prathamesh Sonpatki | 2017-03-03 | 1 | -0/+11 | |
| | | | ||||||
| * | | Add first draft of release notes for Rails 5.1 :tada: | Prathamesh Sonpatki | 2017-03-03 | 1 | -0/+98 | |
| | | | | | | | | | | | | [ci skip] | |||||
* | | | Merge pull request #28318 from ↵ | Rafael França | 2017-03-17 | 1 | -3/+0 | |
|\ \ \ | | | | | | | | | | | | | | | | | bogdanvlviv/remove-ability-update-locking_column-value Remove ability update locking_column value | |||||
| * | | | Remove ability update locking_column value | bogdanvlviv | 2017-03-16 | 1 | -3/+0 | |
| | | | | ||||||
* | | | | Merge pull request #28421 from tangposmarvin/docs-assest-pipeline | Vipul A M | 2017-03-17 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / |/| | | | Fix guide incorrectly refers to public/assets/images [ci ckip] | |||||
| * | | | Fix asset_pipeline docs incorrect image dir info | marvin | 2017-03-16 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Remove unused `@txn` variable | Eugene Kenny | 2017-03-15 | 1 | -1/+0 | |
|/ / / | | | | | | | | | | | | | | | | This was added in c24c885209ac2334dc6f798c394a821ee270bec6, removed in b89ffe7f0047eb614e42232a21201b317b880755, and then (unintentionally?) reintroduced in 2d7ae1b08ee2a10b12cbfeef3a6cc6da55b57df6. | |||||
* | | | Remove obsolete warning about regular expression | Philipe Fatio | 2017-03-14 | 1 | -3/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This warning became obsolete when the regular expression was changed to use `\z` instead of `\Z` in fce9c4e5e1ecb31cff2ca43a04fbe332816c3c45. "-1234\n" =~ /\A[+-]?\d+\Z/ => 0 "-1234\n" =~ /\A[+-]?\d+\z/ => nil [ci skip] | |||||
* | | | Fix weird documentation line | Jon Moss | 2017-03-12 | 1 | -1/+1 | |
| | | | | | | | | | | | | [ci skip] | |||||
* | | | Second editing pass on "Active Model Basics" guide | Jon Moss | 2017-03-12 | 1 | -16/+18 | |
| | | | | | | | | | | | | | | | | | | Lots of grammar, etc fixes. [ci skip] | |||||
* | | | First editing pass on "Active Model Basics" guide | Jon Moss | 2017-03-12 | 1 | -11/+12 | |
| | | | | | | | | | | | | | | | | | | Lots of grammar, etc fixes. [ci skip] | |||||
* | | | Add link to mentioned API [ci skip] (#28392) | Vipul A M | 2017-03-12 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge pull request #27152 from tjai89/patch-5 | Vipul A M | 2017-03-12 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | Add link to API documentation [ci skip] | |||||
| * | | | Add link to API documentation | Kirill Zhuravlov | 2016-11-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | Add a link to http://api.rubyonrails.org/classes/ActionController.html in the beginning of an article. | |||||
* | | | | Fix typo in the security guide | bogdanvlviv | 2017-03-12 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | [ci skip] | |||||
* | | | | Improve readability of testing guide [ci skip] | James Baer | 2017-03-10 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | Small change to improve the readability in section 2.3 of the testing guide. | |||||
* | | | | force UTF-8 as external encoding in guides generation [ci skip] | Xavier Noria | 2017-03-09 | 1 | -3/+16 | |
| | | | | | | | | | | | | | | | | See the rationale in the comment found in the patch. | |||||
* | | | | Merge pull request #28289 from maicher/master | Vipul A M | 2017-03-07 | 1 | -2/+18 | |
|\ \ \ \ | | | | | | | | | | | Improve foreign key description in guides | |||||
| * | | | | Improve foreign key description in guides [ci skip] | Krzysztof Maicher | 2017-03-06 | 1 | -2/+18 | |
| | | | | | ||||||
* | | | | | Remove `:on` option that does ot exist [ci skip] | yuuji.yaginuma | 2017-03-07 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | That option was removed in 0a683085b1db435b7371350b2799a0f248cd717a | |||||
* | | | | | Merge pull request #28286 from robin850/skip-system-tests-by-default | Eileen M. Uchitelle | 2017-03-05 | 1 | -0/+3 | |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | Avoid running system tests by default | |||||
| * | | | | Avoid running system tests by default | Robin Dupret | 2017-03-05 | 1 | -0/+3 | |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These tests may be expansive so let's only allow users to run them through `bin/rails test:system` or by passing a path to the `test` command. The same applies for `bin/rake test`. Refs #28109. | |||||
* | | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2017-03-04 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Fix generated query in Retrieving specific data from multiple tables section ↵ | Vipul A M | 2017-03-04 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | [ci skip] | |||||
* | | | | Merge pull request #28284 from y-yagi/fix_system_test_example | Robin Dupret | 2017-03-04 | 1 | -7/+9 | |
|\ \ \ \ | | | | | | | | | | | Fx system test example [ci skip] | |||||
| * | | | | Fx system test example [ci skip] | yuuji.yaginuma | 2017-03-04 | 1 | -7/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since test suffix is automatically granted, it is not necessary to specify it in generator. Also, updated the generated file to contents actually generated. | |||||
* | | | | | Escapes and edits to configuring guide [ci skip] (#28280) | Vipul A M | 2017-03-04 | 1 | -5/+5 | |
| | | | | | ||||||
* | | | | | Merge pull request #28265 from 0oneo/association_guide | Ryuta Kamizono | 2017-03-04 | 1 | -1/+1 | |
|\ \ \ \ \ | |/ / / / |/| | | | | passing unique parameter to belongs_to wrongly | |||||
| * | | | | passing unique parameter to belongs_to wrongly | 0oneo | 2017-03-03 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | passing `unique` parameter to belongs_to not right, | |||||
* | | | | | Fix spelling | Jonathan Chen | 2017-03-03 | 1 | -1/+1 | |
|/ / / / | | | | | | | | | [ci skip] | |||||
* | | / | Fix typo in Upgrading Ruby on Rails Guide [skip ci] | Erol Fornoles | 2017-03-03 | 1 | -1/+1 | |
| |_|/ |/| | | ||||||
* | | | fixed suspected typo in sample sql query | Shay | 2017-03-02 | 1 | -1/+1 | |
| | | | ||||||
* | | | Improve documentation for Testing Your Mailers [ci skip] | James Baer | 2017-02-28 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current Basic Test Case example has the following assertion ``` assert_equal read_fixture('invite').join, email.body.to_s ``` email.body.to_s returns an empty string if both HTML and text templates exist for a given mailer. This commit adds a note to section 11.2.2 explaining this and also suggests using email.text_part.body.to_s and email.html_part.body.to_s as alternatives. | |||||
* | | | Update i18n guide to cover :zero key support in pluralization [ci skip] | Anne Johnson | 2017-02-26 | 1 | -2/+8 | |
| | | | ||||||
* | | | Use released arel | yuuji.yaginuma | 2017-02-26 | 1 | -1/+0 | |
| | | | | | | | | | | | | Follow up to ea9566f6cd1b4d3f0d8a5f03283b49423b89044d | |||||
* | | | Soft-deprecate the top-level HashWithIndifferentAccess class | Robin Dupret | 2017-02-25 | 1 | -0/+19 | |
| | | | | | | | | | | | | | | | | | | | | | Since using a `ActiveSupport::Deprecation::DeprecatedConstantProxy` would prevent people from inheriting this class and extending it from the `ActiveSupport::HashWithIndifferentAccess` one would break the ancestors chain, that's the best option we have here. | |||||
* | | | Fix w3c_validator.rb validation script | Laurent Arnoud | 2017-02-23 | 1 | -4/+5 | |
| | | |