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
/
schema.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
|
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
1
-14
/
+0
|
/
*
Fix leaky chain on polymorphic association
eileencodes
2015-03-15
1
-0
/
+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
*
|
Add `ActiveRecord::Base.suppress`
Michael Ryan
2015-02-18
1
-0
/
+4
*
|
Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...
Vipul A M
2015-02-03
1
-1
/
+0
*
|
Merge pull request #18512 from vipulnsward/18492-fixtures-with-sti
Aaron Patterson
2015-01-31
1
-1
/
+11
|
\
\
|
*
|
Fixes #18492
Vipul A M
2015-01-14
1
-1
/
+11
*
|
|
Don't redefine autosave association callbacks in nested attrs
Sean Griffin
2015-01-28
1
-0
/
+1
|
/
/
*
|
Add firebird support to test suite
Ray Zane
2015-01-05
1
-0
/
+2
*
|
Add has_secure_token to Active Record
robertomiranda
2015-01-04
1
-0
/
+5
*
|
Allow precision option for MySQL datetimes.
Ryuta Kamizono
2015-01-02
1
-1
/
+1
*
|
Add foreign_type option for polymorphic has_one and has_many.
Ulisses Almeida + Kassio Borges
2014-12-08
1
-0
/
+5
*
|
Ensure HABTM relationships produce valid class names (Fixes #17119)
Sammy Larbi
2014-11-09
1
-0
/
+5
*
|
Use bind values for joined tables in where statements
Sean Griffin
2014-11-01
1
-0
/
+5
*
|
💣
Sean Griffin
2014-10-28
1
-1
/
+1
|
/
*
Dynamically modified schema and association would not be correctly reset
Akira Matsuda
2014-09-06
1
-0
/
+6
*
Added enable_extension! to helper
Abdelkader Boudih
2014-09-05
1
-1
/
+1
*
Only merge scopes with zero arity in has_many through
Agis-
2014-08-20
1
-0
/
+1
*
Change the default `null` value for timestamps
Sean Griffin
2014-08-12
1
-5
/
+5
*
use foreign key DSL in our tests.
Yves Senn
2014-07-16
1
-3
/
+2
*
Address ORA-00972: identifier is too long when tested with Oracle
Yasuo Honda
2014-07-14
1
-2
/
+2
*
Re-enable foriegn key tests on MySQL
Godfrey Chan
2014-07-05
1
-3
/
+1
*
MySQL doesn't work with foreign keys
Philippe Creux
2014-06-27
1
-1
/
+4
*
Fix test with add_foreign_key DSL in 9d21ef9
Philippe Creux
2014-06-27
1
-1
/
+1
*
Do not change the global state of the test suite
Rafael Mendonça França
2014-06-27
1
-0
/
+1
*
fk: use random digest names
Yves Senn
2014-06-26
1
-2
/
+2
*
Deprecate automatic counter caches on has_many :through
Sean Griffin
2014-06-26
1
-2
/
+1
*
Fix has_and_belongs_to_many in a namespaced model pointing to a non namespace...
Rafael Mendonça França
2014-06-19
1
-0
/
+5
*
Merge pull request #15343 from dontfidget/fix_polymorphic_automatic_inverse_of
Rafael Mendonça França
2014-06-13
1
-0
/
+2
|
\
|
*
use name specified by 'as' for automatic inverse association to avoid reflect...
Andrew S. Brown
2014-06-10
1
-0
/
+2
*
|
Timestamp values should be present on callbacks
Rafael Mendonça França
2014-06-09
1
-0
/
+1
*
|
Allow specifying a default value in overloaded properties
Sean Griffin
2014-05-30
1
-0
/
+1
[next]