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
*
Refer to rails command instead of rake in a bunch of places
David Heinemeier Hansson
2015-12-18
1
-1
/
+1
*
FixtureSet.fixture_class_names should have no default value
Jamis Buck
2015-10-29
1
-3
/
+1
*
applies new doc guidelines to Active Record.
Yves Senn
2015-10-14
1
-2
/
+2
*
Merge pull request #20574 from repinel/fix-db-fixtures-load
Yves Senn
2015-09-30
1
-9
/
+30
|
\
|
*
Allow fixtures YAML files to set the model class in the file itself
Roque Pinel
2015-09-11
1
-9
/
+33
|
/
*
Add `:nodoc:` for internal testing methods [ci skip]
Robin Dupret
2015-07-28
1
-2
/
+2
*
Use default model enum in fixtures if not defined
eileencodes
2015-07-02
1
-1
/
+3
*
[ci skip] Fix the dynamic fixtures example
Jeremy Baker
2015-06-13
1
-1
/
+1
*
Merge pull request #20437 from pwnall/abstract_fixtures
Rafael Mendonça França
2015-06-09
1
-1
/
+1
|
\
|
*
Fix crash when loading fixture with belongs_to association defined in abstrac...
Victor Costan
2015-06-04
1
-1
/
+1
*
|
Stop `to_s(:db)` for fixture's timestamp
Fumiaki MATSUSHIMA
2015-06-07
1
-1
/
+0
|
/
*
Resolve enums in test fixtures
George Claghorn
2015-05-27
1
-0
/
+5
*
Closes rails/rails#18864: Renaming transactional fixtures to transactional tests
Brandon Weiss
2015-03-16
1
-8
/
+20
*
Merge pull request #19177 from gregmolnar/fixtures
Rafael Mendonça França
2015-03-02
1
-5
/
+3
|
\
|
*
Use the correct connection for reset_pk_sequence
Montana Low
2015-03-01
1
-5
/
+3
*
|
Merge pull request #17426 from jpcody/fixture_associations_fix
Aaron Patterson
2015-02-24
1
-0
/
+4
|
\
\
|
|
/
|
/
|
|
*
Rely on through table name in has_many fixtures
Joshua Cody
2014-10-29
1
-0
/
+4
*
|
Use Module#include instead of send :include, since now is a public method [ci...
robertomiranda
2015-01-31
1
-2
/
+2
*
|
changed deleted_tables list to set
Hyonjee Joo
2015-01-31
1
-1
/
+2
*
|
Merge pull request #18512 from vipulnsward/18492-fixtures-with-sti
Aaron Patterson
2015-01-31
1
-1
/
+5
|
\
\
|
*
|
Fixes #18492
Vipul A M
2015-01-14
1
-1
/
+5
*
|
|
Remove most type related predicates from `Column`
Sean Griffin
2015-01-30
1
-3
/
+3
|
/
/
*
|
Fix lookup of fixtures with non-string label
Prathamesh Sonpatki
2015-01-06
1
-1
/
+1
*
|
Fix TypeError in Fixture creation
Matt Hogan
2015-01-05
1
-1
/
+1
*
|
Remove deprecated `ActiveRecord::Fixtures` constant
Rafael Mendonça França
2015-01-04
1
-6
/
+0
*
|
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
1
-3
/
+3
*
|
Fix build failures
Sean Griffin
2014-11-22
1
-1
/
+3
*
|
make it possible to access fixtures excluded by a `default_scope`.
Yves Senn
2014-11-21
1
-1
/
+1
*
|
Avoid unnecessary allocations/calls
Pablo Herrero
2014-11-02
1
-1
/
+1
|
/
*
Merge pull request #17014 from grosser/grosser/fast-fixtures
Aaron Patterson
2014-10-10
1
-34
/
+2
|
\
|
*
speed up fixtures by not loading all their classes
grosser
2014-10-06
1
-34
/
+2
*
|
Use Hash#each_key instead of Hash#keys.each
Erik Michaels-Ober
2014-09-29
1
-1
/
+1
|
/
*
fix fixtures not loading if a belongs_to association is defined with a :forei...
Will Bryant
2014-09-22
1
-1
/
+1
*
Updated comment about features of fixtures
Prathamesh Sonpatki
2014-09-19
1
-0
/
+3
*
extract updating all fixture cache to a method so we can lock later
Aaron Patterson
2014-09-03
1
-1
/
+5
*
[ci skip] Fix example code of ActiveRecord::FixtureSet.context_class
yuuji.yaginuma
2014-08-29
1
-1
/
+1
*
don't log errors when all is fine
Peter Schröder
2014-07-17
1
-5
/
+5
*
Move uuid_v5 and uuid_v3 to Digest::UUID
Rafael Mendonça França
2014-07-15
1
-2
/
+2
*
Revert code changes at "Copy edits and code font wrap for Active Record [ci s...
Rafael Mendonça França
2014-06-13
1
-1
/
+7
*
Copy edits and code font wrap for Active Record [ci skip]
Zachary Scott
2014-06-13
1
-15
/
+11
*
Remove deprecation warning
Akshay Vishnoi
2014-06-11
1
-4
/
+0
*
remove deprecation call while initializing `ClassCache` object
Kuldeep Aggarwal
2014-06-11
1
-7
/
+1
*
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2014-06-07
1
-3
/
+4
|
\
|
*
[ci skip] remove double "in your"
schneems
2014-06-04
1
-1
/
+1
|
*
[ci skip] less derogatory explanation of defaults
schneems
2014-06-02
1
-2
/
+3
|
*
[ci skip] fix "note" syntax
schneems
2014-06-02
1
-1
/
+1
*
|
fix polymorphic? method and reuse it
eileencodes
2014-06-02
1
-1
/
+1
|
/
*
Merge pull request #15210 from arthurnn/fix_hbtm_reflection
Arthur Neves
2014-05-24
1
-1
/
+1
*
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
|
\
[next]