| Commit message (Expand) | Author | Age | Files | Lines |
* | release notes, extract notable changes from Railties CHANGELOG. | Yves Senn | 2015-12-22 | 1 | -5/+49 |
* | guides, restructure Rails 5.0 release notes. [ci skip] | Yves Senn | 2015-12-22 | 2 | -91/+160 |
* | Merge pull request #22701 from maclover7/rails-5-release-notes | Yves Senn | 2015-12-22 | 1 | -0/+188 |
|\ |
|
| * | Add Rails 5.0 Release Notes | Jon Moss | 2015-12-21 | 1 | -0/+188 |
* | | Merge pull request #22483 from y-yagi/use_bin_test_in_plugins_guide | Yves Senn | 2015-12-22 | 1 | -32/+67 |
|\ \ |
|
| * | | use `bin/test` in plugins guide [ci skip] | yuuji.yaginuma | 2015-12-22 | 1 | -32/+67 |
| |/ |
|
* | | remove content_tag_for example | Ryo Hashimoto | 2015-12-22 | 1 | -7/+5 |
* | | corrects a typo | David English | 2015-12-21 | 1 | -1/+1 |
* | | Merge pull request #22709 from jonatack/clarify-explanation-for-new-config-ha... | Rafael França | 2015-12-21 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Clarify config settings for AS::halt_callback_chains_on_return_false | Jon Atack | 2015-12-21 | 1 | -1/+1 |
* | | [ci skip] Fix typo | Akshay Vishnoi | 2015-12-22 | 1 | -1/+1 |
* | | [ci skip] No more no changes entries in the CHANGELOGs (cases left in #22718) | Akshay Vishnoi | 2015-12-22 | 1 | -3/+0 |
* | | [ci skip] `rails new project` generates README.md now | Akshay Vishnoi | 2015-12-21 | 1 | -3/+3 |
* | | Update README extension in Getting Started guide | Matthew Conway | 2015-12-20 | 1 | -1/+1 |
* | | Remove legacy mysql adapter | Ryuta Kamizono | 2015-12-21 | 1 | -1/+1 |
* | | Upgrade Guide: Add missing period, :scissors: whitespace [skip ci] | Jon Atack | 2015-12-20 | 1 | -2/+2 |
|/ |
|
* | mysql2 adapter instead of mysql [ci skip] | Rajarshi Das | 2015-12-20 | 1 | -1/+1 |
* | Add CHANGELOG headers for Rails 5.0.0.beta1 | eileencodes | 2015-12-18 | 1 | -0/+5 |
* | Merge pull request #22462 from lxsameer/i18n_html_wrap | Rafael França | 2015-12-18 | 1 | -0/+2 |
|\ |
|
| * | debug_missing_translation configuration added to action_view | Sameer Rahmani | 2015-12-18 | 1 | -0/+2 |
* | | Refer to rails command instead of rake in a bunch of places | David Heinemeier Hansson | 2015-12-18 | 8 | -26/+26 |
|/ |
|
* | Fix section about ApplicationRecord in upgrading guide [ci skip] | Prathamesh Sonpatki | 2015-12-17 | 1 | -4/+4 |
* | ApplicationRecord release notes entry | Genadi Samokovarov | 2015-12-17 | 1 | -0/+19 |
* | ApplicationRecord documentation pass | Genadi Samokovarov | 2015-12-17 | 13 | -162/+163 |
* | Fix documentation about ApplicationRecord | Rafael Mendonça França | 2015-12-16 | 1 | -1/+1 |
* | Merge pull request #22506 from derekprior/dp-redirect_to_back_or_default | Sean Griffin | 2015-12-16 | 2 | -3/+6 |
|\ |
|
| * | Deprecate `redirect_to :back` | Derek Prior | 2015-12-16 | 1 | -9/+4 |
| * | Add `redirect_back` for safer referrer redirects | Derek Prior | 2015-12-16 | 2 | -1/+9 |
* | | Merge pull request #22567 from gsamokovarov/introduce-application-record | Rafael França | 2015-12-16 | 7 | -132/+148 |
|\ \
| |/
|/| |
|
| * | Introduce ApplicationRecord, an Active Record layer supertype | Genadi Samokovarov | 2015-12-16 | 7 | -132/+148 |
* | | Merge pull request #22611 from existent-co-uk/patch-1 | Rafael França | 2015-12-16 | 1 | -2/+2 |
|\ \ |
|
| * | | Fix a couple of grammatical errors in security.md | Existent Ltd | 2015-12-16 | 1 | -2/+2 |
| |/ |
|
* / | Mention the correct way to halt callback chains | Carlos Souza | 2015-12-16 | 1 | -1/+1 |
|/ |
|
* | Use a real migration version number in docs | Matthew Draper | 2015-12-15 | 4 | -35/+35 |
* | Use a deliberately-invalid migration version in all doc examples | Matthew Draper | 2015-12-15 | 4 | -35/+35 |
* | Merge branch 'rails-rake-proxy' | Kasper Timm Hansen | 2015-12-13 | 1 | -5/+7 |
|\ |
|
| * | Implement Rake proxy for Rails' command line interface. | Dharam Gollapudi | 2015-12-13 | 1 | -5/+7 |
|/ |
|
* | Merge pull request #22572 from prathamesh-sonpatki/fix-paintit-method-in-guides | Arthur Nogueira Neves | 2015-12-13 | 1 | -2/+2 |
|\ |
|
| * | Fix paintIt method in JavaScript guides [ci skip] | Prathamesh Sonpatki | 2015-12-13 | 1 | -2/+2 |
* | | let config.file_watcher be the way to enable the evented file watcher | Xavier Noria | 2015-12-13 | 1 | -1/+1 |
* | | [ci skip] Fix articles spelling. | Kasper Timm Hansen | 2015-12-13 | 1 | -1/+1 |
* | | Remove ActionController::TestCase from documentation | eileencodes | 2015-12-12 | 3 | -34/+34 |
|/ |
|
* | Merge pull request #22554 from y-yagi/fix_link_to_coc | Rafael França | 2015-12-11 | 1 | -1/+1 |
|\ |
|
| * | fix links to code of conduct [ci skip] | yuuji.yaginuma | 2015-12-11 | 1 | -1/+1 |
* | | Merge pull request #22367 from andreynering/docs-ar-enums | Yves Senn | 2015-12-10 | 1 | -0/+30 |
|\ \
| |/
|/| |
|
| * | Adding Enums section to Active Record Querying Guide. [ci skip] | Andrey Nering | 2015-12-08 | 1 | -0/+25 |
* | | Mention the debug_exception_response_format config in guides | Jorge Bejar | 2015-12-09 | 1 | -0/+8 |
|/ |
|
* | Introduce after_{create,update,delete}_commit callbacks | Genadi Samokovarov | 2015-12-06 | 1 | -0/+19 |
* | Update autoloading_and_reloading_constants.md | pavlos | 2015-12-01 | 1 | -1/+1 |
* | Merge pull request #22343 from jeffminnear/patch-1 | Claudio B | 2015-12-01 | 1 | -2/+9 |
|\ |
|