Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rails::Application#secrets should be documented. | Guo Xiang Tan | 2014-12-24 | 1 | -1/+15 |
| | |||||
* | Merge pull request #18132 from rochefort/fix-typo-nodoc | Yves Senn | 2014-12-22 | 1 | -1/+1 |
|\ | | | | | Fix typo in nodoc [ci skip] | ||||
| * | Fix typo in nodoc | rochefort | 2014-12-22 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #18129 from ↵ | Guillermo Iguaran | 2014-12-21 | 2 | -14/+0 |
|\ | | | | | | | | | claudiob/remove-unused-sheep-fixture-from-action-view Remove unused Sheep fixture from AV | ||||
| * | Remove unused Sheep fixture from AV | claudiob | 2014-12-22 | 2 | -14/+0 |
|/ | | | | | | | | The `Sheep` fixture was added in eb23754e when moving template tests from actionpack to actionview, but it's not actually used in ActionView tests. The `Sheep` fixture is only used to test `uncountable` in ActiveModel tests, and is already defined in activemodel/test/models/sheep.rb | ||||
* | Merge pull request #18126 from Decagon/patch-1 | Xavier Noria | 2014-12-21 | 1 | -1/+1 |
|\ | | | | | Remove extra bullet in README.md [ci skip] | ||||
| * | Remove bullet | Decagon | 2014-12-21 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #18118 from vipulnsward/fix-validation-message | Carlos Antonio da Silva | 2014-12-21 | 1 | -3/+2 |
|\ | | | | | Validation test fixes | ||||
| * | - 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. | ||||
* | | Merge pull request #18119 from joker1007/add_require_core_ext_hash_to_activejob | Sean Griffin | 2014-12-21 | 1 | -0/+2 |
|\ \ | | | | | | | Add 'require' for Hash#with_indifferent_access to active_job/arguments.rb | ||||
| * | | Add 'require' for Hash#with_indifferent_access | joker1007 | 2014-12-21 | 1 | -0/+2 |
| |/ | | | | | | | | | | | | | | | | | ActiveJob::Arguments uses Hash#with_indifferent_access. But, activejob gem does not require Hash extension library. When we use activejob as standalone, we need extra require statement. This is unhandy. This commit fixes it. | ||||
* | | Merge pull request #18124 from jonatack/patch-8 | Abdelkader Boudih | 2014-12-21 | 1 | -1/+1 |
|\ \ | |/ |/| | Testing guide grammar fix | ||||
| * | Testing guide grammar fix | Jon Atack | 2014-12-21 | 1 | -1/+1 |
|/ | | | [skip ci] | ||||
* | 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 |
| | | | |