| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | update example to specify the Action Cable mount path [ci skip] | yuuji.yaginuma | 2016-04-15 | 1 | -4/+5 |
* | | | | Merge pull request #24454 from iangilfillan/master | Vipul A M | 2016-04-14 | 4 | -13/+15 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | MariaDB Documentation | iangilfillan | 2016-04-14 | 4 | -13/+15 |
* | | | | Merge pull request #24536 from vipulnsward/ruby-2-upgrading | Rafael França | 2016-04-13 | 1 | -1/+2 |
|\ \ \ \ |
|
| * | | | | Add ruby 2.2.2+ version requirement for Rails 5 apps | Vipul A M | 2016-04-13 | 1 | -1/+2 |
| | |/ /
| |/| | |
|
* | | | | - Add changelog for new guide: AC overview from https://github.com/rails/rail... | Vipul A M | 2016-04-10 | 1 | -0/+5 |
* | | | | - Fixed changelog related to i18 key changes. Added author | Vipul A M | 2016-04-10 | 1 | -8/+10 |
|/ / / |
|
* | | | fix typo in file path [ci skip] | yuuji.yaginuma | 2016-04-10 | 1 | -4/+4 |
* | | | Remove reference to non existing link in the welcome page. | djunzu | 2016-04-08 | 1 | -2/+1 |
* | | | Clarify fixtures examples [ci skip] | Stefan Wrobel | 2016-04-08 | 1 | -1/+2 |
* | | | Clarify description of `include_all_helpers` config setting's default behavio... | James Wen | 2016-04-08 | 1 | -1/+1 |
* | | | Fix broken link in 'Ruby on Rails 3.1 Release Notes' [ci skip] | Javier Vidal | 2016-04-08 | 1 | -1/+1 |
* | | | Merge pull request #24465 from y-yagi/remove_needless_entry | Vipul A M | 2016-04-08 | 1 | -4/+0 |
|\ \ \ |
|
| * | | | remove needless entry [ci skip] | yuuji.yaginuma | 2016-04-08 | 1 | -4/+0 |
| |/ / |
|
* / / | Fixes for the strong & weak ETags guide [ci skip] | Roque Pinel | 2016-04-07 | 1 | -1/+1 |
|/ / |
|
* | | Merge pull request #24444 from prathamesh-sonpatki/update-message-proc-docume... | Rafael França | 2016-04-06 | 2 | -4/+10 |
|\ \ |
|
| * | | Update example of passing a proc to `:message` option for validating records ... | Prathamesh Sonpatki | 2016-04-06 | 2 | -4/+10 |
* | | | Fix Active Model basics introduction to indicate it only introduces us to int... | Rafael França | 2016-04-06 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | Fix Active Model basics introduction to indicate it only introduces us to int... | Vipul A M | 2016-04-05 | 1 | -1/+1 |
* | | | Merge pull request #24419 from rgm/master | Eileen M. Uchitelle | 2016-04-05 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | it's => its typo | Ryan McCuaig | 2016-04-04 | 1 | -1/+1 |
* | | | | Merge pull request #24410 from mechanicles/strong-weak-etags-info | प्रथमेश Sonpatki | 2016-04-05 | 1 | -3/+29 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Update documentation based on the new changes for strong & weak ETags [ci skip] | Santosh Wadghule | 2016-04-05 | 1 | -3/+29 |
* | | | | Guides changes, follow up of #24401 | Vipul A M | 2016-04-05 | 1 | -1/+1 |
| |/ /
|/| | |
|
* | | | [ci skip] Fix variable name | Arthur Vieira | 2016-04-04 | 1 | -2/+2 |
|/ / |
|
* | | Merge pull request #24406 from prathamesh-sonpatki/update-release-notes | Kasper Timm Hansen | 2016-04-03 | 1 | -10/+0 |
|\ \
| |/
|/| |
|
| * | Update Rails 5 release notes [ci skip] | Prathamesh Sonpatki | 2016-04-03 | 1 | -10/+0 |
* | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2016-04-03 | 2 | -2/+2 |
|\ \
| |/
|/| |
|
| * | s/documention/documentation/ | Vipul A M | 2016-03-29 | 1 | -1/+1 |
| * | s/responsibilty/responsibility/ | Vipul A M | 2016-03-22 | 1 | -1/+1 |
* | | remove deprecated `datetime_field` from guide [ci skip] | yuuji.yaginuma | 2016-04-03 | 1 | -2/+0 |
* | | Fixes broken link in 'Ruby on Rails 2.2 Release Notes' [ci skip] | Javier Vidal | 2016-04-01 | 1 | -1/+1 |
* | | [ci skip] Parameter filter performs regular expression partial matching | Andrew Babichev | 2016-03-31 | 3 | -1/+5 |
* | | Update how to clear the association cache | Sammy Larbi | 2016-03-28 | 1 | -2/+2 |
* | | [skip ci] Update `numericality` validation docs | Arkadiusz Fal | 2016-03-28 | 1 | -0/+2 |
* | | remove old-dead link | Mohamad Abras | 2016-03-27 | 1 | -1/+0 |
* | | Correct typos in "Active Record Query Interface" guide | Laura Murphy-Clarkin | 2016-03-25 | 1 | -19/+19 |
* | | [ci skip] Added missing custom context validation | Vijay Kumar Agrawal | 2016-03-24 | 1 | -0/+19 |
* | | Remove reference to unmaintained plugin/gem | Olivier Lacan | 2016-03-23 | 1 | -1/+1 |
* | | - Fixed abrupt start of sentence in changelog | Vipul A M | 2016-03-22 | 1 | -1/+1 |
* | | guides, sync 5.0 release notes with changelogs | Yves Senn | 2016-03-22 | 1 | -3/+38 |
* | | guides, sync railties and AP changelogs with 5.0 release notes. | Yves Senn | 2016-03-22 | 1 | -0/+32 |
* | | update Active Job default adapter [ci skip] | yuuji.yaginuma | 2016-03-22 | 2 | -5/+9 |
* | | remove Rails 4 text from asset pipeline guide | Scott Bronson | 2016-03-18 | 1 | -7/+3 |
* | | use rails 5 favicon.ico for rails guides | Mohamad Abras | 2016-03-17 | 1 | -0/+0 |
* | | Document and Match the Rails logger interface | schneems | 2016-03-16 | 1 | -2/+16 |
* | | Update action_controller_overview.md | Sandeep Navghane | 2016-03-15 | 1 | -1/+1 |
* | | Remove log-related stuff from ActiveSupport::Dependencies | Aaron Ang | 2016-03-15 | 1 | -2/+0 |
* | | Correct command for generating secret_key_base [ci skip] | Wiehann | 2016-03-14 | 1 | -1/+1 |
* | | add `queue_classic` to list of provide `provider_job_id` [ci skip] | yuuji.yaginuma | 2016-03-14 | 1 | -3/+4 |