aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #23746 from meinac/fix_ar_change_logEileen M. Uchitelle2016-02-171-3/+0
|\
| * Remove accidentally duplicated change log title [ci skip]Mehmet Emin İNAÇ2016-02-181-3/+0
|/
* partially revert 69009f4473637a44ade26d954ef5ddea6ff903f2Aaron Patterson2016-02-171-4/+1
* Merge pull request #22365 from phuibonhoa/phuibonhoa/polymorphic_where_multip...Sean Griffin2016-02-177-6/+111
|\
| * Fixed `where` for polymorphic associations when passed an array containing di...Philippe Huibonhoa2016-02-167-6/+111
* | Merge pull request #23570 from rthbound/addresses-23568Matthew Draper2016-02-182-8/+14
|\ \
| * | Addresses #23568Ryan T. Hosford2016-02-092-8/+14
* | | Merge pull request #23730 from y-yagi/fail_fast_when_test_errorAndrew White2016-02-174-5/+20
|\ \ \
| * | | modify to `error` also abort when specify fail fast optionyuuji.yaginuma2016-02-174-5/+20
* | | | Merge pull request #23732 from bquorning/actioncontroller-parameters-inspectYves Senn2016-02-173-2/+15
|\ \ \ \
| * | | | Implement ActionController::Parameters#inspectBenjamin Quorning2016-02-173-2/+15
* | | | | Merge pull request #23662 from rthbound/adds-missing-digestor-nested-deps-testsYves Senn2016-02-172-0/+12
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | adds tests for Digestor#nested_dependenciesRyan T. Hosford2016-02-132-0/+12
* | | | | Merge pull request #23731 from y-yagi/remove_unused_methodKasper Timm Hansen2016-02-171-4/+0
|\ \ \ \ \
| * | | | | remove unused methodyuuji.yaginuma2016-02-171-4/+0
| | |/ / / | |/| | |
* | | | | Merge pull request #23729 from maclover7/rm-unused-journeyRafael França2016-02-172-8/+0
|\ \ \ \ \
| * | | | | Remove unused Journey codeJon Moss2016-02-172-8/+0
* | | | | | Merge pull request #23727 from prathamesh-sonpatki/fix-error-message-for-orRafael França2016-02-172-0/+10
|\ \ \ \ \ \
| * | | | | | Show proper error message when a non-relation object is passed to AR::Relatio...Prathamesh Sonpatki2016-02-172-0/+10
* | | | | | | Merge pull request #23728 from prathamesh-sonpatki/add-ac-changelong-in-relas...Rafael França2016-02-171-0/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Add Action Cable CHANGELOG in release notes [ci skip]Prathamesh Sonpatki2016-02-171-0/+1
|/ / / / / /
* | | | | | Merge pull request #23726 from akshaymohite/fix-test-names-in-batches-testRafael França2016-02-171-2/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fix semantics of test names for finish option in batches_testAkshay2016-02-171-2/+2
|/ / / / /
* | | | | Fix typoRafael Mendonça França2016-02-171-1/+1
* | | | | Merge pull request #23712 from bf4/incorrect_to_accept_json_api_and_not_rende...Rafael França2016-02-172-10/+3
|\ \ \ \ \
| * | | | | The JSON API media type should only work wih a JSON API handlerBenjamin Fleischer2016-02-162-10/+3
| | |_|_|/ | |/| | |
* | | | | Merge pull request #23713 from collectiveidea/add-store-attributes-testRafael França2016-02-171-0/+1
|\ \ \ \ \
| * | | | | Test parent local_stored_attributes isn't modifiedDavid Genord II2016-02-161-0/+1
| |/ / / /
* | / / / Fix code styleRafael Mendonça França2016-02-171-3/+4
| |/ / / |/| | |
* | | | adds --skip-listen to the application generator [closes #23590]Xavier Noria2016-02-176-13/+42
* | | | Merge pull request #23661 from meinac/add_gzip_mime_typeRichard Schneeman2016-02-163-1/+6
|\ \ \ \
| * | | | application/gzip added as default mime type into mime type listMehmet Emin İNAÇ2016-02-133-1/+6
* | | | | Merge pull request #23705 from chi6rag/masterVipul A M2016-02-171-1/+5
|\ \ \ \ \
| * | | | | [ci skip] Updating edge rails guides to include `on_weekday?` on Date, Time a...Chirag Aggarwal2016-02-171-1/+5
|/ / / / /
* | | | | Merge pull request #23203 from vipulnsward/22979-show-tags-on-exceptionRichard Schneeman2016-02-163-12/+16
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | WIP: Errors in logs should show log tags as well.Vipul A M2016-02-123-12/+16
* | | | | Merge pull request #23630 from akshaymohite/correct-test-name-api-onlyYves Senn2016-02-161-1/+1
|\ \ \ \ \
| * | | | | Correct config option from only_api to api_only in testAkshay2016-02-121-1/+1
| |/ / / /
* | | | | fix class name typo.Yves Senn2016-02-162-3/+3
* | | | | Merge pull request #23614 from georgemillo/foreign_keyYves Senn2016-02-163-2/+23
|\ \ \ \ \
| * | | | | Let t.foreign_key use the same `to_table` twiceGeorge Millo2016-02-153-2/+27
* | | | | | reset `ActionMailer::Base.deliveries` in `ActionDispatch::IntegrationTest`.Yves Senn2016-02-165-4/+73
* | | | | | Merge pull request #23692 from abhishekjain16/docsYves Senn2016-02-163-3/+3
|\ \ \ \ \ \
| * | | | | | Use a URL instead of an URL everywhereAbhishek Jain2016-02-153-3/+3
* | | | | | | Merge pull request #23706 from vipulnsward/add-changelog-for-regressionYves Senn2016-02-161-2/+9
|\ \ \ \ \ \ \
| * | | | | | | Add missing CHANGELOG for regression fix in #18155 which fixes #13387Vipul A M2016-02-161-0/+7
* | | | | | | | Remove unused test controller actionAndrew White2016-02-161-5/+0
* | | | | | | | Merge pull request #22828 from ma2gedev/should-escape-cookieAndrew White2016-02-162-1/+21
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Join values using '; ' as per RFC specAndrew White2016-02-161-1/+1
| * | | | | | | Add require and move escape to private methodAndrew White2016-02-161-1/+6