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
/
test
/
cases
/
fixtures_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the future
Ryuta Kamizono
2017-12-14
1
-1
/
+1
*
Add `binary` helper method to fixtures.
yalab
2017-08-12
1
-1
/
+2
*
Merge remote-tracking branch 'origin/master' into unlock-minitest
Rafael Mendonça França
2017-08-01
1
-0
/
+2
|
\
|
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
|
Merge branch 'master' into unlock-minitest
Kasper Timm Hansen
2017-07-15
1
-1
/
+31
|
\
|
|
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
|
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
|
*
Use bulk INSERT to insert fixtures
Kir Shatrov
2017-06-20
1
-1
/
+31
*
|
Merge pull request #29287 from alexcameron89/fix-db-statement-test-48104
Matthew Draper
2017-06-01
1
-0
/
+1
|
\
\
|
*
|
Reset primary key sequence in FixturesResetPkSequenceTests
Alex Kitchens
2017-05-31
1
-0
/
+1
|
|
/
*
/
Ensure fixtures are loaded for FoxyFixturesTest
Alex Kitchens
2017-05-31
1
-0
/
+2
|
/
*
Restore `fixtures :author_addresses`
Ryuta Kamizono
2017-04-27
1
-1
/
+1
*
Revert "Merge pull request #27636 from mtsmfm/disable-referential-integrity-w...
Rafael Mendonça França
2017-04-26
1
-1
/
+1
*
Passing in no arguments to the dynamic fixture accessor method returns all fi...
Kevin McPhillips
2017-04-07
1
-0
/
+18
*
Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p...
Fumiaki MATSUSHIMA
2017-03-26
1
-1
/
+1
*
Deprecate `supports_migrations?` on connection adapters
Ryuta Kamizono
2017-02-27
1
-47
/
+45
*
Ensure test threads share a DB connection
eileencodes
2017-02-20
1
-0
/
+6
*
`self.` is not needed when calling its own instance method
Akira Matsuda
2017-01-05
1
-1
/
+1
*
Require "models/post" before "models/comment"
Yasuo Honda
2017-01-04
1
-1
/
+1
*
Revert "Merge pull request #21233 from mtsmfm/disable-referential-integrity-w...
Rafael Mendonça França
2017-01-03
1
-1
/
+1
*
Merge pull request #21233 from mtsmfm/disable-referential-integrity-without-s...
Rafael França
2017-01-03
1
-1
/
+1
|
\
|
*
Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p...
Fumiaki MATSUSHIMA
2016-12-03
1
-1
/
+1
*
|
fix #create_fixtures when equal table names in different databases
Julia Lopez
2016-12-21
1
-0
/
+15
*
|
Throw friendly error message when fixture is not a hash
Kir Shatrov
2016-12-15
1
-2
/
+12
|
/
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-6
/
+6
*
improve error message when include assertions fail
Michael Grosser
2016-09-16
1
-1
/
+1
*
remove duplicated fixture set names
yuuji.yaginuma
2016-09-12
1
-2
/
+2
*
Use `ActiveRecord::TestCase` rather than `ActiveSupport::TestCase` in AR test...
Ryuta Kamizono
2016-08-11
1
-1
/
+1
*
code gardening: removes redundant selfs
Xavier Noria
2016-08-08
1
-2
/
+2
*
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Ryuta Kamizono
2016-08-07
1
-1
/
+0
*
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
1
-20
/
+20
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-77
/
+77
*
Fix `payload[:class_name]` to `payload[:spec_name]`
Ryuta Kamizono
2016-07-17
1
-2
/
+2
*
Create connection.active_record notification and use that to ensure that lazy-
Jeremy Wadsack
2016-07-12
1
-0
/
+40
*
Support for unified Integer class in Ruby 2.4+
Jeremy Daer
2016-05-18
1
-1
/
+1
*
fix regression when loading fixture files with symbol keys.
Yves Senn
2016-01-13
1
-0
/
+4
*
deletes commented code introduced in db045db (initial commit)
Tony Ta
2015-12-15
1
-1
/
+0
*
FixtureSet.fixture_class_names should have no default value
Jamis Buck
2015-10-29
1
-0
/
+14
*
Merge pull request #20574 from repinel/fix-db-fixtures-load
Yves Senn
2015-09-30
1
-1
/
+34
|
\
|
*
Allow fixtures YAML files to set the model class in the file itself
Roque Pinel
2015-09-11
1
-1
/
+34
*
|
Removed mocha from Active Record Part 2
Ronak Jangir
2015-09-16
1
-2
/
+4
|
/
*
Removed duplicate require ‘models/computer’
Ronak Jangir
2015-08-26
1
-1
/
+0
*
Removed mocha from Active Record Part 1
Ronak Jangir
2015-08-25
1
-8
/
+9
*
descriptive error message when fixtures contian a missing column.
Yves Senn
2015-08-13
1
-0
/
+7
*
Fix crash when loading fixture with belongs_to association defined in abstrac...
Victor Costan
2015-06-04
1
-0
/
+10
*
Resolve enums in test fixtures
George Claghorn
2015-05-27
1
-1
/
+8
*
Rename association option :class to :anonymous_class
Andrew White
2015-04-21
1
-6
/
+6
*
Closes rails/rails#18864: Renaming transactional fixtures to transactional tests
Brandon Weiss
2015-03-16
1
-10
/
+10
*
Merge pull request #19177 from gregmolnar/fixtures
Rafael Mendonça França
2015-03-02
1
-1
/
+1
|
\
|
*
test reset_pk_sequence with multi connection
Greg Molnar
2015-03-01
1
-1
/
+1
[next]