Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Merge pull request #34864 from mikegee/patch-1 | Rafael França | 2019-01-04 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | Clarify benefit of `delegate_missing_to` | Michael Gee | 2019-01-04 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | Merge pull request #34797 from gsamokovarov/views-without-defined-protect-aga... | Eileen M. Uchitelle | 2019-01-04 | 5 | -5/+63 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Don't expect defined protect_against_forgery? in {token,csrf_meta}_tag | Genadi Samokovarov | 2018-12-27 | 5 | -5/+63 | |
* | | | | Merge pull request #34862 from bogdanvlviv/fix-i18n-guide | Vipul A M | 2019-01-04 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | Fix example of I18n setting in the guide [ci skip] | bogdanvlviv | 2019-01-04 | 1 | -1/+1 | |
* | | | | | Merge pull request #34773 from eileencodes/share-fixture-connections-with-mul... | Eileen M. Uchitelle | 2019-01-04 | 2 | -0/+57 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Share the connection pool when there are multiple handlers | Eileen Uchitelle | 2019-01-03 | 2 | -0/+57 | |
* | | | | | Merge pull request #34858 from albertoalmagro/make-rails-compatible-accross-r... | Ryuta Kamizono | 2019-01-04 | 2 | -7/+3 | |
|\ \ \ \ \ | ||||||
| * | | | | | Make average compatible accross Ruby versions | Alberto Almagro | 2019-01-04 | 1 | -1/+1 | |
| * | | | | | Revert "Fix NumericData.average test on ruby 2.6" | Alberto Almagro | 2019-01-04 | 1 | -6/+2 | |
* | | | | | | Merge pull request #34855 from bogdanvlviv/update-configuring-guide | Rafael França | 2019-01-03 | 1 | -2/+32 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Update the "Configuring Rails Applications" guide [ci skip] | bogdanvlviv | 2019-01-04 | 1 | -2/+32 | |
* | | | | | | | Merge the redundant `when Symbol` case to the `when String, ...` | Ryuta Kamizono | 2019-01-04 | 1 | -2/+1 | |
* | | | | | | | 2x faster `connection.type_cast` | Ryuta Kamizono | 2019-01-04 | 1 | -6/+1 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | Merge pull request #34816 from bogdanvlviv/add-skip-action-mailbox-option-to-... | Rafael Mendonça França | 2019-01-03 | 3 | -1/+13 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add `--skip-action-mailbox` option to `rails new` | bogdanvlviv | 2018-12-28 | 3 | -1/+18 | |
* | | | | | | | Merge pull request #34706 from ChrisBr/instrumentation-guide | Gannon McGibbon | 2019-01-03 | 1 | -8/+14 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | Add missing keys to ActiveSupport#instrumentation guide [skip ci] | Christian Bruckmayer | 2019-01-02 | 1 | -8/+14 | |
* | | | | | | | Merge pull request #33985 from eugeneius/attribute_methods_schema_cache | Kasper Timm Hansen | 2019-01-03 | 7 | -2/+109 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Only define attribute methods from schema cache | Eugene Kenny | 2018-09-28 | 7 | -2/+109 | |
* | | | | | | | | Capistrano is no longer a dominant force in the deployment strategy for new apps | David Heinemeier Hansson | 2019-01-03 | 1 | -3/+0 | |
* | | | | | | | | Use latest Bundler | yuuji.yaginuma | 2019-01-03 | 1 | -1/+1 | |
* | | | | | | | | Merge pull request #34846 from palkan/fix/ar-reaper-test | Ryuta Kamizono | 2019-01-03 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | fix activerecord reaper_test | Vladimir Dementyev | 2019-01-02 | 1 | -1/+1 | |
* | | | | | | | | | Merge pull request #34841 from bogdanvlviv/remove-mention-about-test-unit-tes... | Yuji Yaginuma | 2019-01-03 | 1 | -3/+0 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Remove mention about `Test::Unit::TestCase` [ci skip] | bogdanvlviv | 2019-01-02 | 1 | -3/+0 | |
| | |_|_|/ / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #34836 from kamipo/class_level_update_without_ids | Ryuta Kamizono | 2019-01-02 | 2 | -1/+17 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Restore an ability that class level `update` without giving ids | Ryuta Kamizono | 2019-01-02 | 2 | -1/+17 | |
* | | | | | | | | | Merge pull request #34835 from gmcgibbon/fix_examples_in_log_subscriber | Eileen M. Uchitelle | 2019-01-02 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Fix examples in ActiveSupport::LogSubscriber docs | Gannon McGibbon | 2019-01-01 | 1 | -3/+3 | |
* | | | | | | | | | MariaDB: Remove version checking lower the 5.5.8 | Ryuta Kamizono | 2019-01-02 | 1 | -10/+2 | |
* | | | | | | | | | Permit sending Active Storage purge and analysis jobs to separate queues | George Claghorn | 2019-01-01 | 7 | -5/+40 | |
* | | | | | | | | | Add assertions for `ActiveRecord::Base.current_role` | Ryuta Kamizono | 2019-01-02 | 1 | -0/+6 | |
* | | | | | | | | | Add test case for `preventing_writes?` | Ryuta Kamizono | 2019-01-02 | 2 | -1/+11 | |
* | | | | | | | | | Bring ActiveRecord::Core's API document back [ci skip] | yuuji.yaginuma | 2019-01-02 | 1 | -3/+1 | |
* | | | | | | | | | Document Action Mailbox configuration options [ci skip] | George Claghorn | 2019-01-01 | 1 | -0/+23 | |
* | | | | | | | | | s/Active Mailbox/Action Mailbox/ [ci skip] | George Claghorn | 2019-01-01 | 1 | -1/+1 | |
| |/ / / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Fix TypeError: no implicit conversion of Arel::Attributes::Attribute into Str... | Ryuta Kamizono | 2019-01-02 | 2 | -1/+3 | |
* | | | | | | | | :scissors: | Ryuta Kamizono | 2019-01-02 | 1 | -1/+1 | |
* | | | | | | | | Fix links in ingress docs [ci skip] | George Claghorn | 2019-01-01 | 2 | -2/+2 | |
* | | | | | | | | Exclude ActionMailbox::Base#perform_processing and #finished_processing? from... | George Claghorn | 2019-01-01 | 1 | -2/+2 | |
* | | | | | | | | Document ActionMailbox::Base#bounce_with [ci skip] | George Claghorn | 2019-01-01 | 1 | -0/+1 | |
* | | | | | | | | Add load hook for ActionMailbox::TestCase | George Claghorn | 2018-12-31 | 2 | -0/+3 | |
* | | | | | | | | Update the load hooks reference table [ci skip] | George Claghorn | 2018-12-31 | 1 | -0/+3 | |
* | | | | | | | | Bump Nokogiri for sparklemotion/nokogiri@bf41ba0 | George Claghorn | 2018-12-31 | 1 | -8/+8 | |
* | | | | | | | | Add load hook for ActionMailbox::Base | George Claghorn | 2018-12-31 | 1 | -0/+2 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #34707 from xlts/update-notifications-docs | Gannon McGibbon | 2018-12-31 | 2 | -9/+35 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add examples describing error handling in ActiveSupport::Notifications and Ac... | Mariusz Hausenplas | 2018-12-14 | 2 | -9/+35 | |
* | | | | | | | | Merge pull request #34624 from blaszczakphoto/update-docs-regarding-gzipping-... | Gannon McGibbon | 2018-12-31 | 1 | -1/+3 | |
|\ \ \ \ \ \ \ \ |