| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove a confusing comment | yui-knk | 2016-10-31 | 1 | -1/+0 |
* | Fix the order of `create_table` to match a comment about `:inverse_of` options | yui-knk | 2016-10-31 | 1 | -4/+4 |
* | Fixed: Optimistic locking does not work well with null in the database | bogdanvlviv | 2016-10-21 | 1 | -0/+2 |
* | Dump index options to pretty format | Ryuta Kamizono | 2016-10-10 | 1 | -1/+1 |
* | Add tests for ActiveRecord::Enum#enum when suffix specified | Yosuke Kabuto | 2016-09-12 | 1 | -0/+1 |
* | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 1 | -1/+1 |
* | applies new string literal convention in activerecord/test | Xavier Noria | 2016-08-06 | 3 | -35/+35 |
* | Merge pull request #25767 from kamipo/association_name_is_the_same_as_join_ta... | Rafael França | 2016-07-27 | 1 | -0/+5 |
|\ |
|
| * | Correctly return `associated_table` when `associated_with?` is true | Ryuta Kamizono | 2016-07-10 | 1 | -0/+5 |
* | | systematic revision of =~ usage in AR | Xavier Noria | 2016-07-23 | 1 | -1/+1 |
|/ |
|
* | Extract foreign key action from `information_schema` | Ryuta Kamizono | 2016-06-07 | 1 | -7/+8 |
* | Add Expression Indexes and Operator Classes support for PostgreSQL | Ryuta Kamizono | 2016-04-24 | 1 | -0/+1 |
* | Remove unused `table_with_autoincrement` table | Ryuta Kamizono | 2016-04-19 | 1 | -4/+0 |
* | Fix undefined method `owners' for NullPreloader:Class | Ladislav Smola | 2016-04-06 | 1 | -0/+6 |
* | Remove `except` helper for test schema | Ryuta Kamizono | 2016-03-30 | 1 | -7/+1 |
* | Merge pull request #23797 from kamipo/case_sensitive_comparison_for_non_strin... | Rafael França | 2016-03-11 | 1 | -0/+1 |
|\ |
|
| * | The BINARY Operator is only needed for string columns | Ryuta Kamizono | 2016-02-22 | 1 | -0/+1 |
* | | Execute default_scope defined by abstract class within the scope of subclass | Mehmet Emin İNAÇ | 2016-03-08 | 1 | -0/+5 |
* | | Merge pull request #23628 from maclover7/fix-23625 | Sean Griffin | 2016-02-23 | 1 | -0/+5 |
|\ \
| |/
|/| |
|
| * | Fix issue #23625 | Jon Moss | 2016-02-18 | 1 | -0/+5 |
* | | eliminate warnings about multiple primary keys on habtm join tables | Aaron Patterson | 2016-02-19 | 1 | -1/+1 |
|/ |
|
* | Use `t.index` in `create_table` instead of `add_index` in test schema | Ryuta Kamizono | 2016-01-31 | 2 | -11/+9 |
* | Fix `bigint?` for Enum columns in MySQL | Ryuta Kamizono | 2016-01-31 | 1 | -1/+1 |
* | Add missing source_type if provided on hmt which belongs to an sti record | Vipul A M | 2016-01-24 | 1 | -0/+2 |
* | Use the database type to deserialize enum | Sean Griffin | 2016-01-23 | 1 | -0/+1 |
* | Merge pull request #20005 from kamipo/default_expression_support | Rafael França | 2016-01-16 | 2 | -20/+24 |
|\ |
|
| * | Fix extract default with CURRENT_TIMESTUMP | Ryuta Kamizono | 2016-01-13 | 1 | -0/+7 |
| * | Add expression support on the schema default | Ryuta Kamizono | 2016-01-13 | 1 | -20/+17 |
* | | Revert "Merge pull request #20835 from glittershark/if-and-unless-in-secure-t... | Kasper Timm Hansen | 2016-01-14 | 1 | -1/+0 |
|/ |
|
* | Add conditional_token to users. | Kasper Timm Hansen | 2016-01-09 | 1 | -0/+1 |
* | Add short-hand methods for text and blob types in MySQL | Ryuta Kamizono | 2016-01-05 | 1 | -10/+10 |
* | Fix `unsigned?` and `blob_or_text_column?` for Enum columns in MySQL | Ryuta Kamizono | 2016-01-04 | 1 | -1/+1 |
* | Remove unused `test/schema/mysql_specific_schema.rb` | Ryuta Kamizono | 2015-12-19 | 1 | -62/+0 |
* | tests, pluralize singular table name. | Yves Senn | 2015-12-02 | 1 | -1/+1 |
* | Except keys of `build_record`'s argument from `create_scope` in initialize_at... | yui-knk | 2015-11-16 | 1 | -1/+1 |
* | Merge pull request #18548 from sebjacobs/support-bidirectional-destroy-depend... | Sean Griffin | 2015-10-28 | 1 | -0/+8 |
|\ |
|
| * | Add support for bidirectional destroy dependencies | Seb Jacobs | 2015-01-16 | 1 | -0/+8 |
* | | Merge pull request #19686 from tsun1215/index_errors | Sean Griffin | 2015-10-26 | 1 | -0/+9 |
|\ \ |
|
| * | | Errors can be indexed with nested attributes | Michael Probber | 2015-04-17 | 1 | -0/+9 |
* | | | Fix merge conflicts for #19938 | Sean Griffin | 2015-10-20 | 1 | -0/+6 |
|\ \ \ |
|
| * | | | Fix for activerecord join dependency instantiate bug | Mehmet Emin İNAÇ | 2015-05-04 | 1 | -0/+6 |
| |/ / |
|
* | | | Merge pull request #21932 from kamipo/add_stored_procedure_test_in_mysql2 | Sean Griffin | 2015-10-20 | 2 | -2/+13 |
|\ \ \ |
|
| * | | | Add stored procedure test in mysql2 | Ryuta Kamizono | 2015-10-15 | 2 | -2/+13 |
* | | | | Fix to correctly schema dump the `tinyblob` | Ryuta Kamizono | 2015-10-15 | 2 | -2/+2 |
|/ / / |
|
* | | | Fix regression in inverse_of on through associations | eileencodes | 2015-09-26 | 1 | -0/+2 |
* | | | Implement ActiveRecord::Base.ignored_columns | Jean Boussier | 2015-09-24 | 1 | -0/+1 |
* | | | 0 precision is not the same as no precision | Sean Griffin | 2015-09-23 | 1 | -8/+28 |
* | | | Don't attempt to specify datetime precision unless supported | Sean Griffin | 2015-09-23 | 1 | -8/+27 |
* | | | Fixed taking precision into count when assigning a value to timestamp attribute | Bogdan Gusiev | 2015-09-23 | 1 | -15/+15 |
* | | | Ensure aliased attributes passed to `select` are quoted if using `from` | Sean Griffin | 2015-09-21 | 1 | -0/+4 |