| Commit message (Expand) | Author | Age | Files | Lines |
* | Deprecate passing `migrations_paths` to `connection.assume_migrated_upto_vers... | Ryuta Kamizono | 2018-12-28 | 1 | -0/+4 |
* | Merge pull request #34742 from kamipo/row_format_dynamic_by_default | Ryuta Kamizono | 2018-12-21 | 1 | -0/+8 |
|\ |
|
| * | MySQL: `ROW_FORMAT=DYNAMIC` create table option by default | Ryuta Kamizono | 2018-12-19 | 1 | -0/+8 |
* | | Require Ruby 2.5 for Rails 6. | Kasper Timm Hansen | 2018-12-19 | 1 | -2/+2 |
|/ |
|
* | Fix join table column quoting with SQLite. | Gannon McGibbon | 2018-12-05 | 1 | -0/+4 |
* | option to disable scopes that `ActiveRecord.enum` generates by default | Alfred Dominic | 2018-12-04 | 1 | -0/+4 |
* | Merge pull request #34609 from kamipo/delete_all_on_collection_proxy | Ryuta Kamizono | 2018-12-04 | 1 | -0/+4 |
|\ |
|
| * | Ensure that `delete_all` on collection proxy returns affected count | Ryuta Kamizono | 2018-12-04 | 1 | -0/+4 |
* | | Reset scope after collection delete | Gannon McGibbon | 2018-12-04 | 1 | -0/+4 |
|/ |
|
* | Add ability to prevent writes to a database | Eileen Uchitelle | 2018-11-30 | 1 | -0/+16 |
* | Allow aliased attributes in update | Gannon McGibbon | 2018-11-29 | 1 | -0/+4 |
* | Allow spaces in postgres table names | Gannon McGibbon | 2018-11-28 | 1 | -0/+6 |
* | Cached columns_hash fields should be excluded from ResultSet#column_types | DmitryTsepelev | 2018-11-27 | 1 | -0/+29 |
* | Make implicit order column configurable | Tekin Suleyman | 2018-11-26 | 1 | -0/+17 |
* | Bump the minimum version of PostgreSQL to 9.3 | Yasuo Honda | 2018-11-25 | 1 | -0/+4 |
* | Raises error when attempting to modify enum values | ebyrds | 2018-11-23 | 1 | -0/+4 |
* | Redact SQL in errors | Gannon McGibbon | 2018-11-22 | 1 | -0/+20 |
* | Add an :if_not_exists option to create_table | fatkodima | 2018-11-08 | 1 | -0/+19 |
* | Guard Enums against definitions with blank label names | Christophe Maximin | 2018-11-07 | 1 | -1/+5 |
* | Add multi-db support to schema cache dump and clear | Gannon McGibbon | 2018-11-07 | 1 | -0/+4 |
* | `update_columns` raises if the column is unknown | Sean Griffin | 2018-10-30 | 1 | -0/+5 |
* | Add support for hash and url configs in connected_to | Gannon McGibbon | 2018-10-26 | 1 | -0/+15 |
* | Merge pull request #34208 from yskkin/inspect_with_parameter_filter | Ryuta Kamizono | 2018-10-26 | 1 | -3/+3 |
|\ |
|
| * | Implement AR#inspect using ParamterFilter. | Yoshiyuki Kinjo | 2018-10-19 | 1 | -3/+3 |
* | | Support default expression for MySQL | Ryuta Kamizono | 2018-10-25 | 1 | -0/+8 |
* | | Support expression indexes for MySQL | Ryuta Kamizono | 2018-10-25 | 1 | -0/+9 |
* | | Merge pull request #33075 from fedxgibson/pg_ambigous_column_cache_key_limit_... | Ryuta Kamizono | 2018-10-16 | 1 | -0/+6 |
|\ \
| |/
|/| |
|
| * | Fix Collection cache key with limit and custom select (PG:AmbigousColumn: Error) | Federico Martinez | 2018-10-15 | 1 | -0/+6 |
|/ |
|
* | Basic API for connection switching | Eileen Uchitelle | 2018-10-10 | 1 | -0/+36 |
* | Raise on invalid definition values | Alberto Almagro | 2018-10-10 | 1 | -0/+11 |
* | Clear QueryCache when reloading associations | Christophe Maximin | 2018-10-10 | 1 | -0/+17 |
* | Merge pull request #23593 from meinac/add_index_option_for_change_table | Ryuta Kamizono | 2018-10-01 | 1 | -0/+12 |
|\ |
|
| * | Index option added for change_table migrations | Mehmet Emin INAC | 2018-09-22 | 1 | -0/+12 |
* | | Fix `transaction` reverting for migrations | fatkodima | 2018-09-26 | 1 | -0/+7 |
* | | Raise an error when loading all fixtures from nil fixture_path | Gannon McGibbon | 2018-09-26 | 1 | -0/+4 |
* | | Stringify database configurations | Gannon McGibbon | 2018-09-24 | 1 | -0/+4 |
|/ |
|
* | Merge pull request #33913 from kamipo/counter_cache | Ryuta Kamizono | 2018-09-20 | 1 | -0/+6 |
|\ |
|
| * | Don't update counter cache unless the record is actually saved | Ryuta Kamizono | 2018-09-19 | 1 | -0/+6 |
* | | Deprecate ActiveRecord::Result#to_hash in favor of #to_a | Kevin Cheng | 2018-09-18 | 1 | -0/+4 |
|/ |
|
* | SQLite3: Support multiple args function for expression indexes | Ryuta Kamizono | 2018-09-14 | 1 | -1/+1 |
* | SQLite3 adapter supports expression indexes | gkemmey | 2018-09-13 | 1 | -0/+12 |
* | Merge pull request #33378 from numbata/subclass-redefine-autosave-callbacks | Rafael Mendonça França | 2018-09-13 | 1 | -0/+6 |
|\ |
|
| * | Allow subclasses to redefine autosave callbacks for associated records | Andrey Subbota | 2018-07-27 | 1 | -0/+6 |
* | | Drop MySQL 5.1 support | Yasuo Honda | 2018-09-13 | 1 | -0/+4 |
* | | Add mention about `ActiveRecord::Base::filter_attributes` to the changelog entry | bogdanvlviv | 2018-09-12 | 1 | -2/+7 |
* | | Use utf8mb4 character set by default for MySQL database (#33608) | Yasuo Honda | 2018-09-11 | 1 | -0/+7 |
* | | Fixes #33610 | Darwin D Wu | 2018-09-11 | 1 | -0/+4 |
* | | Update CHANGELOG.md | Nick Stanish | 2018-09-10 | 1 | -1/+1 |
* | | Fix explanation of `ActiveRecord::Base.configurations.configs_for` in the CHA... | bogdanvlviv | 2018-09-09 | 1 | -6/+7 |
* | | Configuration item `config.filter_parameters` could also filter out sensitive... | Zhang Kang | 2018-09-07 | 1 | -0/+9 |