aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Set flash in test session when necessary.Guo Xiang Tan2014-06-121-2/+5
* Merge pull request #15678 from sgrif/sg-test-hashMatthew Draper2014-06-131-0/+7
|\
| * Add a test to ensure we don't get a performance regression on #hashSean Griffin2014-06-121-0/+7
* | Merge pull request #15677 from sgrif/sg-less-imperative-pkMatthew Draper2014-06-131-3/+4
|\ \
| * | Use a conditional rather than early return in `id`Sean Griffin2014-06-121-3/+4
| |/
* | Merge pull request #15676 from sgrif/sg-object-hashMatthew Draper2014-06-131-1/+5
|\ \ | |/ |/|
| * Defer to super, rather than re-implementing Object#hashSean Griffin2014-06-121-1/+5
|/
* Merge pull request #15665 from sgrif/sg-id-perfSean Griffin2014-06-122-1/+2
|\
| * Fix performance regression on preloading HABTM associationsSean Griffin2014-06-122-1/+2
* | Merge pull request #15654 from pdg137/masterMatthew Draper2014-06-135-7/+51
|\ \
| * | In tag helper, honor html_safe on array parameters; also make safe_join more ...Paul Grayson2014-06-124-8/+51
* | | Merge pull request #15667 from samdec/mailer_doc_bug_fixSean Griffin2014-06-121-1/+1
|\ \ \
| * | | fix bug in email with name example codeSam DeCesare2014-06-111-1/+1
* | | | Merge pull request #15666 from akshay-vishnoi/doc_changesSean Griffin2014-06-121-1/+1
|\ \ \ \
| * | | | [ci skip] Correct output of #assert_notAkshay Vishnoi2014-06-121-1/+1
* | | | | Merge pull request #15672 from sgrif/sg-topics-contentMatthew Draper2014-06-132-11/+11
|\ \ \ \ \
| * | | | | Update test data which doesn't reflect expected usageSean Griffin2014-06-122-11/+11
|/ / / / /
* | | | | only check named_host? once in normalize_hostAaron Patterson2014-06-121-3/+7
* | | | | lookup subdomain from the options hash once, defaulting to trueAaron Patterson2014-06-121-2/+2
* | | | | only extract domain from the options hash onceAaron Patterson2014-06-121-3/+4
* | | | | reduce calls to `named_host?`Aaron Patterson2014-06-121-2/+6
|/ / / /
* | | / use Ruby for mockingAaron Patterson2014-06-121-1/+1
| |_|/ |/| |
* | | Merge pull request #15394 from morgoth/fix-automatic-maintaining-test-schema-...Yves Senn2014-06-124-2/+104
|\ \ \
| * | | Fixed automatic maintaining test schema to properly handle sql structure sche...Wojciech Wnętrzak2014-06-124-3/+64
| * | | Added missing test case for migrations when using sql structureWojciech Wnętrzak2014-06-011-1/+40
* | | | Merge pull request #15590 from zuhao/refactor_actionview_register_template_ha...Yves Senn2014-06-126-18/+62
|\ \ \ \
| * | | | Add unregister_template_handler to prevent leaks.Zuhao Wan2014-06-127-18/+62
* | | | | Merge pull request #15662 from JuanitoFatas/patch/remove-warningYves Senn2014-06-121-2/+2
|\ \ \ \ \
| * | | | | Removed warning actionpack url.rbJuanito Fatas2014-06-121-2/+2
|/ / / / /
* | | | | Merge pull request #15647 from sgrif/sg-unused-requireYves Senn2014-06-121-2/+0
|\ \ \ \ \
| * | | | | Remove unused requireSean Griffin2014-06-111-2/+0
* | | | | | Merge pull request #15655 from fabianrbz/remove-unused-method-in-testYves Senn2014-06-121-10/+0
|\ \ \ \ \ \
| * | | | | | remove unnused method from testFabian Rodriguez2014-06-111-10/+0
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #15657 from JohnRiv/guides_asset_pipeline_localZachary Scott2014-06-111-5/+4
|\ \ \ \ \ \
| * | | | | | There are 3 caveats to Local Precompilation including 1 config changeJohn Riviello2014-06-111-5/+4
* | | | | | | Merge pull request #15656 from JohnRiv/guides_asset_pipeline_precompilingZachary Scott2014-06-111-1/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Updating argument names in default matcher for compiling filesJohn Riviello2014-06-111-1/+1
| |/ / / / /
* | | | | | remove useless to_param callAaron Patterson2014-06-111-1/+1
* | | | | | only look up the subdomain onceAaron Patterson2014-06-111-3/+4
* | | | | | scheme should contain one or more charactersAaron Patterson2014-06-111-1/+1
* | | | | | pull the port out of the options hash onceAaron Patterson2014-06-111-2/+3
* | | | | | remove useless nil checkAaron Patterson2014-06-111-2/+2
* | | | | | these methods are always called with a tld_parameterAaron Patterson2014-06-111-3/+3
|/ / / / /
* | | | | Merge pull request #15652 from sgrif/pluck-multiple-named-columnsRafael Mendonça França2014-06-113-3/+15
|\ \ \ \ \
| * | | | | Pluck should work with columns of the same name from different tablesSean Griffin2014-06-113-3/+15
|/ / / / /
* | | | | rm `same_host?`. The same conditional is two lines down.Aaron Patterson2014-06-111-5/+3
* | | | | Revert "rm `same_host?`. The same conditional is two lines down."Aaron Patterson2014-06-111-5/+8
* | | | | rm `same_host?`. The same conditional is two lines down.Aaron Patterson2014-06-111-8/+5
* | | | | Revert "remove unnecssary require of `to_param`, as `to_query` is already req...Rafael Mendonça França2014-06-114-0/+4
* | | | | Merge pull request #15650 from kuldeepaggarwal/remove-unecessary-requireRafael Mendonça França2014-06-113-3/+0
|\ \ \ \ \