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
*
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
*
Added better defaults for composed_of, so statements like composed_of :time_z...
David Heinemeier Hansson
2005-03-01
8
-1
/
+25
*
Added preliminary support for an agile database migration technique (currentl...
David Heinemeier Hansson
2005-03-01
2
-0
/
+21
*
Added a OCI8-based Oracle adapter that has been verified to work with Oracle ...
David Heinemeier Hansson
2005-02-23
6
-156
/
+193
*
Added automatic dropping/creating of test tables for running the unit tests o...
David Heinemeier Hansson
2005-02-20
20
-4
/
+114
*
Fix test case for MySQL #598
David Heinemeier Hansson
2005-02-15
1
-0
/
+1
*
Added an Oracle adapter that works with the Oracle bindings by Yoshida (http:...
David Heinemeier Hansson
2005-02-07
7
-3
/
+206
*
Fixed dependency reloading by switching to a remove_const approach where all ...
David Heinemeier Hansson
2005-01-25
1
-2
/
+2
*
Added support for associating unsaved objects #402 [Tim Bates]
David Heinemeier Hansson
2005-01-15
1
-0
/
+2
*
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@388 5ecf4fe2-1ee6-0...
David Heinemeier Hansson
2005-01-11
2
-0
/
+6
*
Fixed that foreign keys named the same as the association would cause stack o...
David Heinemeier Hansson
2005-01-11
5
-1
/
+25
*
Fixed the last details to please DB2
David Heinemeier Hansson
2005-01-03
1
-2
/
+2
*
Fixed a YAML fixture on time coming out as an integer #415 [Dan Peterson]
David Heinemeier Hansson
2005-01-02
1
-1
/
+1
*
Added find_all style to the new dynamic finders
David Heinemeier Hansson
2005-01-02
1
-1
/
+1
*
Added the latest two tables to the DB2 schemas
David Heinemeier Hansson
2005-01-01
1
-0
/
+12
*
Added a db2 adapter that only depends on the Ruby/DB2 bindings (http://raa.ru...
David Heinemeier Hansson
2005-01-01
25
-61
/
+213
*
Fixed a bug in the Ruby/MySQL that caused binary content to be escaped badly ...
David Heinemeier Hansson
2005-01-01
6
-2
/
+28
*
Added automated optimistic locking if the field lock_version is present #384 ...
David Heinemeier Hansson
2004-12-31
6
-1
/
+28
*
Fixed mixin test and fixtures to work with postgresql #353 [Scott Baron]
David Heinemeier Hansson
2004-12-22
1
-9
/
+9
*
Changed the interface on AbstractAdapter to require that adapters return the ...
David Heinemeier Hansson
2004-12-19
1
-1
/
+1
*
Added higher_item and lower_item as public methods for acts_as_list #342 [Tob...
David Heinemeier Hansson
2004-12-19
6
-12
/
+35
*
Set a high default salary within the validation range
David Heinemeier Hansson
2004-12-19
4
-4
/
+4
*
Added Developer#salary for the type tests
David Heinemeier Hansson
2004-12-19
4
-1
/
+5
*
Added respondence to *_before_type_cast for all attributes to return their st...
David Heinemeier Hansson
2004-12-19
2
-4
/
+5
*
Added option for turning off the automated timestamps
David Heinemeier Hansson
2004-12-16
1
-6
/
+2
*
Added assumption that a Symbol-based scope should end in _id unless it does s...
David Heinemeier Hansson
2004-12-16
1
-1
/
+9
*
Added assumption that a Symbol-based scope should end in _id unless it does s...
David Heinemeier Hansson
2004-12-16
1
-1
/
+1
*
Added that Active Records will automatically record creation and/or update ti...
David Heinemeier Hansson
2004-12-16
1
-12
/
+4
*
Added Base.validates_format_of that Validates whether the value of the specif...
David Heinemeier Hansson
2004-12-16
3
-4
/
+4
*
Added tree mixin and unit tests for all the mixins
David Heinemeier Hansson
2004-12-15
10
-1
/
+91
*
Added a better exception for when a type column is used in a table without th...
David Heinemeier Hansson
2004-12-14
2
-1
/
+7
[next]