Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Load :author_addresses | Yasuo Honda | 2017-03-26 | 1 | -1/+1 | |
| * | | | | | | Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p... | Fumiaki MATSUSHIMA | 2017-03-26 | 23 | -97/+181 | |
| | |/ / / / | |/| | | | | ||||||
* / | | | | | Fixes #28359 | Philippe Guay | 2017-03-26 | 3 | -3/+16 | |
|/ / / / / | ||||||
* | | | | | Move comment to inside the method [ci skip] | Fumiaki MATSUSHIMA | 2017-03-23 | 1 | -1/+1 | |
* | | | | | Remove `CollectionProxy#uniq` | Ryuta Kamizono | 2017-03-23 | 1 | -4/+0 | |
* | | | | | Merge pull request #28526 from kamipo/fix_log_subscriber_to_allow_legacy_binds | Rafael França | 2017-03-22 | 3 | -77/+77 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix `LogSubscriber` to allow legacy `binds` | Ryuta Kamizono | 2017-03-23 | 3 | -77/+77 | |
* | | | | | | Merge pull request #28531 from yahonda/suppress_pg_warning | Matthew Draper | 2017-03-23 | 1 | -0/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Suppress `WARNING: nonstandard use of \\ in a string literal` warning | Yasuo Honda | 2017-03-22 | 1 | -0/+1 | |
| |/ / / / / | ||||||
* / / / / / | [PostgreSQL]: Replace deprecated PG constants. | Lars Kanis | 2017-03-22 | 7 | -21/+21 | |
|/ / / / / | ||||||
* | | | | | Start Rails 5.2 development | Matthew Draper | 2017-03-22 | 3 | -774/+7 | |
* | | | | | Fix where_clause#except with specific where value | John Hawthorn | 2017-03-20 | 2 | -2/+10 | |
* | | | | | Merge pull request #28474 from kamipo/fix_extension_with_darty_target | Kasper Timm Hansen | 2017-03-20 | 3 | -2/+12 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix extension method with dirty target in has_many associations | Ryuta Kamizono | 2017-03-20 | 3 | -2/+12 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #28487 from kamipo/remove_duplicated_columns_definition | Rafael França | 2017-03-20 | 2 | -11/+5 | |
|\ \ \ \ \ | ||||||
| * | | | | | Remove duplicated `columns` definition | Ryuta Kamizono | 2017-03-20 | 2 | -11/+5 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #28473 from kamipo/delegate_uniq_to_records | Rafael França | 2017-03-20 | 4 | -20/+20 | |
|\ \ \ \ \ | ||||||
| * | | | | | Use `load` rather than `collect` for force loading | Ryuta Kamizono | 2017-03-19 | 4 | -20/+20 | |
* | | | | | | Merge pull request #27939 from kamipo/fix_select_all_with_legacy_binds | Rafael França | 2017-03-20 | 2 | -1/+14 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | Fix `select_all` with legacy `binds` | Ryuta Kamizono | 2017-02-12 | 2 | -1/+14 | |
* | | | | | | Merge pull request #28479 from kamipo/evaluate_default_block_only_when_necessary | Kasper Timm Hansen | 2017-03-20 | 3 | -4/+4 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Evaluate the default block only when necessary | Ryuta Kamizono | 2017-03-20 | 2 | -3/+3 | |
| | |/ / / / | |/| | | | | ||||||
| * | | | | | Delegate `uniq` to `records` | Ryuta Kamizono | 2017-03-18 | 1 | -1/+1 | |
* | | | | | | Fix changelog entry about transaction error classes [ci skip] | yuuji.yaginuma | 2017-03-20 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #28191 from eugeneius/string_assoc_order | Rafael França | 2017-03-17 | 2 | -2/+30 | |
|\ \ \ \ \ | ||||||
| * | | | | | Allow order to be given expressions as hash keys | Eugene Kenny | 2017-02-27 | 2 | -2/+30 | |
* | | | | | | Merge pull request #28154 from aripollak/remove-comments-from-structure-sql | Rafael Mendonça França | 2017-03-17 | 3 | -3/+43 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Only remove comments before the first statement | Ari Pollak | 2017-02-24 | 2 | -7/+12 | |
| * | | | | | | Drop comments from structure.sql in postgresql | Ari Pollak | 2017-02-24 | 3 | -3/+38 | |
* | | | | | | | uniq was deprecated and removed already | Rafael Mendonça França | 2017-03-17 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #28318 from bogdanvlviv/remove-ability-update-locking_colu... | Rafael França | 2017-03-17 | 4 | -46/+4 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Remove ability update locking_column value | bogdanvlviv | 2017-03-16 | 4 | -46/+4 | |
* | | | | | | | | Add :default option to belongs_to (#28453) | George Claghorn | 2017-03-17 | 5 | -1/+50 | |
|/ / / / / / / | ||||||
* | | | | | | | Fix fragile test (`AssociationProxyTest#test_save_on_parent_saves_children`) | Fumiaki MATSUSHIMA | 2017-03-16 | 1 | -36/+34 | |
* | | | | | | | Remove unused `@txn` variable | Eugene Kenny | 2017-03-15 | 1 | -1/+0 | |
* | | | | | | | Revert "Merge pull request #28369 from mylake/reduce-postgresql-adapter-memor... | Matthew Draper | 2017-03-14 | 1 | -2/+2 | |
* | | | | | | | Merge pull request #28369 from mylake/reduce-postgresql-adapter-memory-bloat | Rafael França | 2017-03-13 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Use “distinct” to filter redundant types from pg_typeto reduce memory blo... | mylake | 2017-03-10 | 1 | -2/+2 | |
* | | | | | | | | Merge pull request #28068 from kamipo/refactor_data_sources | Rafael França | 2017-03-13 | 8 | -205/+156 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Prefer `USING (column_list)` for joining information_schema | Ryuta Kamizono | 2017-02-25 | 1 | -3/+1 | |
| * | | | | | | | | Extract `data_source_sql` to refactor data source statements | Ryuta Kamizono | 2017-02-20 | 8 | -202/+155 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #28017 from mtsmfm/suppress-dep-warn | Matthew Draper | 2017-03-13 | 3 | -0/+6 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Suppress deprecation warning `implementing to_yaml is deprecated` | Fumiaki MATSUSHIMA | 2017-02-15 | 3 | -0/+6 | |
* | | | | | | | | | Merge pull request #28371 from kamipo/simplify_count | Andrew White | 2017-03-12 | 1 | -7/+4 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Simply forward `Calculations#count` to `Enumerable#count` | Ryuta Kamizono | 2017-03-10 | 1 | -7/+4 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #28372 from kamipo/delegate_as_json | Andrew White | 2017-03-12 | 3 | -6/+2 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Simply delegate `as_json` to `records` | Ryuta Kamizono | 2017-03-10 | 3 | -6/+2 | |
| |/ / / / / / / / | ||||||
* / / / / / / / / | Remove conditions parameter from `NullRelation#delete_all` | Ryuta Kamizono | 2017-03-10 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Add missing credit [ci skip] | Ryuta Kamizono | 2017-03-10 | 1 | -0/+2 | |
* | | | | | | | | Merge pull request #28351 from kamipo/deprecate_schema_migrations_table_name | Rafael Mendonça França | 2017-03-09 | 3 | -0/+13 | |
|\ \ \ \ \ \ \ \ |