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
*
r4720@asus: jeremy | 2006-06-28 18:12:57 -0700
Jeremy Kemper
2006-06-29
1
-2
/
+4
*
Don't assume Active Record is available. Closes #5497.
Jeremy Kemper
2006-06-28
1
-0
/
+2
*
r4644@asus: jeremy | 2006-06-16 14:57:03 -0700
Jeremy Kemper
2006-06-19
1
-2
/
+2
*
Quell warnings. Closes #5245.
Jeremy Kemper
2006-06-01
1
-3
/
+4
*
Add support for FrontBase (http://www.frontbase.com/) with a new adapter than...
Marcel Molina
2006-04-27
1
-1
/
+7
*
fix AR tests for sqlite
Rick Olson
2006-03-16
1
-1
/
+1
*
Catch FixtureClassNotFound when using instantiated fixtures on a fixture that...
Rick Olson
2006-03-14
1
-2
/
+4
*
Allow set_fixture_class to take Classes instead of strings for a class in a m...
Rick Olson
2006-03-06
1
-2
/
+7
*
Clear stale, cached connections left behind by defunct threads. Eliminate dup...
Jeremy Kemper
2006-03-01
1
-1
/
+1
*
Make rake load_fixtures work with the new, flexible, fixtures api. [Rick Ols...
Michael Koziarski
2006-02-28
1
-1
/
+1
*
Change Fixtures.create_fixtures arity to be backwards compatible
Nicholas Seckar
2006-02-28
1
-1
/
+1
*
Add set_fixture_class to allow the use of table name accessors with models wh...
Nicholas Seckar
2006-02-27
1
-9
/
+16
*
Only load .yml files in sub-directories
David Heinemeier Hansson
2006-02-27
1
-1
/
+1
*
Added that fixtures to placed in subdirectories of the main fixture files are...
David Heinemeier Hansson
2006-02-27
1
-1
/
+8
*
give helpful error messages when fixtures accessed style table_name(:name) ca...
Tobias Lütke
2006-01-25
1
-1
/
+5
*
Clear connection cache after rolling back transaction.
Jeremy Kemper
2005-12-05
1
-2
/
+1
*
Connection cache to speed up retrieve_connection and get rid of dirty connect...
Jeremy Kemper
2005-12-04
1
-0
/
+2
*
Correct fixture behavior when table name pluralization is off. Closes #2719.
Jeremy Kemper
2005-11-03
1
-2
/
+4
*
r3801@sedna: jeremy | 2005-10-28 00:42:28 -0700
Jeremy Kemper
2005-10-28
1
-2
/
+2
*
Fix docs (closes #2491)
David Heinemeier Hansson
2005-10-26
1
-4
/
+4
*
r2736@asus: jeremy | 2005-10-24 17:08:12 -0700
Jeremy Kemper
2005-10-25
1
-110
/
+78
*
r2727@asus: jeremy | 2005-10-24 14:14:36 -0700
Jeremy Kemper
2005-10-24
1
-9
/
+8
*
r2718@asus: jeremy | 2005-10-23 14:45:30 -0700
Jeremy Kemper
2005-10-23
1
-90
/
+115
*
Update/clean up ActiveRecord documentation (rdoc)
Jamis Buck
2005-10-16
1
-4
/
+5
*
r3616@asus: jeremy | 2005-09-26 23:09:28 -0700
Jeremy Kemper
2005-10-16
1
-17
/
+7
*
Really fix #1896. YAML class structure changed between 1.8.2 and 1.8.3, brea...
Jeremy Kemper
2005-10-15
1
-1
/
+1
*
Support ordered YAML fixtures. #1896
Jeremy Kemper
2005-10-15
1
-3
/
+29
*
r3581@sedna: jeremy | 2005-10-13 12:20:42 -0700
Jeremy Kemper
2005-10-13
1
-1
/
+7
*
Oops, swapped order of params to COALESCE! Upcoming patch has test cases.
Jeremy Kemper
2005-09-27
1
-1
/
+1
*
r3613@asus: jeremy | 2005-09-26 22:25:04 -0700
Jeremy Kemper
2005-09-27
1
-2
/
+2
*
r3569@asus: jeremy | 2005-09-26 05:33:09 -0700
Jeremy Kemper
2005-09-26
1
-6
/
+6
*
An explicit include ClassInheritableAttributes is no longer needed #1948 [Cal...
David Heinemeier Hansson
2005-09-08
1
-2
/
+0
*
Fixtures ignore table name prefix and suffix #1987 [Jakob S]
Jamis Buck
2005-09-02
1
-1
/
+3
*
Fixed that Yaml error message in fixtures hid the real error #1623 [Nicholas ...
David Heinemeier Hansson
2005-07-06
1
-1
/
+1
*
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
[next]