Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Runs the generator before assertions | yuuji.yaginuma | 2018-10-12 | 1 | -0/+1 | |
|/ / / / | ||||||
* | | | | Test that nested structs to_json works as expected | Eileen Uchitelle | 2018-10-11 | 1 | -0/+10 | |
* | | | | Merge pull request #34185 from gmcgibbon/test_retry | Rafael França | 2018-10-11 | 4 | -2/+9 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Include test gems in CI | Gannon McGibbon | 2018-10-11 | 1 | -1/+1 | |
| * | | | Add test retries for railties | Gannon McGibbon | 2018-10-11 | 3 | -1/+8 | |
|/ / / | ||||||
* | | | Merge pull request #34189 from orhantoy/fix-link-to-concurrent-ruby-docs | Kasper Timm Hansen | 2018-10-11 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | [ci skip] Fix link to Concurrent::ThreadPoolExecutor docs | Orhan Toy | 2018-10-11 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Merge pull request #34188 from yskkin/remove_comment | Ryuta Kamizono | 2018-10-11 | 1 | -2/+0 | |
|\ \ \ | ||||||
| * | | | Remove invalid magic comment [ci skip] | Yoshiyuki Kinjo | 2018-10-11 | 1 | -2/+0 | |
|/ / / | ||||||
* | | | Merge pull request #34052 from eileencodes/connection-switching | Eileen M. Uchitelle | 2018-10-10 | 4 | -1/+328 | |
|\ \ \ | ||||||
| * | | | Basic API for connection switching | Eileen Uchitelle | 2018-10-10 | 4 | -1/+328 | |
|/ / / | ||||||
* | | | Merge pull request #34110 from albertoalmagro/enum-raises-on-invalid-definiti... | Eileen M. Uchitelle | 2018-10-10 | 3 | -0/+33 | |
|\ \ \ | ||||||
| * | | | Privatize ENUM_CONFLICT_MESSAGE constant | Alberto Almagro | 2018-10-10 | 1 | -0/+1 | |
| * | | | Raise on invalid definition values | Alberto Almagro | 2018-10-10 | 3 | -0/+32 | |
* | | | | Merge pull request #34137 from gmcgibbon/db_migrate_status_multi_db | Eileen M. Uchitelle | 2018-10-10 | 3 | -20/+71 | |
|\ \ \ \ | ||||||
| * | | | | Add multi-db support to rails db:migrate:status | Gannon McGibbon | 2018-10-09 | 3 | -20/+71 | |
* | | | | | Merge pull request #34109 from bogdanvlviv/follow-up-34064 | Eileen M. Uchitelle | 2018-10-10 | 1 | -21/+0 | |
|\ \ \ \ \ | ||||||
| * | | | | | Follow up #34064 | bogdanvlviv | 2018-10-06 | 1 | -21/+0 | |
* | | | | | | Merge pull request #34136 from rails/add-allocations-to-template-renderer | Eileen M. Uchitelle | 2018-10-10 | 5 | -12/+27 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | Add allocations to template renderer subscription | Eileen Uchitelle | 2018-10-10 | 5 | -12/+27 | |
* | | | | | | Merge pull request #34122 from kamipo/generate_relation_methods | Ryuta Kamizono | 2018-10-10 | 6 | -5/+59 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Generate delegation methods to named scope in the definition time | Ryuta Kamizono | 2018-10-09 | 6 | -5/+59 | |
* | | | | | | | Merge pull request #34094 from christophemaximin/fix-activerecord-clearing-of... | Ryuta Kamizono | 2018-10-10 | 7 | -3/+111 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Clear QueryCache when reloading associations | Christophe Maximin | 2018-10-10 | 7 | -3/+111 | |
* | | | | | | | | Call `load_schema` before `assert_no_queries` | Ryuta Kamizono | 2018-10-10 | 1 | -0/+1 | |
* | | | | | | | | Fix odd indentation | Ryuta Kamizono | 2018-10-10 | 1 | -10/+10 | |
* | | | | | | | | Refactor Arel visitor to use `collect_nodes_for` as much as possible | Ryuta Kamizono | 2018-10-10 | 1 | -33/+10 | |
| |_|_|_|/ / / |/| | | | | | | ||||||
* | | | | | | | Improve DELETE with JOIN handling to avoid subqueries if possible | Ryuta Kamizono | 2018-10-10 | 2 | -9/+8 | |
* | | | | | | | Merge pull request #34071 from y-yagi/skip_webpacker_install | Eileen M. Uchitelle | 2018-10-09 | 6 | -8/+30 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | Use `--skip-webpack-install` by default | yuuji.yaginuma | 2018-10-09 | 3 | -7/+7 | |
| * | | | | | | Avoid `webpacker:install` if unnecessary | yuuji.yaginuma | 2018-10-09 | 3 | -6/+7 | |
| * | | | | | | Add `skip-webpack-install` option | yuuji.yaginuma | 2018-10-09 | 3 | -1/+22 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge pull request #34075 from hakusaro/guides-reference-leases | Gannon McGibbon | 2018-10-09 | 1 | -6/+7 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Change contributing guide to use safer force push | Lucas Nicodemus | 2018-10-04 | 1 | -6/+7 | |
* | | | | | | | Merge pull request #34081 from gmcgibbon/db_migrate_status_move | Eileen M. Uchitelle | 2018-10-09 | 3 | -13/+39 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Move db:migrate:status to DatabaseTasks method | Gannon McGibbon | 2018-10-08 | 3 | -13/+39 | |
* | | | | | | | | Merge pull request #34105 from zvkemp/correct-asn-docs | Gannon McGibbon | 2018-10-09 | 2 | -4/+5 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | clarify role of unique_id in ActiveSupport::Notifications | zvkemp | 2018-10-05 | 2 | -4/+5 | |
* | | | | | | | | | Merge pull request #34117 from aergonaut/docs/ActiveRecord--Persistence-belon... | Ryuta Kamizono | 2018-10-10 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Add docs to ActiveRecord::Persistence#belongs_to_touch_method | Chris Fung | 2018-10-07 | 1 | -0/+2 | |
* | | | | | | | | | Call `define_attribute_methods` before `assert_no_queries` to address CI flak... | Ryuta Kamizono | 2018-10-09 | 5 | -9/+80 | |
| |_|/ / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge pull request #34126 from gregmolnar/guide-link-fix | Ryuta Kamizono | 2018-10-09 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | fix broken link in Action Cable guides and readme [ci skip] | Greg Molnar | 2018-10-08 | 2 | -2/+2 | |
* | | | | | | | | | Point to requiring the ASt engine in the installation instructions [ci skip] | Donnie Propst | 2018-10-08 | 1 | -0/+2 | |
* | | | | | | | | | Fix directly uploading using a MIME type synonym | George Claghorn | 2018-10-08 | 2 | -1/+11 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Use content_mime_type | Graham Conzett | 2018-10-08 | 1 | -2/+1 | |
| * | | | | | | | | Fix issue ActiveStorage direct upload disk | Graham Conzett | 2018-10-07 | 2 | -1/+12 | |
* | | | | | | | | | Merge pull request #33324 from Jcambass/fix-only-path-option-in-url-for-with-... | Ryuta Kamizono | 2018-10-08 | 3 | -11/+27 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | respect path_only option when an array is passed into url_for | Joel Ambass | 2018-10-01 | 3 | -11/+27 | |
* | | | | | | | | | | Merge pull request #34039 from yskkin/parameter_filter | Ryuta Kamizono | 2018-10-08 | 7 | -125/+177 | |
|\ \ \ \ \ \ \ \ \ \ |