aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use ES6 and Webpacker in ActionCable guide.Gannon McGibbon2019-01-041-112/+160
* Merge pull request #34867 from bogdanvlviv/test-actionmailbox-configurationsGeorge Claghorn2019-01-041-0/+71
|\
| * Test Action Mailbox configurationsbogdanvlviv2019-01-041-0/+71
* | Merge pull request #34870 from bogdanvlviv/fix-new_framework_defaults_6_0.rb-...Kasper Timm Hansen2019-01-041-1/+1
|\ \
| * | Fix `new_framework_defaults_6_0.rb` filebogdanvlviv2019-01-041-1/+1
| |/
* | Merge pull request #34866 from bogdanvlviv/add-activemodel_errors_of_kindRafael França2019-01-043-10/+113
|\ \
| * | Add `ActiveModel::Errors#of_kind?`bogdanvlviv2019-01-043-10/+113
* | | Merge pull request #34871 from bogdanvlviv/clarify-delegate_missing_toRyuta Kamizono2019-01-051-1/+1
|\ \ \ | |_|/ |/| |
| * | Clarify `delegate_missing_to` [ci skip]bogdanvlviv2019-01-041-1/+1
|/ /
* | Send Active Storage jobs to dedicated queues by defaultGeorge Claghorn2019-01-045-2/+49
* | Merge pull request #34864 from mikegee/patch-1Rafael França2019-01-041-1/+1
|\ \
| * | Clarify benefit of `delegate_missing_to`Michael Gee2019-01-041-1/+1
|/ /
* | Merge pull request #34797 from gsamokovarov/views-without-defined-protect-aga...Eileen M. Uchitelle2019-01-045-5/+63
|\ \ | |/ |/|
| * Don't expect defined protect_against_forgery? in {token,csrf_meta}_tagGenadi Samokovarov2018-12-275-5/+63
* | Merge pull request #34862 from bogdanvlviv/fix-i18n-guideVipul A M2019-01-041-1/+1
|\ \
| * | Fix example of I18n setting in the guide [ci skip]bogdanvlviv2019-01-041-1/+1
* | | 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