Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Fixed unused variable | Vipul A M | 2014-12-21 | 1 | -3/+2 |
| | | | | - Changed test to verify complete message instead of verifying if message contains text. | ||||
* | We will be using the application already created in the Getting Started guide. | Zachary Scott | 2014-12-20 | 1 | -4/+2 |
| | | | | [ci skip] | ||||
* | Merge pull request #18114 from jonatack/patch-8 | Zachary Scott | 2014-12-20 | 1 | -1/+1 |
|\ | | | | | Follow-up to d971021 [skip ci] | ||||
| * | Follow-up to d9710212 [skip ci] | Jon Atack | 2014-12-21 | 1 | -1/+1 |
|/ | |||||
* | Fixture data is accessible by a local method, and not a variable [ci skip] | Zachary Scott | 2014-12-20 | 1 | -2/+2 |
| | |||||
* | Shorten the explaination of this to fit on one line [ci skip] | Zachary Scott | 2014-12-20 | 1 | -1/+1 |
| | |||||
* | s/folder/directory [ci skip] | Zachary Scott | 2014-12-20 | 1 | -7/+7 |
| | |||||
* | "In PostgreSQL, just superusers.." => "In PostgreSQL, only superusers.." | Zachary Scott | 2014-12-20 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | Make sure this section is rendered as a `NOTE` and remove redundant sentence. | Zachary Scott | 2014-12-20 | 1 | -5/+1 |
| | | | | [ci skip] | ||||
* | Add note about the association between the two fixture files and how they're ↵ | Zachary Scott | 2014-12-20 | 1 | -0/+2 |
| | | | | | | connection. [ci skip] | ||||
* | Remove YAML implementation detail, as we're not trying to document all of | Zachary Scott | 2014-12-20 | 1 | -1/+1 |
| | | | | YAML's behavior in this guide. [ci skip] | ||||
* | Remove use of "very" [ci skip] | Zachary Scott | 2014-12-20 | 1 | -1/+1 |
| | |||||
* | Fix syntax error with RDoc directive, | Zachary Scott | 2014-12-20 | 1 | -1/+1 |
| | | | | this should be `:nodoc:` in order to be parsed. | ||||
* | Merge pull request #18113 from ↵ | Zachary Scott | 2014-12-20 | 1 | -1/+1 |
|\ | | | | | | | | | eileencodes/fix-grammar-in-assets-configuring-guide Improve grammar in configuring serve_static_files guide [ci skip] | ||||
| * | [ci skip] Improve grammar in configuring serve_static_files guide | eileencodes | 2014-12-20 | 1 | -1/+1 |
| | | |||||
* | | Describe the mailer and helpers directories which are generated by `rails new`. | Zachary Scott | 2014-12-20 | 1 | -1/+1 |
|/ | | | | [ci skip] | ||||
* | Update comment regarding test environment with help from @matthewd [ci skip] | Zachary Scott | 2014-12-20 | 1 | -1/+3 |
| | |||||
* | Fixed syntax error in RDoc directive | Zachary Scott | 2014-12-20 | 1 | -1/+1 |
| | |||||
* | Merge pull request #18092 from nippysaurus/clarity_batch_starting_point | Arthur Nogueira Neves | 2014-12-20 | 1 | -2/+2 |
|\ | | | | | Update description for `start` parameter. | ||||
| * | Clarity start parameter | Michael Dawson | 2014-12-19 | 1 | -2/+2 |
| | | | | | | | | | | | | I find that `Specifies the starting point for the batch processing.` does not give enough information for me to understand what this parameter actually does. | ||||
* | | Renaming the autoloading guide [ci skip] | Vijay Dev | 2014-12-20 | 1 | -0/+0 |
| | | | | | | | | | | The term 'constant autoloading' can be mistakenly construed as 'constantly autoloading'. | ||||
* | | pass over the autoloading guide [ci skip] | Vijay Dev | 2014-12-20 | 1 | -8/+8 |
| | | |||||
* | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2014-12-20 | 9 | -7/+181 |
|\ \ | |||||
| * | | Add docs for ActionDispatch::Http::URL methods | claudiob | 2014-12-18 | 1 | -0/+109 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add docs for `extract_domain`, `extract_subdomains`, `extract_subdomain`. Add doc examples for `url`, `protocol`, `raw_host_with_port`, `host`, `host_with_port`, `port`, `standard_port`, `standard_port?`, `optional_port`, `port_string`. [ci skip] | ||||
| * | | Add docs for Numeric time-related methods | claudiob | 2014-12-17 | 1 | -0/+18 |
| | | | | | | | | | | | | | | | | | | | | | Add docs for `minutes`, `hours`, `days`, `weeks` and `fortnights`. Fix docs for `in_milliseconds`. [ci skip] | ||||
| * | | Replace `#=>` with `# =>` [ci skip] | claudiob | 2014-12-17 | 7 | -22/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | @rafaelfranca suggested in f7c7bcd9 that code examples should display the result after `# =>` and not after `#=>`. This commit replaces *all* the occurrences of `#=>` in the code documentation (mostly added by me :sob:) with the suggested `# =>`. | ||||
| * | | Add docs for Numeric#*_bytes methods | claudiob | 2014-12-17 | 1 | -0/+20 |
| | | | | | | | | | | | | | | | | | | | | | Add docs for `kilobytes`, `megabytes`, `gigabytes`, `terabytes`, `petabytes` and `exabytes`. Fix docs for `bytes`. [ci skip] | ||||
| * | | Add docs for Time#find_zone | claudiob | 2014-12-17 | 1 | -1/+16 |
| | | | | | | | | | | | | | | | | | | Also improves docs for `Time#find_zone!` [ci skip] | ||||
| * | | Fix docs for AS::Notifications::Event#duration | claudiob | 2014-12-17 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Stems from comments by @zzak on e07f3dd: * https://github.com/rails/docrails/commit/e07f3ddcac394d2a8dc23fc571318b7e8c2497b1#commitcomment-9015634 * https://github.com/rails/docrails/commit/e07f3ddcac394d2a8dc23fc571318b7e8c2497b1#commitcomment-9015639 [ci skip] | ||||
| * | | Add docs for AS::Notifications::Event#duration | claudiob | 2014-12-17 | 1 | -0/+12 |
| | | | | | | | | | | | | [ci skip] | ||||
* | | | Merge pull request #18110 from claudiob/point-guide-to-master | Yves Senn | 2014-12-20 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Replace guides.ror.org/v4.2.0 with guides.ror.org | ||||
| * | | | Replace guides.ror.org/v4.2.0 with guides.ror.org | claudiob | 2014-12-20 | 1 | -1/+1 |
|/ / / | | | | | | | | | | | | | No need to point links to http://guides.rubyonrails.org/v4.2.0/... now that the Ruby on Rails guides point to 4.2.0. | ||||
* | | | Merge pull request #18108 from kryzhovnik/fix_autoloading_guide | Abdelkader Boudih | 2014-12-20 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Fix link in autoloading guide | ||||
| * | | | Fix link in autoloading guide | Andrey Samsonov | 2014-12-20 | 1 | -1/+1 |
|/ / / | | | | | | | | | | [ci skip] | ||||
* | | | activejob needs to be built before actionmailer | Godfrey Chan | 2014-12-19 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #18104 from andreynering/guides-dsl | Xavier Noria | 2014-12-20 | 1 | -2/+3 |
|\ \ \ | | | | | | | | | Add link for Domain-Specific Language [ci skip] | ||||
| * | | | Add link for Domain-Specific Language [ci skip] | Andrey Nering | 2014-12-19 | 1 | -2/+3 |
| | | | | |||||
* | | | | prefer single quotes, by the beard of the prophet! | Xavier Noria | 2014-12-20 | 1 | -10/+10 |
| | | | | |||||
* | | | | Merge pull request #18103 from tpope/portable-setup | Xavier Noria | 2014-12-20 | 1 | -7/+9 |
|\ \ \ \ | | | | | | | | | | | Make bin/setup portable | ||||
| * | | | | Make bin/setup portable | Tim Pope | 2014-12-19 | 1 | -7/+9 |
| |/ / / | |||||
* / / / | Merge pull request #18102 from arthurnn/nodoc_constant | Arthur Nogueira Neves | 2014-12-19 | 2 | -0/+3 |
|/ / / | | | | | | | | | | Add nodoc to some constants [skip ci] | ||||
* | | | Merge pull request #18100 from chancancode/serve_static_files | Godfrey Chan | 2014-12-19 | 12 | -18/+95 |
| | | | | | | | | | | | | | | | | | | Allow static asset serving from env variable (enhanced!) Conflicts: railties/CHANGELOG.md | ||||
* | | | last pass to the autoloading guide before release [ci skip] | Xavier Noria | 2014-12-19 | 1 | -17/+44 |
| | | | |||||
* | | | Remove rack and i18n master from bug report tempaltes [ci skip] | Rafael Mendonça França | 2014-12-19 | 2 | -4/+0 |
| | | | |||||
* | | | Use released I18n 0.7.0 | Carlos Antonio da Silva | 2014-12-19 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #18082 from rails/17945_purge_in_test_only | Yves Senn | 2014-12-19 | 11 | -7/+93 |
|\ \ \ | | | | | | | | | `db:schema:load` and `db:structure:load` do not purge the database | ||||
| * | | | `force: :cascade` to recreate tables referenced by foreign-keys. | Yves Senn | 2014-12-19 | 9 | -5/+60 |
| | | | | |||||
| * | | | `db:structure:load` and `db:schema:load` no longer purge the database. | Yves Senn | 2014-12-18 | 3 | -2/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #17945 `db:test:prepare` still purges the database to always keep the test database in a consistent state. This patch introduces new problems with `db:schema:load`. Prior to the introduction of foreign-keys, we could run this file against a non-empty database. Since every `create_table` containted the `force: true` option, this would recreate tables when loading the schema. However with foreign-keys in place, `force: true` wont work anymore and the task will crash. /cc @schneems | ||||
* | | | | Use released rack | Godfrey Chan | 2014-12-19 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | `rack.version` was bumped in https://github.com/rack/rack/commit/28e77c710ac2ddb35c436d78d72e28f28f964446 | ||||
* | | | | Revert "Merge pull request #18003 from ↵ | Godfrey Chan | 2014-12-19 | 1 | -11/+6 |
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | sikachu/permit_all_parameters-thread-safety" This reverts commit da5cc10e945552da54234f858470238a3fc36767. Fixes #18091 See also https://github.com/rails/rails/pull/18003#commitcomment-9030909 |