Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | Merge pull request #24551 from bogdanvlviv/notice_for_tasks | Jeremy Daer | 2016-04-17 | 4 | -10/+100 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Added notice when a database is successfully created or dropped. | bogdanvlviv | 2016-04-17 | 4 | -10/+100 | |
* | | | | | | | | | | | Add support for specifying comments for tables, columns, and indexes. | Andrey Novikov | 2016-04-16 | 1 | -0/+91 | |
| |/ / / / / / / / / |/| | | | | | | | | | ||||||
* | | | | | | | | | | Should keep quoting behaivor of a time column value in sqlite3 adapter | Ryuta Kamizono | 2016-04-15 | 1 | -3/+8 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Add `quoted_time` for truncating the date part of a time column value | Ryuta Kamizono | 2016-04-14 | 1 | -1/+0 | |
* | | | | | | | | | Merge pull request #24522 from vipulnsward/run-mariadb-on-travis | Jeremy Daer | 2016-04-13 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Include running mariadb on travis | Vipul A M | 2016-04-14 | 1 | -0/+1 | |
| | |_|_|/ / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Properly serialize all JSON primitives in the AR JSON type | Sean Griffin | 2016-04-13 | 2 | -9/+23 | |
* | | | | | | | | | Merge pull request #24515 from Sen-Zhang/attribute_changed_not_return_nil | Sean Griffin | 2016-04-12 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | prevent 'attribute_changed?' from returning nil | Sen-Zhang | 2016-04-11 | 1 | -2/+2 | |
| |/ / / / / / / / | ||||||
* / / / / / / / / | Allow symbols using "dot notation" to be passed to where | Sean Griffin | 2016-04-12 | 1 | -1/+6 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Support microsecond datetime precision on MariaDB 5.3+. | Jeremy Daer | 2016-04-08 | 4 | -23/+47 | |
* | | | | | | | | Fix undefined method `owners' for NullPreloader:Class | Ladislav Smola | 2016-04-06 | 1 | -0/+14 | |
* | | | | | | | | Use `QUOTED_TRUE` and `QUOTED_FALSE` instead of magic strings | yui-knk | 2016-04-05 | 1 | -2/+12 | |
* | | | | | | | | Revert "Deprecate table names containing dots" | Sean Griffin | 2016-03-31 | 1 | -8/+0 | |
* | | | | | | | | Prepared statements shouldn't share a cache with unprepared statements | Sean Griffin | 2016-03-31 | 1 | -0/+12 | |
* | | | | | | | | Deprecate table names containing dots | Sean Griffin | 2016-03-31 | 1 | -0/+8 | |
* | | | | | | | | Merge pull request #24356 from denofevil/fixture_filename | Rafael França | 2016-03-30 | 1 | -0/+6 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | provide file name for fixture ERB | Dennis Ushakov | 2016-03-30 | 1 | -0/+6 | |
| | |_|_|_|_|/ / | |/| | | | | | | ||||||
* | | | | | | | | Add a test case for create a record with primary key as zero | Ryuta Kamizono | 2016-03-30 | 1 | -0/+6 | |
* | | | | | | | | Delegate some additional methods in querying.rb | Kenta | 2016-03-30 | 1 | -0/+20 | |
* | | | | | | | | Memoize user provided defaults before type casting | Sean Griffin | 2016-03-24 | 1 | -0/+11 | |
* | | | | | | | | Make 'migrate' clear the schema cache afterward | Chris Arcand | 2016-03-24 | 1 | -2/+13 | |
* | | | | | | | | Change for `ActiveRecord::Migration.[]` to raise `ArgumentError` instead of `... | yui-knk | 2016-03-24 | 1 | -0/+3 | |
* | | | | | | | | Merge pull request #24167 from kamipo/append_sql_mode_instead_of_overwriting_... | Jeremy Daer | 2016-03-23 | 1 | -25/+25 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Append sql_mode instead of overwriting in strict mode | Ryuta Kamizono | 2016-03-13 | 1 | -25/+25 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #22518 from RochesterinNYC/better-error-message-for-includ... | Arthur Nogueira Neves | 2016-03-18 | 1 | -0/+17 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Improve clarity of error message for missing includes and eager_load | James Wen | 2016-01-28 | 1 | -0/+17 | |
* | | | | | | | | Merge pull request #24201 from rails/rake-db-create | Rafael França | 2016-03-17 | 1 | -6/+14 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | ||||||
| * | | | | | | | Creates development and test databases in db:migrate task | Rafael Mendonça França | 2016-03-14 | 1 | -6/+14 | |
| | |/ / / / / | |/| | | | | | ||||||
* / | | | | | | Remove log-related stuff from ActiveSupport::Dependencies | Aaron Ang | 2016-03-15 | 1 | -5/+0 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #23797 from kamipo/case_sensitive_comparison_for_non_strin... | Rafael França | 2016-03-11 | 1 | -0/+9 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | The BINARY Operator is only needed for string columns | Ryuta Kamizono | 2016-02-22 | 1 | -0/+9 | |
* | | | | | | | Fix test failures caused by #23958 | Sean Griffin | 2016-03-11 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #24054 from kamipo/extract_default_primary_key | Rafael França | 2016-03-11 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Extract `default_primary_key?` to refactor `column_spec_for_primary_key` | Ryuta Kamizono | 2016-03-11 | 1 | -2/+2 | |
* | | | | | | | | Merge pull request #24087 from kamipo/dump_bigint_instead_of_integer_limit_8 | Rafael França | 2016-03-11 | 2 | -7/+7 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Dump `bigint` instead of `integer` with `limit: 8` for schema dumper | Ryuta Kamizono | 2016-03-11 | 2 | -7/+7 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge pull request #23677 from kamipo/passing_table_name_to_column_initialize | Rafael França | 2016-03-11 | 1 | -0/+26 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Initialize `column.table_name` immediately for `column.serial?` correctly wor... | Ryuta Kamizono | 2016-03-08 | 1 | -0/+26 | |
* | | | | | | | | Merge pull request #23958 from kamipo/fix_bigserial_appears_with_limit_8 | Rafael França | 2016-03-11 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix bigserial appears with limit 8 for schema dumper | Ryuta Kamizono | 2016-03-04 | 1 | -2/+2 | |
* | | | | | | | | | Merge pull request #23666 from meinac/fix_abstract_default_scope_bug | Sean Griffin | 2016-03-08 | 1 | -0/+12 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Execute default_scope defined by abstract class within the scope of subclass | Mehmet Emin İNAÇ | 2016-03-08 | 1 | -0/+12 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* / | | | | | | | | add test case for schema dumping of PG bytea columns. | Yves Senn | 2016-03-08 | 1 | -0/+9 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #23922 from rthbound/fix-funny-spelling | Arthur Nogueira Neves | 2016-03-07 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fixes funny spelling | Ryan T. Hosford | 2016-02-26 | 1 | -2/+2 | |
* | | | | | | | | | remove outdated comment [ci skip] | yuuji.yaginuma | 2016-03-05 | 1 | -6/+0 | |
| |/ / / / / / / |/| | | | | | | | ||||||
* | | | | | | | | don't treat all associations with extensions as instance dependent. | Yves Senn | 2016-03-03 | 1 | -0/+12 | |
* | | | | | | | | Deprecate `{insert|update|delete}_sql` in `DatabaseStatements` | Ryuta Kamizono | 2016-03-02 | 3 | -59/+9 |