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
*
Make `sql_type` of primary key in SQLite to comparable with an integer (#28008)
Ryuta Kamizono
2017-12-26
1
-1
/
+1
*
Using table name qualified column names unless having SELECT list explicitly
Ryuta Kamizono
2017-12-18
1
-3
/
+7
*
Convert protected_environments to an array of strings
bogdanvlviv
2017-12-12
1
-0
/
+12
*
Merge pull request #31403 from Edouard-chin/fix-quoted-columnname
Rafael França
2017-12-12
1
-0
/
+8
|
\
|
*
Quote colum_names when building select:
Edouard CHIN
2017-12-11
1
-0
/
+8
*
|
Enable `Layout/SpaceBeforeComma` rubocop rule, and fixed more
Ryuta Kamizono
2017-12-12
1
-1
/
+1
|
/
*
SQLite3 valid integer value should be 8 bytes (64-bit signed integer) (#28379)
Ryuta Kamizono
2017-12-03
1
-5
/
+3
*
Allow test_ignored_columns_not_included_in_SELECT column names case
Yasuo Honda
2017-11-15
1
-1
/
+1
*
Do not use `Arel.star` when `ignored_columns`
Jon Moss
2017-11-13
1
-0
/
+21
*
Convert ignored_columns to a list of string
Altech
2017-10-20
1
-0
/
+12
*
Test `ignored_columns` value is inheritable by subclasses
Ryuta Kamizono
2017-10-19
1
-0
/
+7
*
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
[next]