| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't validate non dirty association targets | Will Jessop | 2019-07-15 | 1 | -0/+8 |
* | MySQL: Fix schema dumping `enum` and `set` columns correctly | Ryuta Kamizono | 2019-07-05 | 1 | -4/+0 |
* | Address to "DEPRECATION WARNING: Uniqueness validator will no longer enforce ... | Ryuta Kamizono | 2019-06-28 | 1 | -1/+1 |
* | PostgreSQL: Fix GROUP BY with ORDER BY virtual count attribute | Ryuta Kamizono | 2019-06-17 | 1 | -0/+1 |
* | Adds touch option to has_one association | Abhay Nikam | 2019-04-25 | 1 | -0/+2 |
* | Merge pull request #28155 from lcreid/belongs_to | Ryuta Kamizono | 2019-04-10 | 1 | -0/+18 |
|\ |
|
| * | Fix circular `autosave: true` | Larry Reid | 2018-07-23 | 1 | -0/+18 |
* | | Fix GROUP BY with calculate longer name field to respect `table_alias_length` | Ryuta Kamizono | 2019-04-08 | 1 | -0/+1 |
* | | Add insert_all to ActiveRecord models (#35077) | Bob Lail | 2019-03-05 | 1 | -0/+4 |
* | | Deprecate mismatched collation comparison for uniquness validator | Ryuta Kamizono | 2019-03-04 | 1 | -10/+17 |
* | | Address "warning: in `column': the last argument was passed as a single Hash" | Ryuta Kamizono | 2019-02-21 | 1 | -7/+8 |
* | | Fix `pluck` and `select` with custom attributes | Ryuta Kamizono | 2019-02-13 | 1 | -0/+1 |
* | | Allow changing text and blob size without giving the `limit` option | Ryuta Kamizono | 2019-01-29 | 1 | -0/+8 |
* | | Make `t.timestamps` with precision by default | Ryuta Kamizono | 2019-01-26 | 1 | -10/+2 |
* | | Use squiggly heredoc to strip odd indentation in the executed SQL | Ryuta Kamizono | 2018-11-22 | 2 | -38/+28 |
* | | Exercise HABTM fixtures with foreign key constraints | Ryuta Kamizono | 2018-10-30 | 1 | -45/+46 |
* | | `create_table` with `:primary_key` option has no effect if `id: false` is given | Ryuta Kamizono | 2018-10-27 | 1 | -4/+6 |
* | | Support default expression for MySQL | Ryuta Kamizono | 2018-10-25 | 1 | -0/+3 |
* | | Support expression indexes for MySQL | Ryuta Kamizono | 2018-10-25 | 1 | -1/+1 |
* | | Lazy checking whether or not values in IN clause are boundable | Ryuta Kamizono | 2018-10-24 | 1 | -3/+3 |
* | | Change the empty block style to have space inside of the block | Rafael Mendonça França | 2018-09-25 | 1 | -1/+1 |
* | | Use utf8mb4 in all tests and examples | Ryuta Kamizono | 2018-09-21 | 1 | -2/+2 |
* | | Merge pull request #33844 from kamipo/too_many_eager_load_ids | Ryuta Kamizono | 2018-09-13 | 1 | -0/+1 |
|\ \ |
|
| * | | Eager loading/preloading should be worked regardless of large number of records | Ryuta Kamizono | 2018-09-12 | 1 | -0/+1 |
* | | | Use utf8mb4 character set by default for MySQL database (#33608) | Yasuo Honda | 2018-09-11 | 1 | -1/+1 |
|/ / |
|
* / | add mysql and sqlite3 default test | kenjiszk | 2018-09-01 | 2 | -0/+18 |
|/ |
|
* | Enable `Layout/EmptyLinesAroundBlockBody` to reduce review cost in the future | Ryuta Kamizono | 2018-07-12 | 3 | -4/+0 |
* | Subsecond precision is not supported until MySQL 5.6.4 | Ryuta Kamizono | 2018-07-09 | 1 | -6/+6 |
* | Fix default value for mysql time types with specified precision | Nikolay Kondratyev | 2018-07-04 | 1 | -0/+2 |
* | Fix `touch` option to behave consistently with `Persistence#touch` method | Ryuta Kamizono | 2018-06-18 | 1 | -1/+3 |
* | Update prefix and allow suffix options for store accessors | Yukio Mizuta | 2018-06-12 | 1 | -0/+1 |
* | Using existing models for building multiple has_one through tests | Ryuta Kamizono | 2018-04-22 | 1 | -14/+2 |
* | Fix .new with multiple through associations | Sam DeCesare | 2018-04-09 | 1 | -0/+13 |
* | Merge pull request #30956 from CJStadler/with-lock-changed-deprecation | Rafael França | 2018-03-28 | 1 | -0/+4 |
* | Add custom prefix to ActiveRecord::Store accessors | Tan Huynh | 2018-03-23 | 1 | -0/+2 |
* | Fix multiline expression indexes for postgresql (#31621) | fatkodima | 2018-03-16 | 1 | -1/+1 |
* | Fix occurrences Fixnum|Bignum | bogdanvlviv | 2018-03-04 | 1 | -1/+1 |
* | Make `reflection.klass` raise if `polymorphic?` not to be misused | Ryuta Kamizono | 2018-02-19 | 1 | -0/+2 |
* | Don't update counter cache when through record was not destroyed | Eugene Kenny | 2018-01-14 | 1 | -0/+2 |
* | Fix conflicts `counter_cache` with `touch: true` by optimistic locking. | bogdanvlviv | 2017-12-12 | 1 | -1/+2 |
* | Refactor `length`, `order`, and `opclass` index options dumping | Ryuta Kamizono | 2017-12-03 | 1 | -0/+2 |
* | Ensure `apply_join_dependency` for `collection_cache_key` if eager-loading is... | Ryuta Kamizono | 2017-11-06 | 1 | -0/+1 |
* | Fix CI failure due to reference type mismatch | Ryuta Kamizono | 2017-08-14 | 1 | -10/+9 |
* | Specify `table.name` only when `scope.table` and `table` are different (#29058) | Ryuta Kamizono | 2017-08-11 | 1 | -0/+1 |
* | Use frozen-string-literal in ActiveRecord | Kir Shatrov | 2017-07-19 | 4 | -0/+8 |
* | Fix unscoping `default_scope` in STI associations | Ryuta Kamizono | 2017-07-19 | 1 | -0/+1 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 4 | -4/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 4 | -0/+4 |
* | Fix `ids_reader` to respect case sensitive primary key | Ryuta Kamizono | 2017-06-28 | 1 | -1/+1 |
* | Ensure that using correct alias tracker | Ryuta Kamizono | 2017-06-25 | 1 | -1/+1 |