aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/schema
Commit message (Expand)AuthorAgeFilesLines
* Remove a confusing commentyui-knk2016-10-311-1/+0
* Fix the order of `create_table` to match a comment about `:inverse_of` optionsyui-knk2016-10-311-4/+4
* Fixed: Optimistic locking does not work well with null in the databasebogdanvlviv2016-10-211-0/+2
* Dump index options to pretty formatRyuta Kamizono2016-10-101-1/+1
* Add tests for ActiveRecord::Enum#enum when suffix specifiedYosuke Kabuto2016-09-121-0/+1
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* applies new string literal convention in activerecord/testXavier Noria2016-08-063-35/+35
* Merge pull request #25767 from kamipo/association_name_is_the_same_as_join_ta...Rafael França2016-07-271-0/+5
|\
| * Correctly return `associated_table` when `associated_with?` is trueRyuta Kamizono2016-07-101-0/+5
* | systematic revision of =~ usage in ARXavier Noria2016-07-231-1/+1
|/
* Extract foreign key action from `information_schema`Ryuta Kamizono2016-06-071-7/+8
* Add Expression Indexes and Operator Classes support for PostgreSQLRyuta Kamizono2016-04-241-0/+1
* Remove unused `table_with_autoincrement` tableRyuta Kamizono2016-04-191-4/+0
* Fix undefined method `owners' for NullPreloader:ClassLadislav Smola2016-04-061-0/+6
* Remove `except` helper for test schemaRyuta Kamizono2016-03-301-7/+1
* Merge pull request #23797 from kamipo/case_sensitive_comparison_for_non_strin...Rafael França2016-03-111-0/+1
|\
| * The BINARY Operator is only needed for string columnsRyuta Kamizono2016-02-221-0/+1
* | Execute default_scope defined by abstract class within the scope of subclassMehmet Emin İNAÇ2016-03-081-0/+5
* | Merge pull request #23628 from maclover7/fix-23625Sean Griffin2016-02-231-0/+5
|\ \ | |/ |/|
| * Fix issue #23625Jon Moss2016-02-181-0/+5
* | eliminate warnings about multiple primary keys on habtm join tablesAaron Patterson2016-02-191-1/+1
|/
* Use `t.index` in `create_table` instead of `add_index` in test schemaRyuta Kamizono2016-01-312-11/+9
* Fix `bigint?` for Enum columns in MySQLRyuta Kamizono2016-01-311-1/+1
* Add missing source_type if provided on hmt which belongs to an sti recordVipul A M2016-01-241-0/+2
* Use the database type to deserialize enumSean Griffin2016-01-231-0/+1
* Merge pull request #20005 from kamipo/default_expression_supportRafael França2016-01-162-20/+24
|\
| * Fix extract default with CURRENT_TIMESTUMPRyuta Kamizono2016-01-131-0/+7
| * Add expression support on the schema defaultRyuta Kamizono2016-01-131-20/+17
* | Revert "Merge pull request #20835 from glittershark/if-and-unless-in-secure-t...Kasper Timm Hansen2016-01-141-1/+0
|/
* Add conditional_token to users.Kasper Timm Hansen2016-01-091-0/+1
* Add short-hand methods for text and blob types in MySQLRyuta Kamizono2016-01-051-10/+10
* Fix `unsigned?` and `blob_or_text_column?` for Enum columns in MySQLRyuta Kamizono2016-01-041-1/+1
* Remove unused `test/schema/mysql_specific_schema.rb`Ryuta Kamizono2015-12-191-62/+0
* tests, pluralize singular table name.Yves Senn2015-12-021-1/+1
* Except keys of `build_record`'s argument from `create_scope` in initialize_at...yui-knk2015-11-161-1/+1
* Merge pull request #18548 from sebjacobs/support-bidirectional-destroy-depend...Sean Griffin2015-10-281-0/+8
|\
| * Add support for bidirectional destroy dependenciesSeb Jacobs2015-01-161-0/+8
* | Merge pull request #19686 from tsun1215/index_errorsSean Griffin2015-10-261-0/+9
|\ \
| * | Errors can be indexed with nested attributesMichael Probber2015-04-171-0/+9
* | | Fix merge conflicts for #19938Sean Griffin2015-10-201-0/+6
|\ \ \
| * | | Fix for activerecord join dependency instantiate bugMehmet Emin İNAÇ2015-05-041-0/+6
| |/ /
* | | Merge pull request #21932 from kamipo/add_stored_procedure_test_in_mysql2Sean Griffin2015-10-202-2/+13
|\ \ \
| * | | Add stored procedure test in mysql2Ryuta Kamizono2015-10-152-2/+13
* | | | Fix to correctly schema dump the `tinyblob`Ryuta Kamizono2015-10-152-2/+2
|/ / /
* | | Fix regression in inverse_of on through associationseileencodes2015-09-261-0/+2
* | | Implement ActiveRecord::Base.ignored_columnsJean Boussier2015-09-241-0/+1
* | | 0 precision is not the same as no precisionSean Griffin2015-09-231-8/+28
* | | Don't attempt to specify datetime precision unless supportedSean Griffin2015-09-231-8/+27
* | | Fixed taking precision into count when assigning a value to timestamp attributeBogdan Gusiev2015-09-231-15/+15
* | | Ensure aliased attributes passed to `select` are quoted if using `from`Sean Griffin2015-09-211-0/+4