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
*
Added deprecation warning for Fixture(s) (Use ActiveRecord::Fixture(s))
Jason Noble
2011-05-07
1
-0
/
+3
*
Namespace Fixtures in ActiveRecord
Jason Noble
2011-05-07
1
-285
/
+287
*
table name needs to be classified when instantiating fixtures
Aaron Patterson
2011-04-29
1
-2
/
+4
*
s/ERb/ERB/g
Akira Matsuda
2011-04-03
1
-3
/
+3
*
Merge remote branch 'rails/master' into identity_map
Emilio Tagua
2011-02-18
1
-36
/
+36
|
\
|
*
fixture methods can be overridden and super() is useful
Aaron Patterson
2011-02-15
1
-14
/
+17
|
*
fixing variable names to reflect reality
Aaron Patterson
2011-02-15
1
-11
/
+11
|
*
this is in the AR namespace, so AR must exist
Aaron Patterson
2011-02-15
1
-1
/
+1
|
*
fixing variable names, removing FixtureFile instances from test ivars
Aaron Patterson
2011-02-15
1
-15
/
+14
|
*
removing unused variable
Aaron Patterson
2011-02-15
1
-3
/
+1
*
|
Merge remote branch 'rails/master' into identity_map
Emilio Tagua
2011-02-15
1
-141
/
+131
|
\
|
|
*
remove accidental raise!
Aaron Patterson
2011-02-14
1
-1
/
+0
|
*
removing irrelevant test
Aaron Patterson
2011-02-14
1
-0
/
+1
|
*
remove unused methods
Aaron Patterson
2011-02-14
1
-35
/
+0
|
*
extract database activity out of Fixtures instances
Aaron Patterson
2011-02-14
1
-7
/
+23
|
*
extract rows that should be inserted to a method
Aaron Patterson
2011-02-14
1
-12
/
+12
|
*
fixtures will return a list of tables that may be effected, delete existing f...
Aaron Patterson
2011-02-14
1
-6
/
+25
|
*
HabtmFixtures class is no longer needed
Aaron Patterson
2011-02-14
1
-31
/
+22
|
*
key habtm fixtures off table name
Aaron Patterson
2011-02-11
1
-5
/
+5
|
*
Fixture class no longer needs a reference to the database connection
Aaron Patterson
2011-02-11
1
-16
/
+4
|
*
convert fixtures to a list of hashes to insert
Aaron Patterson
2011-02-11
1
-2
/
+6
|
*
Fixtures class constantizes this value, so no need to do it twice
Aaron Patterson
2011-02-11
1
-3
/
+3
|
*
database quoting should take care of this, no need to gsub
Aaron Patterson
2011-02-11
1
-1
/
+1
|
*
calculate model class on construction
Aaron Patterson
2011-02-11
1
-16
/
+11
|
*
clear cache for all connections when resetting
Aaron Patterson
2011-02-11
1
-4
/
+3
|
*
avoid side effects from method calls, localize ivar assignment
Aaron Patterson
2011-02-11
1
-3
/
+4
|
*
create fixtures always returns a list, so build a hash from the list
Aaron Patterson
2011-02-11
1
-10
/
+2
|
*
create_fixtures() should always return a list
Aaron Patterson
2011-02-11
1
-4
/
+4
|
*
fixing variable names
Aaron Patterson
2011-02-11
1
-4
/
+10
|
*
use hash defaults to dry up ||= calls
Aaron Patterson
2011-02-11
1
-27
/
+22
|
*
refactor fixtures to do less work in the constructor
Aaron Patterson
2011-02-11
1
-10
/
+23
|
*
favor composition over inheritence. use AS::OrderedHash rather than omap
Aaron Patterson
2011-02-11
1
-19
/
+24
|
*
load and prefer psych as the YAML parser when it is available
Aaron Patterson
2011-01-21
1
-0
/
+6
|
*
Have a proper AssociationReflection#foreign_type method rather than using opt...
Jon Leighton
2011-01-03
1
-8
/
+3
|
*
Rename AssociationReflection#primary_key_name to foreign_key, since the optio...
Jon Leighton
2010-12-31
1
-1
/
+1
*
|
IdentityMap - misc fixes
Marcin Raczkowski
2010-11-19
1
-1
/
+3
|
/
*
use new skool Ruby instead of Ruby Classic™
Aaron Patterson
2010-09-27
1
-5
/
+3
*
replacing superclass_delegating_accessor with class_attribute
Neeraj Singh
2010-08-31
1
-6
/
+6
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-18
/
+18
*
Removing most of the symbol to proc usage in Active Record
Prem Sichanugrist
2010-08-13
1
-2
/
+2
*
Raising exception if fixture file can't be found
Paul Hieromnimon
2010-08-11
1
-0
/
+4
*
ensuring that description does not exceed 100 columns
Neeraj Singh
2010-08-02
1
-20
/
+30
*
Make use of redefine_method, removed some more redefining warnings
Łukasz Strzałkowski
2010-07-19
1
-1
/
+1
*
primary_key_name already checks for the model_class
Aaron Patterson
2010-07-14
1
-2
/
+2
*
use array intersection for dry / faster code
Aaron Patterson
2010-07-14
1
-3
/
+2
*
Clarify Fixture#key_ and value_list
Jeremy Kemper
2010-06-08
1
-7
/
+5
*
prevent to run fixture accessor (e.g. test_foos for TestFoo model) as a test ...
Nobuhiro IMAI
2010-05-16
1
-0
/
+1
*
AR: fixed postgres fixture tests [#4519 state:resolved]
Cezary Baginski
2010-05-01
1
-1
/
+1
*
Support fixtures for namespaced models [#2965 state:resolved]
Andrew White
2010-04-25
1
-4
/
+5
*
Use Array.wrap to quiet 1.8.8 deprecation
Jeremy Kemper
2010-04-24
1
-3
/
+4
[next]