Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | Tweak the ActionableError docs a bit | Genadi Samokovarov | 2019-04-19 | 1 | -4/+2 | |
| * | | | | | | | | Simplify the ActionableError.{dispatch,action} boundries | Genadi Samokovarov | 2019-04-19 | 3 | -3851/+75 | |
| * | | | | | | | | Drop the ambiguous `ActiveSupport::ActionableError#===` check | Genadi Samokovarov | 2019-04-19 | 4 | -26/+67 | |
| * | | | | | | | | Manage ActionDispatch::ActionableExceptions from the default middleware stack | Genadi Samokovarov | 2019-04-19 | 5 | -62/+3827 | |
| * | | | | | | | | Make ActiveRecord::PendingMigrationError actionable | Genadi Samokovarov | 2019-04-19 | 2 | -2/+10 | |
| * | | | | | | | | Introduce Actionable Errors | Genadi Samokovarov | 2019-04-19 | 15 | -2/+284 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #36019 from abhaynikam/35845-add-webpacker-gem-to-update-task | Eileen M. Uchitelle | 2019-04-19 | 1 | -0/+13 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Adds a warning message for action text installer if application pack is missing. | Abhay Nikam | 2019-04-19 | 1 | -0/+13 | |
* | | | | | | | | Fix const `Post` leakage in `test/cases/base_test.rb` | Ryuta Kamizono | 2019-04-19 | 1 | -0/+2 | |
* | | | | | | | | Give GeneratedRelationMethods module a name | Ryuta Kamizono | 2019-04-19 | 3 | -3/+16 | |
* | | | | | | | | Revert renamed `GeneratedAttributeMethods` | Ryuta Kamizono | 2019-04-19 | 1 | -3/+3 | |
* | | | | | | | | Merge pull request #36033 from akinomaeni/hide_help_for_dev_command | Yuji Yaginuma | 2019-04-19 | 1 | -2/+4 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Help command for visible commands should be hidden | akinomaeni | 2019-04-19 | 1 | -2/+4 | |
|/ / / / / / / | ||||||
* | | | | | | | Fix `yarn.lock` | yuuji.yaginuma | 2019-04-19 | 1 | -5/+0 | |
* | | | | | | | Document redis: Object option | Steven Harman | 2019-04-18 | 1 | -5/+7 | |
* | | | | | | | Merge pull request #36012 from r7kamura/feature/safe-buffer-multiplication | Ryuta Kamizono | 2019-04-19 | 3 | -0/+26 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Preserve html_safe? status on ActiveSupport::SafeBuffer#* | r7kamura | 2019-04-19 | 3 | -0/+26 | |
* | | | | | | | | Merge pull request #36018 from aricwalker/parallel-setup-exception | Eileen M. Uchitelle | 2019-04-18 | 1 | -1/+10 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | If exception occurs during setup, add to each test executed | Aric Walker | 2019-04-18 | 1 | -1/+10 | |
| | |_|_|/ / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #36023 from eileencodes/fix-active-record-to-not-require-r... | Eileen M. Uchitelle | 2019-04-18 | 2 | -7/+9 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Ensure active record can load without Railties | eileencodes | 2019-04-18 | 2 | -7/+9 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #36014 from utilum/update_rake_to_latest_version | Ryuta Kamizono | 2019-04-18 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Update Rake to the latest version | utilum | 2019-04-18 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #36010 from yoones/add-activestorage-instrumentation-hooks... | George Claghorn | 2019-04-17 | 1 | -0/+25 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Mention more ActiveStorage hooks in Active Support Instrumentation guide [ci ... | Younes SERRAJ | 2019-04-17 | 1 | -0/+25 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #35052 from schuetzm/silence-i18n-fallback-deprecation | Kasper Timm Hansen | 2019-04-17 | 1 | -1/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Describe how to silence the deprecation warning about empty I18n fallbacks | Marc Schütz | 2019-01-25 | 1 | -1/+2 | |
* | | | | | | | Merge pull request #36009 from abhaynikam/fix-model-generator-test-typo | Kasper Timm Hansen | 2019-04-17 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | Fix typo in test description from generages -> generates | Abhay Nikam | 2019-04-17 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #35886 from okuramasafumi/add-docs-to-concern | Ryuta Kamizono | 2019-04-17 | 1 | -1/+24 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add documentations to AS::Concern#included and #class_methods | okuramasafumi | 2019-04-17 | 1 | -0/+23 | |
| * | | | | | | Add `:nodoc` to ActiveSupport::Concern#append_features | okuramasafumi | 2019-04-16 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #36006 from prathamesh-sonpatki/rm-unused-require | Ryuta Kamizono | 2019-04-17 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Removed unused require for active_support/deprecation | Prathamesh Sonpatki | 2019-04-17 | 1 | -1/+0 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #35987 from kamipo/fix_dirty_tracking_after_rollback | Ryuta Kamizono | 2019-04-17 | 9 | -25/+92 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix dirty tracking after rollback. | Ryuta Kamizono | 2019-04-16 | 9 | -25/+92 | |
* | | | | | | | | Prefer to indent and no blank line after private/protected [ci skip] | Ryuta Kamizono | 2019-04-17 | 1 | -1/+1 | |
* | | | | | | | | Merge pull request #35984 from vishaltelangre/asn-misc-fixes | Jeremy Daer | 2019-04-16 | 3 | -10/+18 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Add test coverage | Vishal Telangre | 2019-04-16 | 1 | -4/+13 | |
| * | | | | | | | | Remove @duration instance variable since we're not maintaining instances vari... | Vishal Telangre | 2019-04-16 | 1 | -2/+1 | |
| * | | | | | | | | Use monotonic time to record `started` and `finished` time values for an even... | Vishal Telangre | 2019-04-16 | 1 | -2/+2 | |
| * | | | | | | | | Fix: #cpu_time doesn't work for a `ActiveSupport::Notifications::Fanout::Subs... | Vishal Telangre | 2019-04-16 | 1 | -2/+2 | |
* | | | | | | | | | [ci skip] More asset guide touch ups | Kasper Timm Hansen | 2019-04-17 | 1 | -4/+5 | |
* | | | | | | | | | Merge pull request #35994 from soartec-lab/update_guide_asset_pipeline_change... | Kasper Timm Hansen | 2019-04-17 | 1 | -14/+6 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Guide updated in line with changes in rails commands [skip ci] | soartec-lab | 2019-04-16 | 1 | -14/+6 | |
* | | | | | | | | | | Only retry tests on CI | Kasper Timm Hansen | 2019-04-17 | 1 | -1/+3 | |
* | | | | | | | | | | Fix bin/update references after 8927eba83c | Kasper Timm Hansen | 2019-04-17 | 3 | -10/+1 | |
* | | | | | | | | | | Merge pull request #33139 'bin-idempotent-setup' | Kasper Timm Hansen | 2019-04-17 | 3 | -50/+14 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Factorize bin/update in bin/setup, and make bin/setup idempotent | David Stosik | 2019-04-17 | 3 | -50/+14 | |
| * | | | | | | | | | | Merge branch 'collection-cache-versioning' | Kasper Timm Hansen | 2019-04-16 | 5 | -15/+93 | |
| |\ \ \ \ \ \ \ \ \ \ |