Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | change cable.coffee to cable.js [ci skip] | yuuji.yaginuma | 2016-05-07 | 1 | -6/+11 | |
| | | | | | | | | | | | | | | | In #23935, cable file was to be provided by the javascript instead of coffeescript, doc was also been modified to use javascript. | |||||
* | | | Merge commit 'fbdcf5221ad7ea3d40ad09651962fc85d101dd67' | Matthew Draper | 2016-05-07 | 1 | -0/+5 | |
|\ \ \ | | | | | | | | | | | | | Preparing for 5.0.0.rc1 release | |||||
| * | | | Preparing for 5.0.0.rc1 release | Rafael Mendonça França | 2016-05-06 | 1 | -0/+5 | |
| | | | | ||||||
* | | | | http --> https | Jon Moss | 2016-05-06 | 4 | -19/+19 | |
|/ / / | | | | | | | | | | [ci skip] | |||||
* | | | Release notes: Add a note about `use_transactional_tests` in the deprecated ↵ | Prathamesh Sonpatki | 2016-05-06 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | section of Active Record notes [ci skip] - Followup of PR #19282. | |||||
* | | | Fix broken links in 'Ruby on Rails 2.3 Release Notes' [ci skip] | Javier Vidal | 2016-05-06 | 1 | -4/+4 | |
| | | | ||||||
* | | | Fix link in 'Configuring Rails Applications' [ci skip] | Javier Vidal | 2016-05-06 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fix link in 'Ruby on Rails 3.0 Release Notes' [ci skip] | Javier Vidal | 2016-05-06 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fix markdown syntax in 'Ruby on Rails 2.2 Release Notes' [ci skip] | Javier Vidal | 2016-05-06 | 1 | -1/+1 | |
| | | | ||||||
* | | | Release notes: Add PR #24866 to release notes | Prathamesh Sonpatki | 2016-05-05 | 1 | -0/+4 | |
| | | | ||||||
* | | | Merge pull request #24799 from prathamesh-sonpatki/18439-followup | Rafael França | 2016-05-05 | 1 | -8/+17 | |
|\ \ \ | | | | | | | | | Active Model: Improve CHANGELOG and documentation for `validates_acceptance_of` [ci skip] | |||||
| * | | | Active Model: Improve CHANGELOG and documentation for ↵ | Prathamesh Sonpatki | 2016-05-05 | 1 | -8/+17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `validates_acceptance_of` [ci skip] - Improve CHANGELOG entry for #18439. - The documentation is updated as per changes in PR #18439 to the `accept` option. - The explanation about the virtual attribute is moved at the end so that the arity of `accept` option is explained first. - Added a note that `message` can also be passed to `validates_acceptance_of`. | |||||
* | | | | Remove extra space [ci skip] | Jon Moss | 2016-05-05 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | Release notes: Remove duplicate entries [ci skip] | Prathamesh Sonpatki | 2016-05-03 | 1 | -10/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | - Removed duplicate entry for collection caching. - The entry was duplicate and the link to PR was also wrong. - Consolidated entries for `belongs_to` required by default. | |||||
* | | | | Replace ActionDispatch::LoadInterlock with ActionDispatch::Executor in ↵ | willnet | 2016-04-30 | 4 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | guides [ci skip] Guides should be updated because ActionDispatch::LoadInterlock was replaced with ActionDispatch::Executor at #23807. | |||||
* | | | | fix incorrect module name [ci skip] | yuuji.yaginuma | 2016-05-01 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | add #24385 to 5.0 release notes [ci skip] | yuuji.yaginuma | 2016-04-29 | 1 | -0/+7 | |
| | | | ||||||
* | | | Update configuring.md with colons and periods | Connor Shea | 2016-04-29 | 1 | -52/+52 | |
| | | | | | | | | | Some configuration options started with a capital letter indicating the beginning of a sentence, which didn't makes sense without the colons. Similarly, some were missing periods at the end of their descriptions. [ci skip] | |||||
* | | | Consistent spelling of "gzipped" [ci skip] | Connor Shea | 2016-04-29 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fix typos in asset_pipeline.md [ci skip] | Connor Shea | 2016-04-29 | 1 | -2/+2 | |
| | | | | | | | | | Per discussion in #24786. | |||||
* | | | Merge pull request #24786 from vipulnsward/document-gzip-assets | Richard Schneeman | 2016-04-29 | 2 | -0/+13 | |
|\ \ \ | |/ / |/| | | Document config.assets.gzip flag. | |||||
| * | | Document config.assets.gzip flag. Follow up of ↵ | Vipul A M | 2016-04-29 | 2 | -0/+13 | |
| | | | | | | | | | | | | | | | | | | https://github.com/rails/sprockets-rails/pull/342. [ci skip] | |||||
* | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2016-04-29 | 5 | -21/+22 | |
|\ \ \ | | | | | | | | | | | | | | | | | Conflicts: guides/source/configuring.md | |||||
| * | | | be specific when the debug_exception_response_format to :api | Vipul A M | 2016-04-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | [ci skip] | |||||
| * | | | Mention default values for `debug_exception_response_format` in configuring ↵ | Prathamesh Sonpatki | 2016-04-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | guide [ci skip] | |||||
| * | | | `debug_exception_format` is set to :api by default for API apps only, not ↵ | Prathamesh Sonpatki | 2016-04-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | for normal apps. [ci skip] | |||||
| * | | | s/determins/determines/ | Vipul A M | 2016-04-20 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | [ci skip] | |||||
| * | | | - Make sure we end sentences | Vipul A M | 2016-04-13 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | - Change from "The Task" to "The Update Task" as referred elsewhere [ci skip] | |||||
| * | | | [ci skip] Add some missing commas | Prathamesh Sonpatki | 2016-04-12 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | [ci skip] Typo fix. `loggs` -> `logs` | Prathamesh Sonpatki | 2016-04-12 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | - Fix typo in config guide, from config.logger section | Vipul A M | 2016-04-10 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | - Make bulleted lists, end properly [ci skip] | |||||
| * | | | s/Thoughtbot/thoughtbot/ | Vipul A M | 2016-04-10 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | See https://github.com/thoughtbot/presskit/blob/master/README.md#name for name capitalization. [ci skip] | |||||
| * | | | [ci skip] Fix formatting of code snippet in Action Cable guide | Prathamesh Sonpatki | 2016-04-05 | 1 | -7/+8 | |
| | | | | ||||||
| * | | | [ci skip] Update code used for filtering passwords in the configuring guide | Prathamesh Sonpatki | 2016-04-05 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge pull request #24776 from prathamesh-sonpatki/aj-release-notes | Kasper Timm Hansen | 2016-04-29 | 1 | -1/+5 | |
|\ \ \ \ | |_|/ / |/| | | | Active Job: Add note about ability to configure adapters on per job basis in CHANGELOG and release notes | |||||
| * | | | Active Job: Add note about ability to configure adapters on per job basis in ↵ | Prathamesh Sonpatki | 2016-04-29 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | CHANGELOG and release notes. [ci skip] | |||||
* | | | | Merge pull request #24770 from vipulnsward/guieds-type | Rafael França | 2016-04-28 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / |/| | | | Pass over debugging guide | |||||
| * | | | Pass over debugging guide | Vipul A M | 2016-04-28 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | [ci skip] | |||||
* | | | | Fix broken links to ryandaigle.com [ci skip] | Javier Vidal | 2016-04-28 | 2 | -14/+14 | |
|/ / / | ||||||
* | | | Review the `byebug` debugging guide | David Rodríguez | 2016-04-28 | 1 | -140/+185 | |
| | | | | | | | | | | | | | | | | | | | | | | | | * Several formatting fixes. * Updated command outputs to latest version. * Minor rewordings. [ci skip] | |||||
* | | | Fix inconsistent usage of capital letter in rails generate command examples | Ralin Chimev | 2016-04-28 | 1 | -4/+4 | |
| | | | ||||||
* | | | Prep Rails 5 beta 4 | eileencodes | 2016-04-27 | 1 | -3/+5 | |
| | | | ||||||
* | | | Fix typo in Configuration Guide [ci skip] | Erol Fornoles | 2016-04-27 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fix typo in Rails Guides [ci skip] | Erol Fornoles | 2016-04-26 | 1 | -1/+1 | |
| | | | ||||||
* | | | Add #23461 to release notes | Vipul A M | 2016-04-24 | 1 | -3/+8 | |
| | | | | | | | | | | | | [ci skip] | |||||
* | | | Fix broken links in 'Ruby on Rails 3.0 Release Notes' [ci skip] | Javier Vidal | 2016-04-22 | 1 | -3/+2 | |
| | | | ||||||
* | | | Add SQL examples for equality and NOT [ci skip] | Tom Copeland | 2016-04-21 | 1 | -3/+13 | |
| | | | ||||||
* | | | Merge pull request #24657 from maclover7/fix-23643-1 | Rafael França | 2016-04-21 | 1 | -0/+3 | |
|\ \ \ | | | | | | | | | Add #18323 to 5.0 release notes | |||||
| * | | | Add #18323 to 5.0 release notes | Jon Moss | 2016-04-20 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes #23643. [ci skip] | |||||
* | | | | Fix small typos [ci skip] | Tom Copeland | 2016-04-20 | 1 | -2/+2 | |
|/ / / |