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
/
fixtures
/
db_definitions
/
schema.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
validates_uniqueness_of behaves well with abstract superclasses. References #...
Jeremy Kemper
2007-10-23
1
-0
/
+6
*
Move all Schema creation into schema.rb for Mysql. Closes #9899 [mikong, lawr...
Michael Koziarski
2007-10-19
1
-0
/
+209
*
Ensure that 'autosaving' works when associations aren't loaded [Bryan Helmkam...
Michael Koziarski
2007-10-10
1
-0
/
+5
*
Fix polymorphic has_one associations declared in an abstract class. Closes #8...
Jeremy Kemper
2007-06-25
1
-0
/
+4
*
SQLServer: recognize real column type as Ruby float, correctly schema-dump ta...
Jeremy Kemper
2007-03-03
1
-0
/
+7
*
Cleanup SQLite AUTOINCREMENT: exclude sqlite_sequence table, factor out featu...
Jeremy Kemper
2006-11-14
1
-0
/
+7
*
Oracle: resolve test failures, use prefetched primary key for inserts, check ...
Jeremy Kemper
2006-11-01
1
-1
/
+1
*
Optimistic locking: gracefully handle nil versions, treat as zero. Closes #5908.
Jeremy Kemper
2006-09-04
1
-0
/
+8
*
Shorten index name.
Jeremy Kemper
2006-08-16
1
-1
/
+1
*
Included associations: go deep.
Jeremy Kemper
2006-08-16
1
-0
/
+10
*
Firebird migrations support. Closes #5337.
Jeremy Kemper
2006-07-08
1
-1
/
+11
*
add self referential has_many :through example [Rick]
Rick Olson
2006-03-21
1
-0
/
+4
*
Don't classify the has_one class when eager loading, it is already singular. ...
Rick Olson
2006-03-19
1
-0
/
+5
*
Fix that has_many :through honors the foreign key set by the belongs_to assoc...
Rick Olson
2006-03-18
1
-0
/
+1
*
Allow counter_cache to accept a column name
Jamis Buck
2006-03-09
1
-10
/
+10
*
Make counter_cache work with polymorphic belongs_to
Jamis Buck
2006-03-04
1
-0
/
+3
*
Added tests for join models and fixed a bug #3177
David Heinemeier Hansson
2005-12-11
1
-0
/
+6
*
Work-in progress for providing better join model support and polymorphic asso...
David Heinemeier Hansson
2005-12-02
1
-0
/
+13