Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | Initial commit | Sam Stephenson | 2018-02-07 | 14 | -0/+237 | |
| | / / / / / / | ||||||
* | / / / / / / | Support in-flight jobs stored before individual execution counters for `retry... | Rosa Gutierrez | 2019-01-05 | 3 | -21/+39 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #34867 from bogdanvlviv/test-actionmailbox-configurations | George Claghorn | 2019-01-04 | 1 | -0/+71 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Test Action Mailbox configurations | bogdanvlviv | 2019-01-04 | 1 | -0/+71 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #34870 from bogdanvlviv/fix-new_framework_defaults_6_0.rb-... | Kasper Timm Hansen | 2019-01-04 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix `new_framework_defaults_6_0.rb` file | bogdanvlviv | 2019-01-04 | 1 | -1/+1 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #34866 from bogdanvlviv/add-activemodel_errors_of_kind | Rafael França | 2019-01-04 | 3 | -10/+113 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add `ActiveModel::Errors#of_kind?` | bogdanvlviv | 2019-01-04 | 3 | -10/+113 | |
* | | | | | | | | Merge pull request #34871 from bogdanvlviv/clarify-delegate_missing_to | Ryuta Kamizono | 2019-01-05 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Clarify `delegate_missing_to` [ci skip] | bogdanvlviv | 2019-01-04 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Send Active Storage jobs to dedicated queues by default | George Claghorn | 2019-01-04 | 5 | -2/+49 | |
* | | | | | | | 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 |