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
*
Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin block
Ryuta Kamizono
2018-12-21
1
-5
/
+3
*
Upgrade Rubocop to 0.61.1 and fix offenses
Vinicius Stock
2018-12-10
1
-33
/
+33
*
Don't pass useless `table_name` to `ModelMetadata.new`
Ryuta Kamizono
2018-11-03
1
-3
/
+1
*
Don't pass unused `connection` to `FixtureSet.new`
Ryuta Kamizono
2018-11-03
1
-5
/
+2
*
Move FixtureSet::ReflectionProxy and FixtureSet::HasManyThroughProxy to Fixtu...
Gannon McGibbon
2018-10-05
1
-32
/
+0
*
Introduce FixtureSet::TableRows and FixtureSet::TableRow
Gannon McGibbon
2018-10-05
1
-88
/
+7
*
Introduce FixtureSet::ModelMetadata
Gannon McGibbon
2018-10-05
1
-29
/
+9
*
Small refactors to FixtureSet::ClassCache and Fixture
Gannon McGibbon
2018-10-05
1
-9
/
+8
*
Move FixtureSet.create_fixtures reading and inserting sections into private m...
Gannon McGibbon
2018-10-05
1
-41
/
+58
*
Organize FixtureSet class methods
Gannon McGibbon
2018-10-05
1
-102
/
+104
*
Move test_fixtures and render_context to separate files
Gannon McGibbon
2018-10-03
1
-214
/
+2
*
Raise an error when loading all fixtures from nil fixture_path
Gannon McGibbon
2018-09-26
1
-0
/
+1
*
[ci skip] Change references from Rake task to Rails command
Alberto Almagro
2018-08-01
1
-2
/
+2
*
Add test parallelization to Rails
eileencodes
2018-02-15
1
-2
/
+3
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
1
-3
/
+3
*
Build a multi-statement query when inserting fixtures:
Edouard CHIN
2018-01-22
1
-34
/
+25
*
[Active Record] require => require_relative
Akira Matsuda
2017-10-21
1
-2
/
+2
*
Use tt in doc for ActiveRecord [ci skip]
Yoshiyuki Hirano
2017-08-27
1
-1
/
+1
*
Add `binary` helper method to fixtures.
yalab
2017-08-12
1
-0
/
+4
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
[Active Record] require => require_relative
Akira Matsuda
2017-07-01
1
-2
/
+2
*
Use bulk INSERT to insert fixtures
Kir Shatrov
2017-06-20
1
-3
/
+1
*
Use mattr_accessor default: option throughout the project
Genadi Samokovarov
2017-06-03
1
-2
/
+1
*
Add option for class_attribute default (#29270)
David Heinemeier Hansson
2017-05-29
1
-14
/
+6
*
Passing in no arguments to the dynamic fixture accessor method returns all fi...
Kevin McPhillips
2017-04-07
1
-4
/
+25
*
Ensure test threads share a DB connection
eileencodes
2017-02-20
1
-0
/
+3
*
`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
|
\
[next]