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
*
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
*
Move transaction joinability into the transaction object
Jon Leighton
2012-09-15
1
-3
/
+2
*
Start to tease out transaction handling into a state machine
Jon Leighton
2012-09-15
1
-6
/
+2
*
One hash is enough
Jon Leighton
2012-08-31
1
-1
/
+1
*
load active_support/core_ext/object/blank in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
Improve the derivation of HABTM assocation join table names
Andrew White
2012-06-22
1
-1
/
+1
*
Fix an error in example in methods of instanciated fixtures.
Geoffrey Roguelon
2012-05-15
1
-1
/
+1
*
Rename some variables
Alexey Muranov
2012-05-09
1
-76
/
+80
*
Remove unused private method in fixtures.rb
Alexey Muranov
2012-05-09
1
-3
/
+0
*
Remove unused parameter in ::instantiate_fixtures
Alexey Muranov
2012-05-09
1
-5
/
+5
*
Change unless + ! into if
Piotr Sarnacki
2012-05-04
1
-1
/
+1
*
properly namespace the fixture exception
Aaron Patterson
2012-03-22
1
-6
/
+2
*
Remove IdentityMap
Carlos Antonio da Silva
2012-03-13
1
-3
/
+1
[next]