aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Document behavior concerns regarding the full Rails stack [ci skip]Zachary Scott2014-06-131-0/+24
* Merge pull request #15690 from deeeki/activemodel_model_docArthur Nogueira Neves2014-06-131-3/+3
|\
| * [ci skip] Clarify ActiveModel::Model docsdeeeki2014-06-141-3/+3
* | Builder source code is still available on github [ci skip]Zachary Scott2014-06-131-0/+3
* | Add links to RDoc back into API documentation guidelines [ci skip]Zachary Scott2014-06-131-1/+7
* | Specifically talking about Rake the library [ci skip]Zachary Scott2014-06-131-2/+1
* | Merge pull request #15682 from tgxworld/controller_test_processRafael Mendonça França2014-06-131-2/+5
|\ \
| * | Set flash in test session when necessary.Guo Xiang Tan2014-06-121-2/+5
* | | Merge pull request #15683 from larrylv/fix-token-with-empty-valueMatthew Draper2014-06-133-8/+32
|\ \ \
| * | | Fix parsed token value with header `Authorization token=`.Larry Lv2014-06-133-8/+32
* | | | Merge pull request #15686 from sgrif/sg-pg-int-arraysRafael Mendonça França2014-06-132-6/+15
|\ \ \ \ | |/ / / |/| | |
| * | | PG arrays should type cast user inputSean Griffin2014-06-132-6/+15
|/ / /
* | | pg guide, minor copy editsYves Senn2014-06-131-2/+4
* | | Set the status before of setting the response bodyGuillermo Iguaran2014-06-131-2/+2
* | | Merge pull request #15680 from akshay-vishnoi/doc_changesSean Griffin2014-06-121-1/+1
|\ \ \ | |/ / |/| |
| * | [ci skip] BigDecimal#duplicable? returns false in 1.9.xAkshay Vishnoi2014-06-131-1/+1
* | | 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