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
*
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
*
adds missing requires for Object#blank? and Object#present?
Xavier Noria
2010-03-28
1
-0
/
+1
*
Merge remote branch 'mainstream/master'
Pratik Naik
2010-01-17
1
-4
/
+3
|
\
|
*
reduce max size of fixture IDs to fix sqlite2 tests, because sqlite2 was gett...
Chad Woolley
2010-01-12
1
-1
/
+1
|
*
Use better defaults for fixtures: transactional=true, instantiated=false
Jeffrey Hardy
2010-01-06
1
-2
/
+2
|
*
Autoload AS test case
Joshua Peek
2010-01-04
1
-1
/
+0
*
|
revises an example in docs about habtm & fixtures
Xavier Noria
2009-12-03
1
-2
/
+1
|
/
*
Don't use AR::Base.connection for fixture column quoting. Use the connection ...
Jeffrey Hardy
2009-08-26
1
-7
/
+9
*
Merge docrails
Pratik Naik
2009-07-25
1
-1
/
+1
*
Break up DependencyModule's dual function of providing a "depend_on" DSL and ...
Joshua Peek
2009-05-28
1
-1
/
+1
*
Reimplement Fixtures.identify so that it consistently generates identities ac...
Ken Collins
2009-05-18
1
-4
/
+5
*
Cherry-pick core extensions
Jeremy Kemper
2009-05-13
1
-0
/
+1
*
Use DependencyModule for included hooks in ActiveRecord
Bryan Helmkamp
2009-05-11
1
-20
/
+18
*
Merge with docrails
Pratik Naik
2009-02-24
1
-57
/
+46
*
Introduce transaction_joinable flag to mark that the fixtures transaction can...
Jeremy Kemper
2009-01-10
1
-3
/
+2
*
Merge commit 'origin/master' into savepoints
Hongli Lai (Phusion)
2008-12-03
1
-142
/
+147
|
\
|
*
Rename use_transactional_fixtures? so it doesn't collide with the superclass_...
Jeremy Kemper
2008-11-25
1
-4
/
+4
|
*
fixtures depends on dependencies
Joshua Peek
2008-11-24
1
-0
/
+1
|
*
Ensure @@already_loaded_fixtures is initialized before use
Pratik Naik
2008-11-16
1
-1
/
+1
|
*
lazy-initialize already loaded fixtures map
Jeremy Kemper
2008-11-08
1
-1
/
+1
|
*
Remove fixtures from Test::Unit::TestCase. Mix in AR::TestFixtures instead.
Jeremy Kemper
2008-11-07
1
-140
/
+144
*
|
Implement savepoints.
Jonathan Viney
2008-11-03
1
-0
/
+2
|
/
*
Remove CachedConnectionPerThread per-thread pooling mechanism in favor of a f...
Nick Sieger
2008-08-29
1
-1
/
+1
*
Fix file permissions
Tarmo Tänav
2008-07-31
1
-0
/
+0
*
Move the transaction counter to the connection object rather than maintaining...
Jonathan Viney
2008-07-15
1
-4
/
+4
*
Make fixture accessors work when fixture name is not same as the table name. ...
Rhett Sutphin
2008-07-14
1
-3
/
+4
*
Don't append limit to primary key column definition. Freeze some constants.
Jeremy Kemper
2008-06-08
1
-1
/
+1
*
Merge docrails.
Pratik Naik
2008-05-25
1
-24
/
+25
*
Prefer string core_ext inflector methods over directly accessing Inflector.
Joshua Peek
2008-05-14
1
-7
/
+7
*
Merge docrails:
Pratik Naik
2008-05-09
1
-1
/
+1
*
Fixed fixture caching with prefixed or suffixed tables.
Rhett Sutphin
2008-04-30
1
-3
/
+3
*
Ruby 1.9 compat: delete DEFAULTS key from Hash not Omap array
Jeremy Kemper
2008-04-01
1
-1
/
+5
*
Improve documentation.
Pratik Naik
2008-03-26
1
-5
/
+5
*
Only log if theres a logger
David Heinemeier Hansson
2008-03-17
1
-1
/
+3
*
Added logging for dependency load errors with fixtures (closes #11056) [stuth...
David Heinemeier Hansson
2008-03-17
1
-5
/
+11
*
Fixtures: removed support for the ancient pre-YAML file format. Closes #10736.
Jeremy Kemper
2008-01-08
1
-36
/
+1
*
* Continue evolution toward ActiveSupport::TestCase and friends. #10679 [Jos...
Jeremy Kemper
2008-01-05
1
-82
/
+67
[next]