aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | Fix `where` with a custom tableRyuta Kamizono2017-07-182-5/+5
| * | | | | | `Persistence#delete` should not be affected by scopingRyuta Kamizono2017-07-182-1/+12
| |/ / / / /
| * | | | | Merge pull request #29788 from kamipo/remove_unused_mutex_mRafael França2017-07-172-3/+2
| |\ \ \ \ \
| | * | | | | Make `generated_attribute_methods` to privateRyuta Kamizono2017-07-141-1/+1
| | * | | | | Remove unused `Mutex_m` in Active ModelRyuta Kamizono2017-07-141-2/+1
| | | |/ / / | | |/| | |
| * | | | | Allow multiparameter assigned attributes to be used with `text_field`Sean Griffin2017-07-173-1/+17
| * | | | | Merge pull request #29825 from kamipo/remove_useless_arel_engineSean Griffin2017-07-174-19/+3
| |\ \ \ \ \
| | * | | | | Remove useless `arel_engine`Ryuta Kamizono2017-07-174-19/+3
| * | | | | | Post.joins(:users) should not be affected by `User.current_scope`Sean Griffin2017-07-173-4/+19
| |/ / / / /
| * | | | | Enable `Layout/FirstParameterIndentation` copRyuta Kamizono2017-07-171-1/+1
| * | | | | Merge pull request #29812 from kamipo/remove_unused_requiresKasper Timm Hansen2017-07-162-5/+0
| |\ \ \ \ \
| | * | | | | Remove unused requiresRyuta Kamizono2017-07-162-5/+0
| * | | | | | Merge pull request #29782 from y-yagi/follow_up_29699Kasper Timm Hansen2017-07-162-3/+13
| |\ \ \ \ \ \
| | * | | | | | Set `represent_boolean_as_integer` via `configuration`yuuji.yaginuma2017-07-162-3/+13
| * | | | | | | Merge pull request #29813 from kamipo/fix_create_with_multiparameter_attributesKasper Timm Hansen2017-07-162-16/+34
| |\ \ \ \ \ \ \
| | * | | | | | | Fix `create_with` with multiparameter attributesRyuta Kamizono2017-07-162-16/+34
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge pull request #29814 from kamipo/dont_cache_scope_for_createKasper Timm Hansen2017-07-164-14/+6
| |\ \ \ \ \ \ \
| | * | | | | | | Don't cache `scope_for_create`Ryuta Kamizono2017-07-164-14/+6
| | |/ / / / / /
| * / / / / / / Fix code formatting for QueryMethods#selectRobin Dupret2017-07-161-2/+3
| |/ / / / / /
| * | | | | | Merge pull request #29809 from kamipo/remove_unused_ivarsKasper Timm Hansen2017-07-161-2/+1
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Remove unused `@last`, `@order_clause`, and `@join_dependency`Ryuta Kamizono2017-07-161-2/+1
| * | | | | | Fix `create_with` using both string and symbolRyuta Kamizono2017-07-169-18/+20
| * | | | | | Use `where(id: 10)` rather than `where(relation.table[:id].eq(10))`Ryuta Kamizono2017-07-161-5/+5
| |/ / / / /
| * | | | | Merge pull request #29679 from kamipo/add_test_case_for_27724Kasper Timm Hansen2017-07-152-0/+12
| |\ \ \ \ \
| | * | | | | Add a test case for overwriting existing condition on associationsRyuta Kamizono2017-07-072-0/+12
| * | | | | | Merge pull request #29769 from kamipo/remove_extra_order_for_firstKasper Timm Hansen2017-07-152-32/+28
| |\ \ \ \ \ \
| | * | | | | | Remove extra `.merge!(order: "id")` for `Relation#first` in testsRyuta Kamizono2017-07-132-32/+28
| * | | | | | | Merge pull request #29770 from y-yagi/fix_boolean_column_migration_scriptKasper Timm Hansen2017-07-152-2/+2
| |\ \ \ \ \ \ \
| | * | | | | | | Fix boolean column migration scriptyuuji.yaginuma2017-07-132-2/+2
| | | |_|/ / / / | | |/| | | | |
| * / | | | | | Remove useless `aliased_table_name` in `JoinDependency`Ryuta Kamizono2017-07-154-18/+1
| |/ / / / / /
* / / / / / / Bugfix: unscope(where: [columns]) would not remove the correct binds sometimesMaxime Lapointe2017-07-133-2/+34
|/ / / / / /
* | | | | | Merge pull request #29699 from lugray/represent_boolean_as_integerMatthew Draper2017-07-128-8/+90
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Change sqlite3 boolean serialization to use 1 and 0Lisa Ugray2017-07-118-8/+90
| |/ / / /
* | | | | Merge pull request #29746 from kamipo/extract_fake_klassRafael França2017-07-113-52/+38
|\ \ \ \ \
| * | | | | Extract `FakeKlass` in `relation_test.rb` and `relation/mutation_test.rb`Ryuta Kamizono2017-07-113-52/+38
| |/ / / /
* / / / / [Action Record] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-113-0/+3
|/ / / /
* | | | * Don't eagerly require Rails' minitest plugin.Kasper Timm Hansen2017-07-101-1/+1
* | | | Merge pull request #29655 from kirs/frozen-friendly-ap-arMatthew Draper2017-07-101-1/+2
|\ \ \ \
| * | | | Prepare AP and AR to be frozen string friendlyKir Shatrov2017-07-061-1/+2
* | | | | Merge pull request #29715 from reverbdotcom/ptd/fix-invalid-uuidsMatthew Draper2017-07-092-2/+4
|\ \ \ \ \
| * | | | | Don't allow uuids with orphan curly bracespdebelak2017-07-072-2/+4
| | |_|_|/ | |/| | |
* | | | | Add backticks [ci skip]Ryuta Kamizono2017-07-091-2/+2
* | | | | Merge pull request #28867 from eugeneius/skip_query_cache_in_batchesMatthew Draper2017-07-0911-20/+224
|\ \ \ \ \
| * | | | | Skip query cache for in_batches and friendsEugene Kenny2017-07-0610-20/+216
| | |_|/ / | |/| | |
* | | | | Merge pull request #29692 from fimmtiu/avoid-translating-non-database-exceptionsMatthew Draper2017-07-093-2/+31
|\ \ \ \ \
| * | | | | Remove driver-specific hard-coding in the tests.Dennis Taylor2017-07-071-9/+1
| * | | | | Rename the StatementInvalid test method for clarity.Dennis Taylor2017-07-071-1/+1
| * | | | | Fix changelog wording as suggested.Dennis Taylor2017-07-071-2/+2
| * | | | | Use StandardError instead of RuntimeError.Dennis Taylor2017-07-061-2/+2
| * | | | | Fix indentation style for private method.Dennis Taylor2017-07-051-5/+5