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
/
lib
/
active_record
/
fixtures.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Updated all references to the old find_first and find_all to use the new styl...
David Heinemeier Hansson
2005-06-26
1
-3
/
+3
*
Document better #1057
David Heinemeier Hansson
2005-06-18
1
-2
/
+2
*
Do not use instantiated fixtures (in general) in tests. Also, support the use...
Jamis Buck
2005-06-10
1
-2
/
+17
*
Using transactional fixtures now causes the data to be loaded only once, for ...
Jamis Buck
2005-06-03
1
-2
/
+8
*
Added fixture accessors that can be used when fixture instantiation is disabl...
Jamis Buck
2005-06-03
1
-2
/
+28
*
Fixed PostgreSQL usage of fixtures with regards to public schemas and table n...
David Heinemeier Hansson
2005-04-18
1
-2
/
+2
*
Fixed that fixtures were being deleted in the same order as inserts causing F...
David Heinemeier Hansson
2005-04-18
1
-7
/
+14
*
Added quoting of column names for fixtures #997 [jcfischer@gmail.com]
David Heinemeier Hansson
2005-04-07
1
-1
/
+2
*
Made eager loading work even more
David Heinemeier Hansson
2005-04-03
1
-1
/
+6
*
Added with additional settings for working with transactional fixtures and pr...
David Heinemeier Hansson
2005-03-20
1
-15
/
+61
*
Added the possibility of specifying fixtures in multiple calls #816 [kim@tink...
David Heinemeier Hansson
2005-03-17
1
-1
/
+1
*
Updated wording in YAML error [noradio]
David Heinemeier Hansson
2005-03-06
1
-1
/
+1
*
Added transactional fixtures that uses rollback to undo changes to fixtures i...
David Heinemeier Hansson
2005-03-06
1
-28
/
+107
*
Better yaml fixture error #759 [xal]
David Heinemeier Hansson
2005-03-06
1
-1
/
+1
*
Fixed rails_generator to be usable without RubyGems #686 [Cristi BALAN]. Move...
David Heinemeier Hansson
2005-03-06
1
-2
/
+0
*
Moved Active Support into its own gem
David Heinemeier Hansson
2005-02-15
1
-2
/
+2
*
Fixed documentation snafus #575, #576, #577, #585
David Heinemeier Hansson
2005-02-07
1
-1
/
+1
*
Added that the 'fixture :posts' syntax can be used for has_and_belongs_to_man...
David Heinemeier Hansson
2005-02-07
1
-2
/
+9
*
Replaced === checks with is_a? checks #502, #82 [Marcel Molina]
David Heinemeier Hansson
2005-01-20
1
-1
/
+1
*
New adventures in dependency reloading
David Heinemeier Hansson
2005-01-16
1
-1
/
+1
*
Added a db2 adapter that only depends on the Ruby/DB2 bindings (http://raa.ru...
David Heinemeier Hansson
2005-01-01
1
-1
/
+1
*
Added work-around for PostgreSQL and the problem of getting fixtures to be cr...
David Heinemeier Hansson
2004-12-22
1
-0
/
+18
*
Updated and added more documentation
David Heinemeier Hansson
2004-12-16
1
-36
/
+42
*
Added tree mixin and unit tests for all the mixins
David Heinemeier Hansson
2004-12-15
1
-2
/
+5
*
fixtures :models will now also attempt to include the model.rb file
David Heinemeier Hansson
2004-12-14
1
-0
/
+11
*
Tidied up Fixtures for better readability and some error checking [bitsweat]
David Heinemeier Hansson
2004-12-09
1
-36
/
+49
*
Documentation bugs
David Heinemeier Hansson
2004-12-07
1
-2
/
+2
*
Added CSV format for fixtures #272 [what-a-day]
David Heinemeier Hansson
2004-12-07
1
-36
/
+143
*
Fixed fixtures using primary key fields called something else than "id" #270 ...
David Heinemeier Hansson
2004-12-06
1
-1
/
+1
*
Added reverse order of deleting fixtures, so referential keys can be maintain...
David Heinemeier Hansson
2004-12-01
1
-15
/
+16
*
Initial
David Heinemeier Hansson
2004-11-24
1
-0
/
+208