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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Added fixtures :all to test_helper.rb to assume that most people just want al...
David Heinemeier Hansson
2007-02-25
3
-0
/
+0
*
MySQL: blob and text columns may not have defaults in 5.x. Update fixtures sc...
Jeremy Kemper
2007-01-28
1
-2
/
+2
*
Subclasses of an abstract class work with single-table inheritance. Reference...
Jeremy Kemper
2007-01-23
1
-1
/
+5
*
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
*
acts_as_nested_set works with single-table inheritance. Closes #6030.
Jeremy Kemper
2007-01-12
2
-0
/
+28
*
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
3
-6
/
+7
*
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
*
Fix has_many :through to add the appropriate conditions when going through an...
Rick Olson
2006-10-15
1
-1
/
+9
*
Removes the ability for eager loaded conditions to be interpolated, since the...
Rick Olson
2006-10-09
3
-4
/
+3
*
Deprecated add_on_boundary_breaking (use validates_length_of instead) (closes...
David Heinemeier Hansson
2006-10-09
1
-5
/
+1
*
Deprecation tests. Remove warnings for dynamic finders and for the foo_count ...
Jeremy Kemper
2006-09-15
2
-6
/
+8
*
Optimistic locking: gracefully handle nil versions, treat as zero. Closes #5908.
Jeremy Kemper
2006-09-04
1
-0
/
+8
*
to_xml: the :methods option works on arrays of records. Closes #5845.
Jeremy Kemper
2006-09-02
1
-1
/
+6
*
Commit stray fixture.
Jeremy Kemper
2006-09-02
1
-1
/
+2
*
has_many :through conditions are sanitized by the associating class. Closes #...
Jeremy Kemper
2006-09-01
2
-0
/
+3
*
has_one supports the :dependent => :delete option which skips the typical cal...
Jeremy Kemper
2006-08-29
3
-2
/
+27
*
Fixtures: correct escaping of \n and \r. Closes #5859.
Jeremy Kemper
2006-08-24
1
-7
/
+3
*
Migrations: gracefully handle missing migration files. Closes #5857.
Jeremy Kemper
2006-08-23
4
-0
/
+42
*
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
6
-0
/
+35
*
Fix for deep includes on the same association.
Jeremy Kemper
2006-08-14
2
-0
/
+24
*
r4704@asus: jeremy | 2006-06-27 12:00:19 -0700
Jeremy Kemper
2006-07-08
20
-5
/
+151
*
Firebird migrations support. Closes #5337.
Jeremy Kemper
2006-07-08
3
-61
/
+11
*
PostgreSQL: correctly quote microseconds in timestamps. Closes #5641.
Jeremy Kemper
2006-07-07
1
-1
/
+1
*
PostgreSQL: support microsecond time resolution. Closes #5492.
Jeremy Kemper
2006-06-25
1
-1
/
+1
*
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
*
to_xml fixes, features, and speedup. Closes #4989.
Jeremy Kemper
2006-06-03
1
-2
/
+2
*
Provide Association Extensions access to the instance that the association is...
Rick Olson
2006-05-28
1
-0
/
+11
*
Added :allow_nil option for aggregations (closes #5091) [ian.w.white@gmail.com]
David Heinemeier Hansson
2006-05-21
2
-2
/
+11
*
Fix Oracle boolean support and tests. Closes #5139. [schoenm@earthlink.net]
Marcel Molina
2006-05-21
1
-2
/
+2
*
uniq preserves order. References [4325].
Jeremy Kemper
2006-05-07
1
-1
/
+2
*
Allow :uniq => true with has_many :through associations.
Jeremy Kemper
2006-05-06
2
-3
/
+12
*
Allow AR::Base#to_xml to include methods too. Closes #4921. [johan@textdrive....
Marcel Molina
2006-04-29
1
-0
/
+4
*
Remove duplicate fixture entry in comments.yml. Closes #4923. [Blair Zajac <b...
Marcel Molina
2006-04-29
1
-6
/
+0
*
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
*
Fix the HasManyAssociation#count method so it uses the new ActiveRecord::Base...
Rick Olson
2006-04-19
1
-0
/
+1
*
Allow multiple association extensions with :extend option (closes #4666) [Jo...
Rick Olson
2006-04-11
1
-0
/
+12
*
Fixed that that multiparameter assignment doesn't work with aggregations (clo...
David Heinemeier Hansson
2006-04-06
1
-0
/
+4
*
Added support for eagerly including polymorphic has_one associations. (closes...
Rick Olson
2006-04-05
1
-2
/
+2
*
Added descriptive error messages for invalid has_many :through associations: ...
Rick Olson
2006-04-05
1
-0
/
+5
*
Change has_many :through to use the :source option to specify the source asso...
Rick Olson
2006-03-24
2
-3
/
+3
[prev]
[next]