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
/
base_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix CI failure due to reference type mismatch
Ryuta Kamizono
2017-08-14
1
-2
/
+9
*
Remove duplicated assertion in `test_count_with_join`
Ryuta Kamizono
2017-07-24
1
-16
/
+2
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
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
*
Merge pull request #26634 from kamipo/extract_numeric_data
Rafael França
2017-05-31
1
-74
/
+0
|
\
|
*
Extract `NumericDataTest` to `test/cases/numeric_data_test.rb`
Ryuta Kamizono
2016-12-22
1
-68
/
+0
|
*
Extract `NumericData` model for tests
Ryuta Kamizono
2016-09-27
1
-7
/
+1
*
|
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
*
|
Merge pull request #28161 from bogdanvlviv/add_test_attributes
Rafael França
2017-04-18
1
-0
/
+11
|
\
\
|
*
|
Add test for method `#attributes`
bogdanvlviv
2017-02-25
1
-0
/
+11
*
|
|
Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p...
Fumiaki MATSUSHIMA
2017-03-26
1
-1
/
+1
|
/
/
*
|
`primary_key` and `references` columns should be identical type
Ryuta Kamizono
2017-02-07
1
-0
/
+7
*
|
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
*
|
|
Merge pull request #27335 from kamipo/remove_duplicated_model_definition
Sean Griffin
2017-01-03
1
-10
/
+1
|
\
\
\
|
*
|
|
Remove duplicated model class definitions in `test/cases/base_test.rb`
Ryuta Kamizono
2016-12-12
1
-10
/
+1
|
|
/
/
*
|
|
Remove deprecated `#uniq`, `#uniq!`, and `#uniq_value`
Ryuta Kamizono
2016-12-30
1
-6
/
+0
*
|
|
Remove deprecated support to query using commas on LIMIT
Rafael Mendonça França
2016-12-29
1
-12
/
+2
*
|
|
"Use assert_nil if expecting nil. This will fail in minitest 6."
Akira Matsuda
2016-12-25
1
-1
/
+1
|
/
/
*
|
allow ActiveRecord::Core#slice to use array arg
Cohen Carlisle
2016-10-31
1
-0
/
+10
*
|
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-14
/
+14
|
/
*
improve error message when include assertions fail
Michael Grosser
2016-09-16
1
-1
/
+1
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-3
/
+3
*
Pass along original attribute to save later recursion
Aaron Patterson
2016-08-14
1
-0
/
+7
*
Fix broken alignments caused by auto-correct commit 411ccbd
Ryuta Kamizono
2016-08-10
1
-1
/
+2
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-1
/
+1
*
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
1
-12
/
+10
*
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
1
-53
/
+53
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-123
/
+123
*
Removed a forgotten `with_exclusive_scope` test:
Edouard CHIN
2016-06-24
1
-6
/
+0
*
Remove unnecessary model requires
Jon Moss
2016-06-10
1
-2
/
+0
*
`ActiveRecord::Base#hash` should differ between classes
Sean Griffin
2016-05-31
1
-0
/
+4
*
Support for unified Integer class in Ruby 2.4+
Jeremy Daer
2016-05-18
1
-2
/
+2
*
Revert "Deprecate table names containing dots"
Sean Griffin
2016-03-31
1
-8
/
+0
*
Deprecate table names containing dots
Sean Griffin
2016-03-31
1
-0
/
+8
*
Typos in AR tests
Akira Matsuda
2016-02-03
1
-1
/
+1
*
Active scopes apply to child classes, though not parents/siblings
Matthew Draper
2016-01-12
1
-2
/
+3
*
Fixes LoggerSilence#silence threadsafety
Carl P. Corliss
2015-12-23
1
-0
/
+1
*
Remove legacy mysql adapter
Ryuta Kamizono
2015-12-21
1
-1
/
+0
*
Merge pull request #22653 from matthewd/find_array_ordered
Matthew Draper
2015-12-18
1
-1
/
+2
|
\
|
*
[#20338] improving implementation, fixing and adding some more specs
Miguel Grazziotin
2015-06-03
1
-1
/
+2
*
|
Remove legacy mysql adapter
Abdelkader Boudih
2015-12-17
1
-1
/
+1
*
|
Fix test failures on Windows
Sean Griffin
2015-12-16
1
-4
/
+12
*
|
Use a bind param for `LIMIT` and `OFFSET`
Sean Griffin
2015-12-14
1
-6
/
+0
*
|
Deprecate limit strings with commas
Sean Griffin
2015-12-14
1
-3
/
+7
*
|
add `ActiveRecord::Base.has_attribute?`
Yves Senn
2015-12-02
1
-0
/
+13
*
|
Require only necessary concurrent-ruby classes.
Jerry D'Antonio
2015-11-04
1
-1
/
+1
[next]