| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid extra scoping in delegating to klass methods in the `scope` block | Ryuta Kamizono | 2018-07-19 | 1 | -2/+2 |
* | Fix `insert_fixtures_set` to be restored original connection flags | Ryuta Kamizono | 2018-07-19 | 2 | -29/+36 |
* | Revert "Short circuit the scoping delegation for `relation.all`" | Ryuta Kamizono | 2018-07-19 | 1 | -1/+0 |
* | Merge pull request #33363 from ahorek/transaction_bug | Rafael França | 2018-07-18 | 1 | -5/+23 |
|\ |
|
| * | use set_server_option if possible | pavel | 2018-07-15 | 1 | -5/+23 |
* | | Implement change() to convert to "2001-01-01" first | Sean Prashad | 2018-07-17 | 1 | -0/+1 |
|/ |
|
* | Merge pull request #28327 from rngtng/add-seed-dependency | Rafael França | 2018-07-11 | 1 | -1/+1 |
|\ |
|
| * | Add missing load config dependency to `rake db:seed` | Tobias Bielohlawek | 2018-07-10 | 1 | -1/+1 |
* | | Avoid unneeded expanded column aliases array caching | Ryuta Kamizono | 2018-07-10 | 2 | -8/+5 |
|/ |
|
* | SQLite: Don't leak internal schema objects | Ryuta Kamizono | 2018-07-09 | 2 | -4/+5 |
* | Fix default value for mysql time types with specified precision | Nikolay Kondratyev | 2018-07-04 | 1 | -2/+2 |
* | Use `construct_join_dependency` in all places | Ryuta Kamizono | 2018-07-03 | 3 | -13/+6 |
* | Don't extract `readonly_value` each time | Ryuta Kamizono | 2018-07-03 | 2 | -5/+7 |
* | Don't share seen object cache between different join nodes in eager loading | Ryuta Kamizono | 2018-07-03 | 1 | -2/+2 |
* | Merge pull request #33242 from brasic/sqlite-readonly | Ryuta Kamizono | 2018-07-03 | 1 | -1/+3 |
|\ |
|
| * | Support readonly option in SQLite3Adapter | Carl Brasic | 2018-07-02 | 1 | -1/+3 |
|/ |
|
* | Fix documentation based on feedback | Aaron Patterson | 2018-06-26 | 2 | -3/+7 |
* | define attribute methods in `init_from_db` | Aaron Patterson | 2018-06-26 | 1 | -0/+2 |
* | Merge branch 'master' into homogeneous-allocation | Aaron Patterson | 2018-06-26 | 3 | -7/+7 |
|\ |
|
| * | Call initialize after allocate | Aaron Patterson | 2018-06-26 | 1 | -5/+0 |
| * | Remove `ActiveSupport::Concern` from `ActiveRecord::Aggregations` | Ryuta Kamizono | 2018-06-26 | 1 | -2/+0 |
| * | Add example for no_touching? in active_record/no_touching for api docs [ci skip] | Michael Munroe | 2018-06-25 | 1 | -0/+7 |
* | | Speed up homogeneous AR lists / reduce allocations | Aaron Patterson | 2018-06-25 | 4 | -2/+38 |
|/ |
|
* | Lazily add `Aggregations` to `composed_of` models | Aaron Patterson | 2018-06-25 | 2 | -1/+5 |
* | Use `reflection.alias_candidate` in `table_alias_for` | Ryuta Kamizono | 2018-06-26 | 1 | -1/+1 |
* | Fix formatting of `primary_key` [ci skip] | yuuji.yaginuma | 2018-06-24 | 1 | -2/+2 |
* | Remove all `aliases` passing from `JoinDependency` | Ryuta Kamizono | 2018-06-20 | 1 | -2/+2 |
* | Remove useless `aliases` argument from `JoinDependency#construct` | Ryuta Kamizono | 2018-06-20 | 1 | -5/+5 |
* | Remove unused `rs` argument from `JoinDependency#construct` | Ryuta Kamizono | 2018-06-20 | 1 | -5/+5 |
* | Merge pull request #33074 from lsylvester/optimize-pluck | Rafael França | 2018-06-19 | 1 | -5/+14 |
|\ |
|
| * | Avoid creating temporary arrays in ActiveRecord::Result#cast_values in order ... | Lachlan Sylvester | 2018-06-19 | 1 | -5/+14 |
* | | Merge pull request #33158 from bogdan/cleanup-habtm-builder | Ryuta Kamizono | 2018-06-19 | 1 | -37/+16 |
|\ \ |
|
| * | | Removed useless utility classes inside HABTM association builder | Bogdan Gusiev | 2018-06-19 | 1 | -37/+16 |
| |/ |
|
* / | Ensure to calculate column aliases after all table aliases are constructed | Ryuta Kamizono | 2018-06-19 | 7 | -85/+80 |
|/ |
|
* | Merge pull request #33147 from nsgc/add-api-document-about-migration-methods | Ryuta Kamizono | 2018-06-18 | 1 | -0/+5 |
|\ |
|
| * | Add docs for ActiveRecord::Migration#say, #say_with_time, #suppress_messages ... | Naoki Nishiguchi | 2018-06-18 | 1 | -0/+5 |
* | | Fix `touch` option to behave consistently with `Persistence#touch` method | Ryuta Kamizono | 2018-06-18 | 3 | -24/+25 |
|/ |
|
* | Merge pull request #29373 from untidy-hair/store_accessor_enhance | Ryuta Kamizono | 2018-06-13 | 1 | -5/+21 |
|\ |
|
| * | Update prefix and allow suffix options for store accessors | Yukio Mizuta | 2018-06-12 | 1 | -5/+21 |
* | | Add ability to configure cache notifications info | Eileen Uchitelle | 2018-06-12 | 1 | -6/+14 |
* | | Don't use `target=` | Rafael Mendonça França | 2018-06-11 | 1 | -1/+1 |
* | | Use `-=` to change the update the collection on the association | Rafael Mendonça França | 2018-06-11 | 1 | -2/+1 |
* | | Merge pull request #29939 from arthurchui/activerecord-delete-associations-loop | Rafael Mendonça França | 2018-06-11 | 1 | -1/+2 |
|\ \ |
|
| * | | Use hash lookup for deleting existing associations from `target` | Arthur Chui | 2017-07-25 | 1 | -1/+2 |
* | | | Fix alias confliction when joining same table on has many through with left_j... | Ryuta Kamizono | 2018-06-11 | 1 | -1/+1 |
* | | | Fix GROUP BY queries to apply LIMIT/OFFSET after aggregations | Ryuta Kamizono | 2018-06-07 | 1 | -1/+1 |
* | | | Fix `collection.create` to could be rolled back by `after_save` | Ryuta Kamizono | 2018-06-07 | 1 | -3/+9 |
* | | | Merge pull request #33067 from kamipo/fix_force_equality | Rafael França | 2018-06-06 | 2 | -1/+4 |
|\ \ \ |
|
| * | | | Fix force equality checking not to break the serialized attribute with Array | Ryuta Kamizono | 2018-06-06 | 2 | -1/+4 |
* | | | | Child joins should be aliased when merging relations | Chalo Fernandez | 2018-06-06 | 1 | -1/+1 |
|/ / / |
|