aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #27768 from kirs/am-decimal-castGuillermo Iguaran2017-01-221-1/+2
|\ \
| * | Make BigDecimal casting consistent on different platformsKir Shatrov2017-01-221-1/+2
|/ /
* | Merge pull request #27763 from y-yagi/move_db_migrate_path_to_migration_moduleEileen M. Uchitelle2017-01-223-16/+8
|\ \
| * | move `db_migrate_path` method to `Migration` moduleyuuji.yaginuma2017-01-223-16/+8
| |/
* | Merge pull request #27764 from matrix9180/add_changelog_entry_for_27425Eileen M. Uchitelle2017-01-221-0/+6
|\ \ | |/ |/|
| * Add changelog entry for #27425 [ci skip]Chad Ingram2017-01-211-0/+6
|/
* Merge pull request #27760 from kenta-s/remove-unnecessary-comments-in-cache_h...Kasper Timm Hansen2017-01-211-2/+0
|\
| * Remove unnecessary comments in cache_helper.rb [ci skip]kenta-s2017-01-211-2/+0
* | Merge pull request #27761 from scottgonzalez/action-mailer-guideVipul A M2017-01-211-2/+2
|\ \
| * | Clean up wording in Action Mailer Basics [ci skip]Scott González2017-01-211-2/+2
|/ /
* / Add examples for behaviour about redirection with and without options. Fixes ...Vipul A M2017-01-211-0/+8
|/
* Merge pull request #27751 from bogdanvlviv/add_missing_comment_outRafael França2017-01-201-1/+1
|\
| * add missing comment out [ci skip]bogdanvlviv2017-01-201-1/+1
|/
* Merge pull request #27748 from y-yagi/add_missing_comment_outVipul A M2017-01-201-7/+7
|\
| * add missing comment out [ci skip]yuuji.yaginuma2017-01-201-7/+7
* | Merge pull request #27624 from elfassy/assert_enqueued_jobs_with_queue_levelGuillermo Iguaran2017-01-192-10/+45
|\ \
| * | assert_enqueued_jobs with queue optionMichael Elfassy2017-01-182-10/+45
* | | Merge pull request #27746 from kenta-s/add-missing-tests-for-template-textRafael França2017-01-191-0/+16
|\ \ \ | |_|/ |/| |
| * | Add missing tests for ActionView::Template::Textkenta-s2017-01-201-0/+16
|/ /
* | Merge pull request #27742 from olivierlacan/patch-1Jon Moss2017-01-191-4/+6
|\ \
| * | Mention ActiveRecord's config.example.ymlOlivier Lacan2017-01-191-4/+6
|/ /
* | Merge pull request #27734 from y-yagi/update_create_table_statements_in_sqlite3Andrew White2017-01-191-2/+2
|\ \
| * | update CREATE TABLE statements generated by `sqlite3` commandyuuji.yaginuma2017-01-191-2/+2
* | | Merge pull request #27733 from kenta-s/add-missing-argument-to-find_templatesAndrew White2017-01-191-2/+2
|\ \ \
| * | | `find_templates` should be able to handle 5 argumentskenta-s2017-01-191-2/+2
| |/ /
* | | Merge pull request #27740 from kamipo/deprecate_internal_methodsAndrew White2017-01-196-13/+21
|\ \ \
| * | | Deprecate `initialize_schema_migrations_table` and `initialize_internal_metad...Ryuta Kamizono2017-01-206-13/+21
* | | | Merge pull request #27736 from Shopify/reduce-numeric-with-format-allocationsAndrew White2017-01-192-16/+19
|\ \ \ \ | |/ / / |/| | |
| * | | Allocation free Integer#to_sJean Boussier2017-01-192-16/+19
* | | | Revert "Merge pull request #27718 from kamipo/remove_internal_public_methods"Matthew Draper2017-01-206-13/+18
* | | | Merge pull request #27384 from matthewd/bigint-pk-tweaksMatthew Draper2017-01-205-9/+7
|\ \ \ \
| * | | | Tweak bigint PK handlingMatthew Draper2017-01-185-9/+7
* | | | | Make Yarn quieter during precompilation as that is typically run by a deploy ...David Heinemeier Hansson2017-01-191-1/+1
| |/ / / |/| | |
* | | | Merge pull request #27735 from kamipo/add_changelog_entry_for_24743Jon Moss2017-01-181-2/+6
|\ \ \ \ | |_|/ / |/| | |
| * | | Add CHANGELOG entry for #24743Ryuta Kamizono2017-01-191-2/+6
|/ / /
* | | Merge pull request #27731 from maclover7/jm-fix-27719Jon Moss2017-01-181-8/+10
|\ \ \
| * | | Various style + grammar fixes for #27719Jon Moss2017-01-181-8/+10
|/ / /
* | | Use ActionDispatch::IntegrationTest http helper methodsAndrew White2017-01-181-45/+41
* | | Merge pull request #27728 from y-yagi/only_enhance_when_task_is_definedEileen M. Uchitelle2017-01-181-1/+3
|\ \ \
| * | | only enhance when `assets:precompile` task is definedyuuji.yaginuma2017-01-181-1/+3
* | | | Merge pull request #27727 from kenta-s/remove-todos-related-to-exceptronEileen M. Uchitelle2017-01-181-2/+0
|\ \ \ \
| * | | | Remove TODOs related to Exceptron [ci skip]kenta-s2017-01-181-2/+0
|/ / / /
* | | | assert_send is going to be deprecated since minitest 5.10.0Akira Matsuda2017-01-182-2/+2
* | | | Make sure to clear query cache to prevent sporadic test failureAkira Matsuda2017-01-181-0/+4
|/ / /
* | | Merge pull request #27726 from kenta-s/fix-grammar-in-partial_rendererEileen M. Uchitelle2017-01-181-1/+1
|\ \ \
| * | | Fix grammar in partial_renderer.rb [ci skip]kenta-s2017-01-181-1/+1
* | | | Revert "I guess we're ready for the randomized tests now"Akira Matsuda2017-01-182-4/+3
|/ / /
* | | :warning: "Use assert_nil if expecting nil. This will fail in MT6."Akira Matsuda2017-01-181-1/+5
* | | I guess we're ready for the randomized tests nowAkira Matsuda2017-01-182-3/+4
* | | Merge pull request #27722 from y-yagi/follow_up_to_b1c08d8Kasper Timm Hansen2017-01-181-0/+1
|\ \ \