Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | | | | [ci skip] Mention testing fore-runners. | Kasper Timm Hansen | 2016-02-21 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | | | | Merge pull request #23799 from y-yagi/use_method_provided_by_minitest | Kasper Timm Hansen | 2016-02-21 | 1 | -7/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | use method provided by minitest | yuuji.yaginuma | 2016-02-21 | 1 | -7/+1 | |
| | | |_|_|_|_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | Merge pull request #23801 from chashmeetsingh/patch-2 | प्रथमेश Sonpatki | 2016-02-21 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | Fixed typo | Chashmeet Singh | 2016-02-21 | 1 | -1/+1 | |
| |/ / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | Merge pull request #23791 from prathamesh-sonpatki/fix-changelog | Rafael França | 2016-02-20 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | Improve CHANGELOG for https://github.com/rails/rails/pull/17043 [ci skip] | Prathamesh Sonpatki | 2016-02-20 | 1 | -1/+1 | |
| | |/ / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | Merge pull request #23794 from matthewd/mutation-safe-to_a | Matthew Draper | 2016-02-21 | 12 | -24/+50 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | Mutating the result of Relation#to_a should not affect the relation | Matthew Draper | 2016-02-21 | 11 | -24/+42 | |
| * | | | | | | | | | | | | | | | | Merge pull request #23695 from kaspth/remove-automatic-collection-caching | Kasper Timm Hansen | 2016-02-20 | 16 | -252/+127 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | Instrument cached collection renders. | Kasper Timm Hansen | 2016-02-20 | 5 | -20/+55 | |
| | * | | | | | | | | | | | | | | | Revert "Instrument read_multi". | Kasper Timm Hansen | 2016-02-20 | 3 | -41/+17 | |
| | * | | | | | | | | | | | | | | | Make collection caching explicit. | Kasper Timm Hansen | 2016-02-20 | 10 | -191/+55 | |
| * | | | | | | | | | | | | | | | | Make benchmark('something', silence: true) actually work | David Heinemeier Hansson | 2016-02-20 | 3 | -1/+19 | |
| * | | | | | | | | | | | | | | | | Merge pull request #23793 from qazbnm456/master | Eileen M. Uchitelle | 2016-02-20 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | fix typo | Lobsiinvok | 2016-02-20 | 1 | -1/+1 | |
| | | |_|/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | ||||||
| * / | | | | | | | | | | | | | | | Always validate record if validating a virtual attribute | eileencodes | 2016-02-20 | 7 | -3/+55 | |
| |/ / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | Merge pull request #23788 from gautamsawhney/master | प्रथमेश Sonpatki | 2016-02-20 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Fixed a typo | Gautam Sawhney | 2016-02-20 | 1 | -1/+1 | |
| |/ / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | Merge branch 'master' into treewip | Aaron Patterson | 2016-02-19 | 24 | -88/+228 | |
|\| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | eliminate warnings about multiple primary keys on habtm join tables | Aaron Patterson | 2016-02-19 | 4 | -2/+18 | |
| * | | | | | | | | | | | | | | Merge pull request #23733 from bquorning/actioncontroller-parameters-equality | Rafael França | 2016-02-19 | 2 | -12/+59 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Deprecate AC::Parameters#== with a Hash | Benjamin Quorning | 2016-02-19 | 2 | -11/+18 | |
| | * | | | | | | | | | | | | | Fix AC::Parameters#== with other AC::Parameters | Benjamin Quorning | 2016-02-19 | 2 | -3/+37 | |
| | * | | | | | | | | | | | | | Tests for AC::Parameters#== | Benjamin Quorning | 2016-02-19 | 1 | -0/+6 | |
| * | | | | | | | | | | | | | | Merge pull request #23782 from kdough/add-array-delegation-methods-to-relation | Rafael França | 2016-02-19 | 1 | -1/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | Add methods to array delegation from `Relation` | Kevin Dougherty | 2016-02-19 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | | Merge pull request #17043 from jcoleman/fix-nested-params-in-button-to | Rafael França | 2016-02-19 | 3 | -4/+86 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Fix button_to's params option to support nested names. | James Coleman | 2016-02-19 | 3 | -4/+86 | |
| * | | | | | | | | | | | | | | | Merge pull request #23777 from sruli/activesupport_dependencies_cleanup | Rafael França | 2016-02-19 | 2 | -13/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Dependencies clean up | Sruli Rapps | 2016-02-19 | 2 | -13/+6 | |
| | | |/ / / / / / / / / / / / | | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge pull request #23709 from jankeesvw/set-action-cable-logging-to-debug | David Heinemeier Hansson | 2016-02-19 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Truncate ActionCable broadcast message to 300 chars | Jankees van Woezik | 2016-02-18 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | Merge pull request #23773 from wisetara/wisetara/update-docs-ActiveSupport__T... | Rafael França | 2016-02-19 | 1 | -2/+5 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | better docs for ActiveSupport::TestCase#assert_nothing_raised | Tara Scherner de la Fuente | 2016-02-18 | 1 | -2/+5 | |
| |/ / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | Merge pull request #23771 from y-yagi/remove_needless_debug_exception_respons... | Jon Moss | 2016-02-18 | 1 | -8/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | remove needless `debug_exception_response_format` config [ci skip] | yuuji.yaginuma | 2016-02-19 | 1 | -8/+0 | |
| |/ / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | Merge pull request #23525 from kamipo/remove_unused_require | Sean Griffin | 2016-02-18 | 1 | -1/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | Remove unused require | Ryuta Kamizono | 2016-02-06 | 1 | -1/+0 | |
| * | | | | | | | | | | | | | | | Merge pull request #23715 from maclover7/fix-unsubscribe | Matthew Draper | 2016-02-19 | 4 | -6/+28 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Fix `unsubscribed` server side behavior | Jon Moss | 2016-02-18 | 4 | -6/+28 | |
| * | | | | | | | | | | | | | | | partial pass over the API guide [ci skip] | Xavier Noria | 2016-02-18 | 1 | -15/+14 | |
| * | | | | | | | | | | | | | | | Use a semaphore to signal message availability | Matthew Draper | 2016-02-19 | 1 | -7/+8 | |
| |/ / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | Merge pull request #23764 from maclover7/fix-master-build | Aaron Patterson | 2016-02-18 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Fix master build | Jon Moss | 2016-02-18 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | Remove github gems from the master bug report templates | Rafael Mendonça França | 2016-02-18 | 3 | -15/+0 | |
* | | | | | | | | | | | | | | | push partial name regexp up | Aaron Patterson | 2016-02-18 | 1 | -2/+2 | |
* | | | | | | | | | | | | | | | push injected dependencies up to the `digest` method | Aaron Patterson | 2016-02-18 | 2 | -9/+9 | |
* | | | | | | | | | | | | | | | use the class level digest method for calculating the digest | Aaron Patterson | 2016-02-18 | 1 | -3/+1 | |
* | | | | | | | | | | | | | | | cache all subnodes in the digest cache | Aaron Patterson | 2016-02-18 | 2 | -9/+11 |