index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
test
/
schema
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
|
|
:scissors: empty line at the top of files
Akira Matsuda
2015-09-21
1
-1
/
+0
*
|
|
Only nullify persisted has_one target associations
Agis-
2015-08-24
1
-0
/
+1
*
|
|
Merge pull request #19683 from tristang/require-option-for-counter-cache
Rafael Mendonça França
2015-08-13
1
-0
/
+2
|
\
\
\
|
*
|
|
Add tests for associations without counter_cache
Tristan Gamilis
2015-04-09
1
-0
/
+2
*
|
|
|
Skip statement cache on through association reader
Rafael Mendonça França
2015-08-12
1
-0
/
+12
*
|
|
|
use correct DB connection for generated HABTM table
Matt Hanlon
2015-08-07
1
-0
/
+9
*
|
|
|
Fix counter_cache for polymorphic associations
Stefan Kanev
2015-07-19
1
-0
/
+1
*
|
|
|
Ensure cyclic associations w/ autosave don't cause duplicate errors
Sean Griffin
2015-07-18
1
-0
/
+4
*
|
|
|
Add pending test for the great-grandparent touching bug from #19324
David Heinemeier Hansson
2015-06-25
1
-0
/
+11
*
|
|
|
Add enum prefix/suffix option to enum definition
Igor Kapkov
2015-06-12
1
-0
/
+4
*
|
|
|
Correctly handle array columns with defaults in the schema dumper
Sean Griffin
2015-06-11
1
-0
/
+1
*
|
|
|
Fix crash when loading fixture with belongs_to association defined in abstrac...
Victor Costan
2015-06-04
1
-0
/
+5
*
|
|
|
Move PostgreSQL specific schema to postgresql_specific_schema.rb
Ryuta Kamizono
2015-05-03
2
-14
/
+11
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #17574 from kamipo/charset_collation_options
Jeremy Kemper
2015-04-07
2
-18
/
+10
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add `:charset` and `:collation` options support for MySQL string and text col...
Ryuta Kamizono
2015-03-06
2
-18
/
+10
*
|
|
Delegate limit to subtype
wallerjake
2015-03-21
1
-0
/
+4
*
|
|
Fix leaky chain on polymorphic association
eileencodes
2015-03-15
1
-0
/
+4
|
/
/
*
|
tests, favor `drop_table` and `:if_exists` over raw SQL.
Yves Senn
2015-03-02
2
-12
/
+4
*
|
Merge pull request #17297 from rebyn/fix/17161-remove-objs-from-has_many-upda...
Rafael Mendonça França
2015-02-25
1
-0
/
+1
|
\
\
|
*
|
Add specs for adding-to/clear has_many collections’s behavior on `updated_at`
Tu Hoang
2014-10-30
1
-0
/
+1
*
|
|
Remove unused table
Ryuta Kamizono
2015-02-25
1
-10
/
+0
[next]