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
*
No need to call send
Rafael Mendonça França
2014-04-10
1
-1
/
+1
*
Merge pull request #12016 from roderickvd/uuid_fixes
Rafael Mendonça França
2014-04-04
1
-9
/
+24
|
\
|
*
Auto-generate stable fixture UUIDs on PostgreSQL.
Roderick van Domburg
2014-01-07
1
-9
/
+24
*
|
Extend fixture label replacement to allow string interpolation
Eric Steele
2014-03-15
1
-1
/
+2
*
|
Fixed typo in comment about MAX_ID.
Vajrasky Kok
2014-02-23
1
-1
/
+1
*
|
Update deprecation warning to give more information about caller
T.J. Schuck
2014-01-16
1
-2
/
+2
*
|
Revert "ask the fixture set for the sql statements"
Aaron Patterson
2014-01-09
1
-12
/
+10
|
/
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2013-12-20
1
-1
/
+1
|
\
|
*
Typos. return -> returns. [ci skip]
Lauro Caetano
2013-12-03
1
-1
/
+1
*
|
Introduce a context for rendering fixtures ERB.
Victor Costan
2013-12-03
1
-0
/
+32
|
/
*
ask the fixture set for the sql statements
Aaron Patterson
2013-11-04
1
-10
/
+12
*
remove HABTM special cases from the fixtures
Aaron Patterson
2013-10-02
1
-12
/
+0
*
let the class cache object clean up user input
Aaron Patterson
2013-09-09
1
-8
/
+20
*
Fix fixtures regression that required table names to map to classes only, not...
Jeremy Kemper
2013-09-08
1
-1
/
+1
*
use polymorphic proxies to remove duplicate code
Aaron Patterson
2013-09-06
1
-24
/
+43
*
reduce duplication somewhat
Aaron Patterson
2013-09-06
1
-14
/
+14
*
make the duplicate code more similar
Aaron Patterson
2013-09-06
1
-4
/
+10
*
auto link hm:t fixture join tables like habtm
Aaron Patterson
2013-09-06
1
-0
/
+16
*
don't depend on object state when reading fixture files
Aaron Patterson
2013-09-06
1
-8
/
+7
*
ensure @model_class is initialized
Aaron Patterson
2013-09-06
1
-0
/
+1
*
no need to dup
Aaron Patterson
2013-09-05
1
-1
/
+1
*
push logic outside the FixtureSet constructor
Aaron Patterson
2013-09-05
1
-3
/
+3
*
only construct the FixtureSet with AR models
Aaron Patterson
2013-09-05
1
-2
/
+11
*
push constant lookup in the a cache object
Aaron Patterson
2013-09-05
1
-2
/
+21
*
Add config to method calls in fixtures.
wangjohn
2013-08-26
1
-23
/
+26
*
Removing instances of string class_names in fixtures.
wangjohn
2013-08-24
1
-3
/
+6
*
Deprecating passing strings as class name in fixtures.
wangjohn
2013-08-23
1
-7
/
+1
*
load fixtures from linked folders
Kassio Borges
2013-08-05
1
-2
/
+2
*
extract habtm handling to a method
Aaron Patterson
2013-08-01
1
-8
/
+12
*
Remove deprecated `ActiveRecord::Fixtures.find_table_name` in favour of `Acti...
Vipul A M
2013-07-03
1
-6
/
+0
*
fixture setup does not rely on `AR::Base.configurations`.
Yves Senn
2013-06-15
1
-4
/
+0
*
reverse comparison because of strange AS behavior
Aaron Patterson
2013-05-21
1
-1
/
+1
*
stop depending on callbacks
Aaron Patterson
2013-04-04
1
-6
/
+12
*
Allows setting fixture_path to a Pathname
Alexander Murmann and Can Berk Güder
2013-03-21
1
-1
/
+1
*
fix example of setting DEFAULTS in fixtures
Jonathan Garvin
2013-01-16
1
-2
/
+2
*
These are already required through AS/rails
Akira Matsuda
2013-01-07
1
-2
/
+0
*
Fix argument name in fixtures method
Carlos Antonio da Silva
2012-12-18
1
-1
/
+1
*
Revert "use File.basename to get the filename minus .yml"
Aaron Patterson
2012-12-18
1
-4
/
+3
*
Remove useless check of AR being defined from teardown fixtures
Carlos Antonio da Silva
2012-11-27
1
-5
/
+4
*
Add a deprecation before removing find_table_name
Alexey Muranov
2012-11-17
1
-0
/
+6
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-11-17
1
-2
/
+2
|
\
|
*
1.9 Syntax related changes
AvnerCohen
2012-11-10
1
-2
/
+2
*
|
Properly deprecate ConnectionHandler#connection_pools
Jon Leighton
2012-11-09
1
-1
/
+1
|
/
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-11-03
1
-0
/
+1
|
\
|
*
nodoc deprecated AR::Fixtures constant [ci skip]
Francesco Rodriguez
2012-10-21
1
-0
/
+1
*
|
Remove ActiveRecord::Model
Jon Leighton
2012-10-26
1
-1
/
+1
|
/
*
Remove the leading :: constant qualifier in the ActiveRecord::Fixtures deprec...
Jeremy Kemper
2012-10-10
1
-1
/
+1
*
Move/rename files to follow naming conventions
Alexey Muranov
2012-10-07
1
-1
/
+1
*
Deprecate "Fixtures" constant
Alexey Muranov
2012-10-07
1
-0
/
+8
*
Rename "Fixtures" class to "FixtureSet"
Alexey Muranov
2012-10-07
1
-17
/
+17
[next]