Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | | | Use a query that's compatible with PostgreSQL 9.2 | Matthew Draper | 2017-04-12 | 4 | -8/+16 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge pull request #28721 from koic/oracle_does_not_support_limit_clause | Rafael França | 2017-04-11 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Fix an AR test of relations_test when using Oracle | Koichi ITO | 2017-04-11 | 1 | -1/+1 | |
* | | | | | | | | | | | | | exclude ORDER BY clause for exists? (#28699) | Boris Slobodin | 2017-04-10 | 1 | -0/+5 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | More exercise `exists?` tests | Ryuta Kamizono | 2017-04-08 | 1 | -5/+18 | |
* | | | | | | | | | | | | Passing in no arguments to the dynamic fixture accessor method returns all fi... | Kevin McPhillips | 2017-04-07 | 1 | -0/+18 | |
| |_|_|_|/ / / / / / / |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | Remove duplicated "test" prefix | Ryuta Kamizono | 2017-04-07 | 3 | -4/+4 | |
| |/ / / / / / / / / |/| | | | | | | | | | ||||||
* | | | | | | | | | | Ignore AR tests of index comment when using Oracle | Koichi ITO | 2017-04-05 | 1 | -5/+9 | |
* | | | | | | | | | | Merge pull request #28029 from koic/empty_insert_statement_value_not_supported | Matthew Draper | 2017-04-04 | 2 | -0/+4 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Raise NotImplementedError when using empty_insert_statement_value with Oracle | Koichi ITO | 2017-02-17 | 2 | -0/+4 | |
* | | | | | | | | | | | Fix a failed AR test when running with OracleAdapter | Koichi ITO | 2017-03-31 | 1 | -0/+2 | |
* | | | | | | | | | | | Merge pull request #28592 from htanata/ar_relation_inspect_should_not_load_al... | Rafael França | 2017-03-29 | 1 | -0/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Load only needed records on ActiveRecord::Relation#inspect | Hendy Tanata | 2017-03-28 | 1 | -0/+6 | |
* | | | | | | | | | | | | Merge pull request #28478 from kamipo/fix_primary_keys_across_multiple_schemas | Andrew White | 2017-03-29 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Fix `primary_keys` across multiple schemas | Ryuta Kamizono | 2017-03-20 | 1 | -1/+2 | |
* | | | | | | | | | | | | | Merge pull request #28052 from kamipo/make_internal_methods_to_private | Rafael França | 2017-03-28 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Make internal methods to private | Ryuta Kamizono | 2017-03-27 | 1 | -1/+1 | |
* | | | | | | | | | | | | | Merge pull request #27636 from mtsmfm/disable-referential-integrity-without-s... | Rafael França | 2017-03-27 | 22 | -94/+133 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | 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 | 21 | -93/+132 | |
| |/ / / / / / / / / / / / | ||||||
* / / / / / / / / / / / / | Fixes #28359 | Philippe Guay | 2017-03-26 | 1 | -0/+8 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge pull request #28526 from kamipo/fix_log_subscriber_to_allow_legacy_binds | Rafael França | 2017-03-22 | 1 | -58/+63 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Fix `LogSubscriber` to allow legacy `binds` | Ryuta Kamizono | 2017-03-23 | 1 | -58/+63 | |
* | | | | | | | | | | | | | 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 | 1 | -4/+4 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Fix where_clause#except with specific where value | John Hawthorn | 2017-03-20 | 1 | -0/+8 | |
* | | | | | | | | | | | | Merge pull request #28474 from kamipo/fix_extension_with_darty_target | Kasper Timm Hansen | 2017-03-20 | 2 | -0/+9 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Fix extension method with dirty target in has_many associations | Ryuta Kamizono | 2017-03-20 | 2 | -0/+9 | |
| |/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge pull request #28473 from kamipo/delegate_uniq_to_records | Rafael França | 2017-03-20 | 3 | -19/+19 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Use `load` rather than `collect` for force loading | Ryuta Kamizono | 2017-03-19 | 3 | -19/+19 | |
| |/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge pull request #27939 from kamipo/fix_select_all_with_legacy_binds | Rafael França | 2017-03-20 | 1 | -0/+9 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Fix `select_all` with legacy `binds` | Ryuta Kamizono | 2017-02-12 | 1 | -0/+9 | |
* | | | | | | | | | | | | Merge pull request #28191 from eugeneius/string_assoc_order | Rafael França | 2017-03-17 | 1 | -1/+24 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Allow order to be given expressions as hash keys | Eugene Kenny | 2017-02-27 | 1 | -1/+24 | |
* | | | | | | | | | | | | | Merge pull request #28154 from aripollak/remove-comments-from-structure-sql | Rafael Mendonça França | 2017-03-17 | 1 | -3/+16 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Only remove comments before the first statement | Ari Pollak | 2017-02-24 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | Drop comments from structure.sql in postgresql | Ari Pollak | 2017-02-24 | 1 | -3/+16 | |
* | | | | | | | | | | | | | | Merge pull request #28318 from bogdanvlviv/remove-ability-update-locking_colu... | Rafael França | 2017-03-17 | 2 | -35/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Remove ability update locking_column value | bogdanvlviv | 2017-03-16 | 2 | -35/+2 | |
* | | | | | | | | | | | | | | | Add :default option to belongs_to (#28453) | George Claghorn | 2017-03-17 | 1 | -0/+20 | |
|/ / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | Fix fragile test (`AssociationProxyTest#test_save_on_parent_saves_children`) | Fumiaki MATSUSHIMA | 2017-03-16 | 1 | -36/+34 | |
* | | | | | | | | | | | | | | Merge pull request #28068 from kamipo/refactor_data_sources | Rafael França | 2017-03-13 | 1 | -4/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Extract `data_source_sql` to refactor data source statements | Ryuta Kamizono | 2017-02-20 | 1 | -4/+2 | |
| | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Simply delegate `as_json` to `records` | Ryuta Kamizono | 2017-03-10 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | Merge pull request #28351 from kamipo/deprecate_schema_migrations_table_name | Rafael Mendonça França | 2017-03-09 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Deprecate `Migrator.schema_migrations_table_name` | Ryuta Kamizono | 2017-03-09 | 1 | -0/+4 | |
| | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | ||||||
* / | | | | | | | | | | | | | Fix select with block doesn't return newly built records in has_many association | Ryuta Kamizono | 2017-03-09 | 1 | -0/+6 | |
|/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Fix `deserialize` with JSON array | Ryuta Kamizono | 2017-03-06 | 1 | -0/+10 | |
* | | | | | | | | | | | | | Remove useless `Migrator.schema_migrations_table_name` | Ryuta Kamizono | 2017-03-05 | 1 | -5/+5 |