aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #34773 from eileencodes/share-fixture-connections-with-mul...Eileen M. Uchitelle2019-01-042-0/+57
|\
| * Share the connection pool when there are multiple handlersEileen Uchitelle2019-01-032-0/+57
* | Merge pull request #34858 from albertoalmagro/make-rails-compatible-accross-r...Ryuta Kamizono2019-01-042-7/+3
|\ \
| * | Make average compatible accross Ruby versionsAlberto Almagro2019-01-041-1/+1
| * | Revert "Fix NumericData.average test on ruby 2.6"Alberto Almagro2019-01-041-6/+2
* | | Merge pull request #34855 from bogdanvlviv/update-configuring-guideRafael França2019-01-031-2/+32
|\ \ \
| * | | Update the "Configuring Rails Applications" guide [ci skip]bogdanvlviv2019-01-041-2/+32
* | | | Merge the redundant `when Symbol` case to the `when String, ...`Ryuta Kamizono2019-01-041-2/+1
* | | | 2x faster `connection.type_cast`Ryuta Kamizono2019-01-041-6/+1
| |/ / |/| |
* | | Merge pull request #34816 from bogdanvlviv/add-skip-action-mailbox-option-to-...Rafael Mendonça França2019-01-033-1/+13
|\ \ \
| * | | Add `--skip-action-mailbox` option to `rails new`bogdanvlviv2018-12-283-1/+18
* | | | Merge pull request #34706 from ChrisBr/instrumentation-guideGannon McGibbon2019-01-031-8/+14
|\ \ \ \ | |_|/ / |/| | |
| * | | Add missing keys to ActiveSupport#instrumentation guide [skip ci]Christian Bruckmayer2019-01-021-8/+14
* | | | Merge pull request #33985 from eugeneius/attribute_methods_schema_cacheKasper Timm Hansen2019-01-037-2/+109
|\ \ \ \
| * | | | Only define attribute methods from schema cacheEugene Kenny2018-09-287-2/+109
* | | | | Capistrano is no longer a dominant force in the deployment strategy for new appsDavid Heinemeier Hansson2019-01-031-3/+0
* | | | | Use latest Bundleryuuji.yaginuma2019-01-031-1/+1
* | | | | Merge pull request #34846 from palkan/fix/ar-reaper-testRyuta Kamizono2019-01-031-1/+1
|\ \ \ \ \
| * | | | | fix activerecord reaper_testVladimir Dementyev2019-01-021-1/+1
* | | | | | Merge pull request #34841 from bogdanvlviv/remove-mention-about-test-unit-tes...Yuji Yaginuma2019-01-031-3/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Remove mention about `Test::Unit::TestCase` [ci skip]bogdanvlviv2019-01-021-3/+0
| | |_|_|/ | |/| | |
* | | | | Merge pull request #34836 from kamipo/class_level_update_without_idsRyuta Kamizono2019-01-022-1/+17
|\ \ \ \ \
| * | | | | Restore an ability that class level `update` without giving idsRyuta Kamizono2019-01-022-1/+17
* | | | | | Merge pull request #34835 from gmcgibbon/fix_examples_in_log_subscriberEileen M. Uchitelle2019-01-021-3/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fix examples in ActiveSupport::LogSubscriber docsGannon McGibbon2019-01-011-3/+3
* | | | | | MariaDB: Remove version checking lower the 5.5.8Ryuta Kamizono2019-01-021-10/+2
* | | | | | Permit sending Active Storage purge and analysis jobs to separate queuesGeorge Claghorn2019-01-017-5/+40
* | | | | | Add assertions for `ActiveRecord::Base.current_role`Ryuta Kamizono2019-01-021-0/+6
* | | | | | Add test case for `preventing_writes?`Ryuta Kamizono2019-01-022-1/+11
* | | | | | Bring ActiveRecord::Core's API document back [ci skip]yuuji.yaginuma2019-01-021-3/+1
* | | | | | Document Action Mailbox configuration options [ci skip]George Claghorn2019-01-011-0/+23
* | | | | | s/Active Mailbox/Action Mailbox/ [ci skip]George Claghorn2019-01-011-1/+1
| |/ / / / |/| | | |
* | | | | Fix TypeError: no implicit conversion of Arel::Attributes::Attribute into Str...Ryuta Kamizono2019-01-022-1/+3
* | | | | :scissors:Ryuta Kamizono2019-01-021-1/+1
* | | | | Fix links in ingress docs [ci skip]George Claghorn2019-01-012-2/+2
* | | | | Exclude ActionMailbox::Base#perform_processing and #finished_processing? from...George Claghorn2019-01-011-2/+2
* | | | | Document ActionMailbox::Base#bounce_with [ci skip]George Claghorn2019-01-011-0/+1
* | | | | Add load hook for ActionMailbox::TestCaseGeorge Claghorn2018-12-312-0/+3
* | | | | Update the load hooks reference table [ci skip]George Claghorn2018-12-311-0/+3
* | | | | Bump Nokogiri for sparklemotion/nokogiri@bf41ba0George Claghorn2018-12-311-8/+8
* | | | | Add load hook for ActionMailbox::BaseGeorge Claghorn2018-12-311-0/+2
|/ / / /
* | | | Merge pull request #34707 from xlts/update-notifications-docsGannon McGibbon2018-12-312-9/+35
|\ \ \ \
| * | | | Add examples describing error handling in ActiveSupport::Notifications and Ac...Mariusz Hausenplas2018-12-142-9/+35
* | | | | Merge pull request #34624 from blaszczakphoto/update-docs-regarding-gzipping-...Gannon McGibbon2018-12-311-1/+3
|\ \ \ \ \
| * | | | | Rename header of the gzip paragraph to more accurate and add short info aboau...Mariusz Błaszczak2018-12-211-1/+3
* | | | | | Merge pull request #34834 from gmcgibbon/mention_tiff_support_in_guidesGeorge Claghorn2018-12-311-1/+1
|\ \ \ \ \ \
| * | | | | | Mention tiff support in ActiveStorage guidesGannon McGibbon2018-12-311-1/+1
* | | | | | | Merge pull request #34833 from bogdanvlviv/add-changelog-file-to-actionmailbo...George Claghorn2018-12-311-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Add CHANGELOG.md to actionmailbox gem specificationbogdanvlviv2018-12-311-1/+1
* | | | | | | Merge pull request #34831 from arunagw/bump-year-to-2019Arun Agrawal2018-12-3123-23/+23
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |