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
*
`self.` is not needed when calling its own instance method
Akira Matsuda
2017-01-05
1
-1
/
+1
*
Remove deprecated #use_transactional_fixtures configuration
Rafael Mendonça França
2016-12-29
1
-13
/
+1
*
fix #create_fixtures when equal table names in different databases
Julia Lopez
2016-12-21
1
-3
/
+3
*
Fix spelling in API docs
Dave Powers
2016-11-12
1
-2
/
+2
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-7
/
+7
*
remove duplicated fixture set names
yuuji.yaginuma
2016-09-12
1
-1
/
+1
*
Fix `ActiveRecord::FixtureSet` docs [ci skip]
Ryuta Kamizono
2016-08-15
1
-4
/
+4
*
Consolidate `ActiveRecord::TestCase` and `ActiveSupport::TestCase` in AR test...
Ryuta Kamizono
2016-08-14
1
-4
/
+4
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-1
/
+0
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-13
/
+13
*
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
1
-2
/
+2
*
applies new string literal convention in activerecord/lib
Xavier Noria
2016-08-06
1
-16
/
+16
*
Fix `payload[:class_name]` to `payload[:spec_name]`
Ryuta Kamizono
2016-07-17
1
-8
/
+3
*
Create connection.active_record notification and use that to ensure that lazy-
Jeremy Wadsack
2016-07-12
1
-0
/
+28
*
Fix typo
Francesco Rodriguez
2016-06-12
1
-1
/
+1
*
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
[next]