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
...
*
r3589@asus: jeremy | 2005-09-26 16:58:40 -0700
Jeremy Kemper
2005-09-26
2
-0
/
+0
*
Include the orders table in *.drop.sql
Jeremy Kemper
2005-09-26
6
-0
/
+7
*
Standardize the interpretation of boolean columns in the Mysql and Sqlite ada...
Jamis Buck
2005-09-25
1
-2
/
+2
*
Wrap :conditions in parentheses to prevent problems with OR's #1871
Jamis Buck
2005-09-24
2
-0
/
+13
*
Fixed various problems with has_and_belongs_to_many when using customer finde...
David Heinemeier Hansson
2005-09-13
1
-0
/
+1
*
Fix fixture problem for pgsql
David Heinemeier Hansson
2005-09-11
1
-2
/
+2
*
Make the test_find_all_by_one_attribute and test_find_all_by_one_attribute_wi...
David Heinemeier Hansson
2005-09-09
1
-1
/
+1
*
Added the instance methods #root and #ancestors on acts_as_tree and fixed sib...
David Heinemeier Hansson
2005-09-09
1
-1
/
+11
*
Saving a record with two unsaved belongs_to associations pointing to the same...
Jamis Buck
2005-08-23
7
-1
/
+55
*
Made Oracle a first-class connection adapter by adhering closer to idiomatic ...
David Heinemeier Hansson
2005-07-24
6
-11
/
+72
*
Added support for calling constrained class methods on has_many and has_and_b...
David Heinemeier Hansson
2005-07-22
3
-3
/
+37
*
Allow unspecified join-table columns to use to their default values when addi...
Jamis Buck
2005-07-18
6
-6
/
+12
*
Fixed incompatibility in DB2 adapter with the new limit/offset approach #1718...
David Heinemeier Hansson
2005-07-17
1
-0
/
+2
*
Sugared up migrations with even more bling #1609 [Tobias Luekte]
David Heinemeier Hansson
2005-07-05
1
-0
/
+12
*
Include all tables in mysql, sqlite, and postgresql drop sql.
Jeremy Kemper
2005-07-05
3
-1
/
+7
*
Added callback hooks to association collections #1549 [Florian Weber]
David Heinemeier Hansson
2005-07-04
2
-0
/
+50
*
Fixed that has_and_belongs_to_many didn't respect single table inheritance ty...
David Heinemeier Hansson
2005-07-03
8
-3
/
+13
*
Fixed that single-table inheritance sub-classes couldn't be used to limit the...
David Heinemeier Hansson
2005-07-03
13
-9
/
+103
*
Added support for ODBC connections to MS SQL Server so you can connect from a...
David Heinemeier Hansson
2005-07-01
2
-3
/
+5
*
Fixed that adding a record to a has_and_belongs_to collection would always sa...
David Heinemeier Hansson
2005-06-18
6
-2
/
+14
*
r1307@iwill: jeremy | 2005-06-13 19:05:00 -0700
Jeremy Kemper
2005-06-13
1
-1
/
+2
*
Be sure to use the @finder_sql in the has_many association's #find method, ev...
Jamis Buck
2005-06-13
1
-0
/
+14
*
r1278@iwill: jeremy | 2005-06-12 05:11:48 -0700
Jeremy Kemper
2005-06-12
1
-2
/
+0
*
Return PostgreSQL columns in the order they are declared #1374 (perlguy@gmail...
Jeremy Kemper
2005-06-12
1
-1
/
+1
*
Preserve extendedWarranty case in PostgreSQL computers table.
Jeremy Kemper
2005-06-11
1
-1
/
+1
*
Do not use instantiated fixtures (in general) in tests. Also, support the use...
Jamis Buck
2005-06-10
1
-5
/
+5
*
Eager loading of dependent has_one associations won't delete the association ...
Jamis Buck
2005-06-10
1
-1
/
+1
*
Fixed that :delete_sql in has_and_belongs_to_many associations couldn't acces...
David Heinemeier Hansson
2005-05-19
1
-0
/
+1
*
Fixed that clone would break when an aggregate had the same name as one of it...
David Heinemeier Hansson
2005-05-19
1
-0
/
+6
*
Added compatibility with camelCase column names for dynamic finders #533 [Dee...
David Heinemeier Hansson
2005-04-30
7
-7
/
+14
*
Fixed OCI fixtures [Ryan Carver]
David Heinemeier Hansson
2005-04-19
1
-3
/
+3
*
Fixed stray comma when using eager loading and ordering together from has_man...
David Heinemeier Hansson
2005-04-19
1
-1
/
+1
*
Fixed that fixtures were being deleted in the same order as inserts causing F...
David Heinemeier Hansson
2005-04-18
8
-0
/
+67
*
Changed habtm eager loading to also use joins
David Heinemeier Hansson
2005-04-18
1
-0
/
+1
*
Fixes for postgresql testing #1129, #1130, #1131
David Heinemeier Hansson
2005-04-18
4
-5
/
+4
*
SqlServer fixtures - CategoriesPosts
David Heinemeier Hansson
2005-04-17
1
-1
/
+1
*
Added acts_as_nested_set #1000 [wschenk]
David Heinemeier Hansson
2005-04-17
2
-0
/
+48
*
Dont initialize the association proxy for nil records
David Heinemeier Hansson
2005-04-14
1
-0
/
+7
*
Fixed db schema
David Heinemeier Hansson
2005-04-10
1
-1
/
+2
*
Added support for has_and_belongs_to_many associations in eager loading #1064...
David Heinemeier Hansson
2005-04-10
18
-41
/
+95
*
Made eager loading work with inheritance hierarchies #1065 [Ryan Carver]
David Heinemeier Hansson
2005-04-10
14
-6
/
+111
*
Added quoting of column names for fixtures #997 [jcfischer@gmail.com]
David Heinemeier Hansson
2005-04-07
14
-2
/
+52
*
Fixed counter_sql when no records exist in database for PostgreSQL (would giv...
David Heinemeier Hansson
2005-04-07
1
-0
/
+3
*
Moved to new server
David Heinemeier Hansson
2005-04-07
2
-0
/
+21
*
Made eager loading work even more
David Heinemeier Hansson
2005-04-03
5
-6
/
+6
*
Added new Base.find API and deprecated find_all, find_first. Added preliminar...
David Heinemeier Hansson
2005-04-03
9
-5
/
+67
*
Made sure all MySQL tables are created as InnoDB
David Heinemeier Hansson
2005-04-02
2
-14
/
+14
*
Fixed the MS SQL adapter to work with the new limit/offset approach and with ...
David Heinemeier Hansson
2005-03-23
2
-50
/
+36
*
changes the CREATE TABLE script for the "binaries" table to use the "image" d...
David Heinemeier Hansson
2005-03-20
1
-1
/
+1
*
Fixed that HasManyAssociation#count was using :finder_sql rather than :counte...
David Heinemeier Hansson
2005-03-06
1
-1
/
+1
[prev]
[next]