Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Handle DELETE with LIMIT in Arel | Ryuta Kamizono | 2018-09-30 | 9 | -69/+78 | |
* | | | | | | `SQLString#compile` is no longer used since 53521a9e39b9d8af4165d7703c36dc905... | Ryuta Kamizono | 2018-09-30 | 2 | -15/+5 | |
* | | | | | | `visitor.accept` doesn't handle `&block` | Ryuta Kamizono | 2018-09-30 | 1 | -2/+2 | |
* | | | | | | Use private attr_reader in Arel | Ryuta Kamizono | 2018-09-30 | 3 | -6/+3 | |
* | | | | | | Remove `visit_Fixnum` and `visit_Bignum` | Ryuta Kamizono | 2018-09-30 | 3 | -4/+1 | |
* | | | | | | Make `test_initialize_with_invalid_attribute` work correctly | yuuji.yaginuma | 2018-09-30 | 1 | -4/+6 | |
|/ / / / / | ||||||
* | | | | | Reset `ActiveRecord::Base.configurations` to the value before | yuuji.yaginuma | 2018-09-29 | 1 | -1/+2 | |
* | | | | | Merge pull request #34020 from tgturner/update-cache-docs | Yuji Yaginuma | 2018-09-29 | 1 | -2/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | Updates expires_in docs | Graham Turner | 2018-09-28 | 1 | -2/+2 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge pull request #34021 from gmcgibbon/change_migrations_paths_command_opti... | Eileen M. Uchitelle | 2018-09-28 | 11 | -19/+83 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Refactor migrations_path command option to database | Gannon McGibbon | 2018-09-28 | 11 | -19/+83 | |
* | | | | | Documentation clarity in ActiveJob::TestHelper [ci skip] (#33571) | Mohit Natoo | 2018-09-28 | 1 | -8/+8 | |
* | | | | | Merge pull request #34012 from abraham-chan/indifferent-access-without | Rafael França | 2018-09-28 | 3 | -0/+18 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix HashWithIndifferentAccess#without bug | Abraham Chan | 2018-09-28 | 3 | -0/+18 | |
* | | | | | | Merge pull request #34017 from utilum/update_backburner_to_latest_version | Rafael França | 2018-09-28 | 1 | -2/+2 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | Update backburner to the latest version | utilum | 2018-09-28 | 1 | -2/+2 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #33348 from ruralocity/update-validation-contexts-guide | Ryuta Kamizono | 2018-09-28 | 1 | -9/+27 | |
|\ \ \ \ \ | ||||||
| * | | | | | Update guide for validation custom contexts [ci skip] | Aaron Sumner | 2018-07-11 | 1 | -9/+27 | |
* | | | | | | Merge pull request #33570 from mohitnatoo/queue_adapter_name_doc | Ryuta Kamizono | 2018-09-28 | 1 | -0/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Documentation for queue_adapter_name method in ActiveJob::QueueAdapter [ci skip] | Mohit Natoo | 2018-08-10 | 1 | -0/+2 | |
* | | | | | | | Merge pull request #34013 from bogdan/relation-merge-from | Ryuta Kamizono | 2018-09-28 | 2 | -3/+10 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | Bugfix ActiveRecord::Relation#merge special case of from clause | Bogdan Gusiev | 2018-09-28 | 2 | -3/+10 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #34010 from Edouard-chin/ec-uneeded-require | Ryuta Kamizono | 2018-09-28 | 2 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | LoggerSilence doesn't require concurrent: | Edouard CHIN | 2018-09-28 | 2 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #33880 from robbertbrak/master | Ryuta Kamizono | 2018-09-28 | 1 | -1/+3 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Clarify transactional behavior of after_commit and after_rollback callbacks | Robbert Brak | 2018-09-14 | 1 | -1/+3 | |
* | | | | | | | Merge pull request #33833 from duduribeiro/patch-2 | Gannon McGibbon | 2018-09-27 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | [ci skip] Recommend testing information displayed over object stored | Kadu Ribeiro | 2018-09-27 | 1 | -1/+1 | |
* | | | | | | | | Merge pull request #31441 from mrhead/rails-ujs-xhr-redirects | Rafael França | 2018-09-27 | 4 | -2/+37 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Do not enable disabled elements for XHR redirects | Patrik Bóna | 2018-09-27 | 4 | -2/+37 | |
* | | | | | | | | | Handle more unsafe String methods (#33990) | Janosch Müller | 2018-09-27 | 4 | -11/+102 | |
* | | | | | | | | | Merge pull request #34007 from gmcgibbon/automatic_labeling | Rafael França | 2018-09-27 | 1 | -0/+46 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Add probot autolabeler config | Gannon McGibbon | 2018-09-27 | 1 | -0/+46 | |
* | | | | | | | | | | Add configuration to no-response probot plugin | Rafael França | 2018-09-27 | 1 | -0/+13 | |
* | | | | | | | | | | Merge pull request #34002 from gmcgibbon/fix_deeply_nested_scoped_root | Rafael França | 2018-09-27 | 2 | -1/+17 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Fix optionally scoped root route unscoped access | Gannon McGibbon | 2018-09-27 | 2 | -1/+17 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #34006 from kamipo/remove_debug_code | Ryuta Kamizono | 2018-09-28 | 1 | -10/+0 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Revert "record who created the node when $DEBUG is true" | Ryuta Kamizono | 2018-09-28 | 1 | -10/+0 | |
* | | | | | | | | | | | Merge pull request #34004 from simonc/constraints-call-matches-edge-case | Rafael Mendonça França | 2018-09-27 | 2 | -1/+28 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Fixing an edge case when using objects as constraints | Simon Courtois | 2018-09-27 | 2 | -1/+28 | |
|/ / / / / / / / / / / | ||||||
* / / / / / / / / / / | Extract `Arel.arel_node?` helper method | Ryuta Kamizono | 2018-09-28 | 3 | -4/+7 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Remove `visit_Fixnum` and `visit_Bignum` | Ryuta Kamizono | 2018-09-28 | 1 | -2/+0 | |
* | | | | | | | | | | Make `update_counters` preparable | Ryuta Kamizono | 2018-09-28 | 3 | -10/+19 | |
* | | | | | | | | | | Merge pull request #33995 from Edouard-chin/ec-active-job-subset-arg | Rafael França | 2018-09-27 | 3 | -2/+100 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Add a way to check for subset of arguments when performing jobs: | Edouard CHIN | 2018-09-26 | 3 | -2/+100 | |
* | | | | | | | | | | | Merge pull request #34003 from palkan/fix/cable-test-case-rails5-hack | Rafael França | 2018-09-27 | 1 | -6/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Remove Rails 5.0 workaround from ActionCable::Channel::TestCase | Vladimir Dementyev | 2018-09-27 | 1 | -6/+2 | |
* | | | | | | | | | | | | Merge pull request #33986 from matt17r/patch-1 | Gannon McGibbon | 2018-09-27 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Add missing rdoc +code+ tags | Matthew LS | 2018-09-26 | 1 | -1/+1 | |
* | | | | | | | | | | | | Make `update_all` preparable | Ryuta Kamizono | 2018-09-28 | 2 | -2/+18 |