Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | Improvements for SQLite rake task. | Guillermo Iguaran | 2017-05-15 | 1 | -7/+18 | |
* | | | | | | | | | | Update SchemaDumper.ignore_tables docs | Guillermo Iguaran | 2017-05-15 | 1 | -2/+2 | |
* | | | | | | | | | | Respect 'ignore_tables' in SQLite structure dump | Guillermo Iguaran | 2017-05-15 | 2 | -1/+30 | |
* | | | | | | | | | | Respect 'ignore_tables' in MySQL structure dump | Guillermo Iguaran | 2017-05-15 | 2 | -0/+22 | |
* | | | | | | | | | | Respect `ignore_tables` in Postgres structure dump | Rusty Geldmacher | 2017-05-15 | 2 | -0/+14 | |
| |_|_|/ / / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | Merge pull request #28919 from meinac/fix_ambigious_exception_message_of_sele... | Kasper Timm Hansen | 2017-05-12 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix ambigious error message of select query method | Mehmet Emin INAC | 2017-05-08 | 1 | -1/+1 | |
* | | | | | | | | | | Merge pull request #29043 from kamipo/dont_eager_loading_if_unneeded_for_exists | Aaron Patterson | 2017-05-11 | 3 | -4/+6 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Don't eager loading if unneeded for `FinderMethods#exists?` | Ryuta Kamizono | 2017-05-11 | 3 | -4/+6 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* / | | | | | | | | | Defer loading each DB Tasks class from AR DatabaseTasks | Akira Matsuda | 2017-05-11 | 1 | -6/+6 | |
|/ / / / / / / / / | ||||||
* | | / / / / / / | Should escape meta characters in regexp | Ryuta Kamizono | 2017-05-07 | 10 | -26/+26 | |
| |_|/ / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Fix `warning: ambiguous first argument` | Ryuta Kamizono | 2017-05-06 | 1 | -2/+2 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | Merge pull request #28989 from matthewd/quoted_id-deprecation | Matthew Draper | 2017-05-06 | 2 | -2/+22 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Clarify deprecation message for #quoted_id | Matthew Draper | 2017-05-05 | 2 | -2/+22 | |
* | | | | | | | | Remove unused `DelegationTest#call_method` | Ryuta Kamizono | 2017-05-06 | 1 | -27/+7 | |
* | | | | | | | | Don't pass `arel.engine` to `Arel::SelectManager.new` | Ryuta Kamizono | 2017-05-05 | 3 | -9/+6 | |
* | | | | | | | | Remove useless `target_records_from_association` | Ryuta Kamizono | 2017-05-04 | 1 | -11/+3 | |
|/ / / / / / / | ||||||
* | | | | | | | Should test against `Relation#bound_attributes` | Ryuta Kamizono | 2017-05-04 | 1 | -8/+12 | |
* | | | | | | | Merge pull request #28974 from kamipo/extract_bind_param_and_bind_attribute | Rafael França | 2017-05-03 | 11 | -51/+38 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Extract `bind_param` and `bind_attribute` into `ActiveRecord::TestCase` | Ryuta Kamizono | 2017-05-04 | 11 | -51/+38 | |
* | | | | | | | | Remove duplicated `test_merging_reorders_bind_params` | Ryuta Kamizono | 2017-05-04 | 1 | -9/+0 | |
|/ / / / / / / | ||||||
* | | | | | | | Add type caster to `RuntimeReflection#alias_name` | Jon Moss | 2017-05-02 | 5 | -3/+13 | |
* | | | | | | | Merge pull request #28938 from kamipo/deprecate_supports_statement_cache | Rafael França | 2017-05-01 | 6 | -22/+12 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Deprecate `supports_statement_cache?` | Ryuta Kamizono | 2017-05-01 | 6 | -22/+12 | |
* | | | | | | | | Merge pull request #28930 from kamipo/use_flat_map | Rafael França | 2017-05-01 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Use `flat_map` rather than `map(&:...).flatten` | Ryuta Kamizono | 2017-04-29 | 1 | -1/+1 | |
| | |_|/ / / / | |/| | | | | | ||||||
* / | | | | | | Cleanup CHANGELOGs [ci skip] | Ryuta Kamizono | 2017-04-30 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Stop creating duplicate Struct instances | Jon Moss | 2017-04-28 | 1 | -23/+15 | |
* | | | | | | Also raise error when VERSION is nil | Rafael Mendonça França | 2017-04-27 | 2 | -3/+4 | |
* | | | | | | Evaluate belongs_to :default option against the owner, not the association | George Claghorn | 2017-04-27 | 2 | -1/+19 | |
|/ / / / / | ||||||
* | | | | | Restore `fixtures :author_addresses` | Ryuta Kamizono | 2017-04-27 | 21 | -26/+26 | |
* | | | | | Merge pull request #28883 from yahonda/fix28797 | Rafael França | 2017-04-26 | 2 | -3/+8 | |
|\ \ \ \ \ | ||||||
| * | | | | | PostgreSQL 10 allows `CURRENT_DATE` and `CURRENT_TIMESTAMP` as default functions | Yasuo Honda | 2017-04-26 | 2 | -3/+8 | |
* | | | | | | Merge pull request #28881 from bogdanvlviv/verbose-migration | Rafael França | 2017-04-26 | 2 | -2/+17 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Refactor DatabaseTasksMigrateTest#test_migrate_receives_correct_env_vars | bogdanvlviv | 2017-04-26 | 1 | -1/+16 | |
| * | | | | | | Refactor AR::Tasks::DatabaseTasks::migrate | bogdanvlviv | 2017-04-26 | 1 | -1/+1 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #28885 from kamipo/remove_useless_test_case | Rafael França | 2017-04-26 | 2 | -13/+0 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Remove useless test case | Ryuta Kamizono | 2017-04-26 | 2 | -13/+0 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #28891 from sodabrew/patch-1 | Rafael França | 2017-04-26 | 1 | -2/+0 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Remove mysql2 database adapter default username root | Aaron Stone | 2017-04-26 | 1 | -2/+0 | |
* | | | | | | | Revert "Merge pull request #27636 from mtsmfm/disable-referential-integrity-w... | Rafael Mendonça França | 2017-04-26 | 24 | -182/+98 | |
|/ / / / / / | ||||||
* / / / / / | Lock connection before checking it in | Matthew Draper | 2017-04-26 | 1 | -6/+8 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #28828 from kamipo/fix_extending_modules_on_association | Rafael França | 2017-04-25 | 3 | -10/+25 | |
|\ \ \ \ \ | ||||||
| * | | | | | Mixin `CollectionProxy::DelegateExtending` after `ClassSpecificRelation` | Ryuta Kamizono | 2017-04-22 | 3 | -10/+25 | |
* | | | | | | Merge pull request #28831 from kamipo/respond_to_missing_should_be_private | Rafael França | 2017-04-25 | 5 | -26/+18 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | `respond_to_missing?` should be private | Ryuta Kamizono | 2017-04-22 | 5 | -26/+18 | |
| |/ / / / / | ||||||
* | | | | | | Fix MigratorTest#test_migrator_verbosity | bogdanvlviv | 2017-04-26 | 1 | -1/+1 | |
* | | | | | | Merge pull request #28853 from kamipo/replace_regexp_z | Rafael França | 2017-04-25 | 3 | -14/+14 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Replace \Z to \z | Ryuta Kamizono | 2017-04-24 | 3 | -14/+14 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #28872 from eugeneius/enumerator_size | Rafael França | 2017-04-25 | 2 | -18/+12 | |
|\ \ \ \ \ \ |