| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | 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 |
|\ \ \ |
|
| * | | | Remove checks for Enumerator#size method | Eugene Kenny | 2017-04-25 | 2 | -18/+12 |
| |/ / |
|
* / / | Fix typos [ci skip] | Tobias Fankhänel | 2017-04-25 | 1 | -2/+2 |
|/ / |
|
* | | Don't attempt to create a new record that was already created. | Isaac Betesh | 2017-04-20 | 3 | -0/+32 |
* | | Prevent double firing the before save callback of new object when the parent ... | Ryuta Kamizono | 2017-04-21 | 5 | -54/+70 |
* | | Merge pull request #28681 from runephilosof/fix-mysql-grant | Rafael Mendonça França | 2017-04-20 | 3 | -2/+6 |
|\ \ |
|
| * | | Fix quoting in db:create grant all statement. | Rune Schjellerup Philosof | 2017-04-20 | 3 | -2/+6 |
* | | | Merge pull request #28733 from kamipo/dont_fallback_to_utf8mb3_after_mysql_8.0.0 | Rafael França | 2017-04-19 | 3 | -10/+12 |
|\ \ \ |
|
| * | | | Don't fallback to utf8mb3 after MySQL 8.0.0 | Ryuta Kamizono | 2017-04-17 | 3 | -10/+12 |
* | | | | Merge pull request #28776 from kamipo/respect_limit_for_cache_key | Rafael França | 2017-04-19 | 2 | -8/+44 |
|\ \ \ \ |
|
| * | | | | `cache_key` respects the limit in a relation even if a relation is not loaded | Ryuta Kamizono | 2017-04-17 | 2 | -8/+44 |
| |/ / / |
|
* | | | | Add additional raise UnknownMigrationVersionError | bogdanvlviv | 2017-04-19 | 2 | -5/+12 |
* | | | | Fix `bin/rails db:forward` first migration | bogdanvlviv | 2017-04-19 | 2 | -1/+11 |
* | | | | Fix `extract_expression_for_virtual_column` for MariaDB | Ryuta Kamizono | 2017-04-19 | 1 | -1/+1 |
* | | | | Use `quoted_scope` rather than `@config[:database]` to respect current database | Ryuta Kamizono | 2017-04-19 | 1 | -2/+3 |
* | | | | Merge pull request #28161 from bogdanvlviv/add_test_attributes | Rafael França | 2017-04-18 | 1 | -0/+11 |
|\ \ \ \ |
|
| * | | | | Add test for method `#attributes` | bogdanvlviv | 2017-02-25 | 1 | -0/+11 |
* | | | | | Fix the doc on the `IndexDefinition` [ci skip] | Ryuta Kamizono | 2017-04-17 | 1 | -1/+1 |
| |/ / /
|/| | | |
|
* | | | | Support Descending Indexes for MySQL | Ryuta Kamizono | 2017-04-16 | 4 | -4/+14 |
* | | | | Refactor `indexes` things in connection adapters | Ryuta Kamizono | 2017-04-16 | 6 | -67/+114 |
* | | | | Merge pull request #28767 from kamipo/rename_to_association_query_value | Andrew White | 2017-04-15 | 3 | -8/+9 |
|\ \ \ \ |
|