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
...
|
*
|
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
*
|
Move some AR test cases to inheritance_test.rb
yui-knk
2015-10-31
1
-79
/
+0
*
|
Fix typo in ignored_columns test [skip ci]
Jon Atack
2015-09-24
1
-1
/
+1
*
|
Implement ActiveRecord::Base.ignored_columns
Jean Boussier
2015-09-24
1
-0
/
+18
*
|
Don't attempt to specify datetime precision unless supported
Sean Griffin
2015-09-23
1
-1
/
+1
*
|
File encoding is defaulted to utf-8 in Ruby >= 2.1
Akira Matsuda
2015-09-18
1
-2
/
+0
*
|
Removed mocha from Active Record Part 2
Ronak Jangir
2015-09-16
1
-10
/
+13
*
|
Respect scale of the column in the Decimal type
Rafael Mendonça França
2015-09-01
1
-0
/
+28
*
|
Replaced `ActiveSupport::Concurrency::Latch` with concurrent-ruby.
Jerry D'Antonio
2015-07-13
1
-7
/
+7
|
/
*
deprecate `Relation#uniq` use `Relation#distinct` instead.
Yves Senn
2015-05-26
1
-6
/
+4
*
tests, sequences are derived from the base class.
Yves Senn
2015-03-06
1
-7
/
+10
*
tests, remove side effects on `Joke` during `base_test.rb`.
Yves Senn
2015-03-06
1
-23
/
+28
*
Do not test, document or use a private API method
Rafael Mendonça França
2015-02-20
1
-1
/
+0
*
Rm `Type#type_cast`
Sean Griffin
2015-02-17
1
-1
/
+1
*
Allow a symbol to be passed to `attribute`, in place of a type object
Sean Griffin
2015-02-06
1
-2
/
+2
*
Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...
Vipul A M
2015-02-03
1
-1
/
+0
*
Add firebird support to test suite
Ray Zane
2015-01-05
1
-1
/
+2
[prev]
[next]