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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Foxy fixtures: support single-table inheritance. Closes #10234.
Jeremy Kemper
2007-11-26
1
-0
/
+2
*
Foxy fixtures: allow mixed usage to make migration easier and more attractive...
Jeremy Kemper
2007-11-26
1
-1
/
+9
*
Fixed that create table with :id => false and fixtures don't play nice togeth...
David Heinemeier Hansson
2007-11-25
1
-0
/
+6
*
Add 'foxy' support for fixtures of polymorphic associations. Closes #10183 [j...
Michael Koziarski
2007-11-20
1
-0
/
+2
*
Fix has_many :through delete with custom foreign keys. Closes #6466.
Jeremy Kemper
2007-10-27
1
-0
/
+9
*
Foxy fixtures. Adapter#disable_referential_integrity. Closes #9981.
Jeremy Kemper
2007-10-26
1
-0
/
+29
*
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
6
-278
/
+220
*
Moving SQL Server tests to the extracted adapter. References #9884.
Jeremy Kemper
2007-10-16
4
-289
/
+0
*
Ensure that 'autosaving' works when associations aren't loaded [Bryan Helmkam...
Michael Koziarski
2007-10-10
1
-0
/
+5
*
PostgreSQL: support multiline default values. Closes #7533.
Jeremy Kemper
2007-10-08
1
-1
/
+2
*
Send the correct INSERT statement when dealing with objects with only primary...
Michael Koziarski
2007-10-06
18
-1
/
+58
*
OpenBase: update for new lib and latest Rails. Support migrations. Closes #8748.
Jeremy Kemper
2007-09-13
1
-25
/
+34
*
Improve performance and functionality of the postgresql adapter. Closes #804...
Michael Koziarski
2007-08-16
2
-0
/
+47
*
Fix polymorphic has_one associations declared in an abstract class. Closes #8...
Jeremy Kemper
2007-06-25
1
-0
/
+4
*
Consistently quote primary key column names. Closes #7763.
Jeremy Kemper
2007-03-09
19
-0
/
+69
*
SQLServer: recognize real column type as Ruby float, correctly schema-dump ta...
Jeremy Kemper
2007-03-03
1
-0
/
+7
*
MySQL: blob and text columns may not have defaults in 5.x. Update fixtures sc...
Jeremy Kemper
2007-01-28
1
-2
/
+2
*
Oracle: create_table takes a :sequence_name option to override the 'tablename...
Jeremy Kemper
2007-01-15
1
-0
/
+17
*
SQLServer: handle [quoted] table names. Closes #6635.
Jeremy Kemper
2007-01-12
2
-0
/
+9
*
Inline primary keys.
Jeremy Kemper
2007-01-12
2
-59
/
+42
*
Sybase adapter fixes. Closes #6926 [jsheets]
Michael Koziarski
2007-01-05
2
-2
/
+3
*
utf8 mysql topics table
Jeremy Kemper
2006-12-19
1
-1
/
+1
*
Subclasses of an abstract class work with single-table inheritance. Closes #5...
Jeremy Kemper
2006-12-01
2
-5
/
+5
*
MySQL: detect when a NOT NULL column without a default value is misreported a...
Jeremy Kemper
2006-11-20
1
-2
/
+2
*
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
*
MySQL: update test schema for MySQL 5 strict mode. Closes #5861.
Jeremy Kemper
2006-08-23
1
-11
/
+11
*
Shorten index name.
Jeremy Kemper
2006-08-16
1
-1
/
+1
*
Included associations: go deep.
Jeremy Kemper
2006-08-16
1
-0
/
+10
*
r4704@asus: jeremy | 2006-06-27 12:00:19 -0700
Jeremy Kemper
2006-07-08
19
-5
/
+136
*
Firebird migrations support. Closes #5337.
Jeremy Kemper
2006-07-08
3
-61
/
+11
*
For Firebird adapter
David Heinemeier Hansson
2006-06-03
2
-0
/
+60
*
Make more Firebird tests pass (closes #5188) [kennethkunz@gmail.com]
David Heinemeier Hansson
2006-06-03
2
-1
/
+2
*
Fix Oracle boolean support and tests. Closes #5139. [schoenm@earthlink.net]
Marcel Molina
2006-05-21
1
-2
/
+2
*
Add support for FrontBase (http://www.frontbase.com/) with a new adapter than...
Marcel Molina
2006-04-27
4
-0
/
+286
*
Sybase Adapter type conversion cleanup [dev@metacasa.net]
Marcel Molina
2006-04-25
1
-2
/
+2
*
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
*
Small pgsql fixes (closes #4083) [pergesu@gmail.com]
David Heinemeier Hansson
2006-03-19
1
-0
/
+1
*
Fix that has_many :through honors the foreign key set by the belongs_to assoc...
Rick Olson
2006-03-18
1
-0
/
+1
*
SQL Server adapter gets some love (closes #4298) [rtomayko@gmail.com]
David Heinemeier Hansson
2006-03-18
1
-1
/
+1
*
Fix incorrect mysql column type (requires AR test DB to be rebuilt) (closes #...
Jamis Buck
2006-03-18
1
-1
/
+1
*
Added OpenBase database adapter that builds on top of the http://www.spice-of...
David Heinemeier Hansson
2006-03-18
4
-0
/
+293
*
Added migrations support to the Sybase adapter (closes #4293) [John R. Sheets]
David Heinemeier Hansson
2006-03-18
1
-21
/
+21
*
Correct syntax error in postgresql schema definition
Michael Koziarski
2006-03-15
1
-1
/
+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
*
No longer needed (closes #4017)
David Heinemeier Hansson
2006-03-02
1
-0
/
+0
[next]