aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Add descriptive commentschneems2016-08-291-7/+7
| * | | Make sure routes don't interfere with pathsschneems2016-08-291-0/+11
| * | | Allow a more explicit public behaviorschneems2016-08-291-2/+37
* | | | Merge pull request #26283 from kamipo/use_splat_hash_for_optionsSean Griffin2016-08-311-6/+1
|\ \ \ \
| * | | | Use splat `options` hash for `has_and_belongs_to_many`Ryuta Kamizono2016-08-261-6/+1
* | | | | Merge pull request #26282 from kamipo/add_type_default_valueSean Griffin2016-08-319-15/+13
|\ \ \ \ \
| * | | | | Add `Type.default_value` and use it everywhere for internalRyuta Kamizono2016-08-269-15/+13
* | | | | | Ensure that inverse associations are set before running callbacksSean Griffin2016-08-3114-24/+77
* | | | | | Merge pull request #26327 from mechanicles/remove-duplicationGuillermo Iguaran2016-08-301-2/+6
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Refactor remove duplication.Santosh Wadghule2016-08-311-2/+6
| | |_|_|/ | |/| | |
* | | | | Merge pull request #26331 from kjellberg/broken-linksJon Moss2016-08-303-3/+3
|\ \ \ \ \
| * | | | | [ci skip] Broken links in documentation fixRasmus Kjellberg2016-08-303-3/+3
* | | | | | Merge pull request #23498 from jcoleman/remove-unnecessary-belongs-to-loadMatthew Draper2016-08-313-1/+14
|\ \ \ \ \ \
| * | | | | | Don't unnecessarily load a belongs_to when saving.James Coleman2016-08-263-1/+14
* | | | | | | Merge pull request #26329 from riseshia/patch-1Jon Moss2016-08-301-12/+7
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Update typo & Make explanation more clearShia2016-08-311-12/+7
|/ / / / / /
* | | | | | Merge pull request #25880 from ryandv/fix_performance_regression_in_timewithz...Andrew White2016-08-301-1/+1
|\ \ \ \ \ \
| * | | | | | Memoize coerced TimeWithZone value in TimeWithZone#localtime.Ryan De Villa2016-08-231-7/+1
| * | | | | | Fix performance regression in `TimeWithZone#to_time`Ryan De Villa2016-08-231-0/+6
* | | | | | | Merge pull request #26317 from maclover7/jm-fix-26298Aaron Patterson2016-08-293-8/+30
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Remove default argument, and extract internal convenience methodJon Moss2016-08-291-6/+12
| * | | | | | Add regression testsJon Moss2016-08-291-0/+14
| * | | | | | Allow `send_file` to declare a charsetJon Moss2016-08-292-4/+6
* | | | | | | Merge pull request #26318 from alexcameron89/contributing-doc-updateAndrew White2016-08-291-1/+1
|\ \ \ \ \ \ \
| * | | | | | | [ci skip] Update branch version in Contributing GuideAlex Kitchens2016-08-291-1/+1
|/ / / / / / /
* / / / / / / Fix nested multiple rootsRyo Hashimoto2016-08-293-2/+61
|/ / / / / /
* | | | | | Remove unneeded FIXME noteRafael Mendonça França2016-08-291-2/+0
* | | | | | Merge pull request #26311 from y-yagi/use_inspect_for_show_valueKasper Timm Hansen2016-08-292-1/+10
|\ \ \ \ \ \
| * | | | | | use `inspect` for show `from` valueyuuji.yaginuma2016-08-292-1/+10
* | | | | | | Merge pull request #26310 from kjellberg/guidesJon Moss2016-08-281-0/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | / / / | | |_|/ / / | |/| | | |
| * | | | | Added gitignore to "files & purpose" list [ci skip]Rasmus Kjellberg2016-08-291-0/+1
|/ / / / /
* | | | | Merge pull request #26305 from kamipo/follow-up-to-26301Kasper Timm Hansen2016-08-281-3/+1
|\ \ \ \ \
| * | | | | Switch back to `Hash.dup`Ryuta Kamizono2016-08-281-3/+1
* | | | | | Merge pull request #26306 from kamipo/remove_under_ruby-1.9Kasper Timm Hansen2016-08-281-9/+9
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Remove "Under Ruby 1.9" [ci skip]Ryuta Kamizono2016-08-281-9/+9
|/ / / / /
* | | | | validate_each in NumericalityValidator is never called in this case.Guillermo Iguaran2016-08-281-2/+0
* | | | | Add test for allow_blank in numericality validationNicolai Reuschling2016-08-281-0/+7
* | | | | Merge pull request #26301 from maclover7/jm-fix-commentGuillermo Iguaran2016-08-271-4/+2
|\ \ \ \ \
| * | | | | Switch back to `Hash.dup`Jon Moss2016-08-271-4/+2
|/ / / / /
* | | | | Merge pull request #26299 from davydovanton/fix-typoVipul A M2016-08-271-1/+1
|\ \ \ \ \
| * | | | | Fix typo in Delegation#delegate_missing_to doc [skip ci]Anton Davydov2016-08-271-1/+1
|/ / / / /
* | | | | Merge pull request #26297 from ledermann/patch-1Vijay Dev2016-08-271-1/+1
|\ \ \ \ \
| * | | | | Fix typo in deprecation messageGeorg Ledermann2016-08-271-1/+1
|/ / / / /
* | | | | Merge pull request #26293 from mechanicles/move-custom-assertionGuillermo Iguaran2016-08-272-11/+11
|\ \ \ \ \
| * | | | | Move custom assertion to its proper placeSantosh Wadghule2016-08-272-11/+11
|/ / / / /
* | / / / Missing key should throw KeyErroreileencodes2016-08-262-1/+7
| |/ / / |/| | |
* | | | Merge pull request #26288 from maclover7/jm-revert-21995Guillermo Iguaran2016-08-261-7/+11
|\ \ \ \
| * | | | Clarify two ways to set Rails configuration optionsJon Moss2016-08-261-5/+8
| * | | | Add back in `config_for` exampleJon Moss2016-08-261-0/+28
| * | | | Revert "Merge pull request #21995 from tak1n/master"Jon Moss2016-08-261-35/+8