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
*
More exercise test cases for order by table name qualified column name
Ryuta Kamizono
2019-02-21
1
-8
/
+8
*
Extract duplicated `serialize` methods into helpers
Ryuta Kamizono
2019-02-18
1
-0
/
+3
*
Remove duplicated `test_update_all_with_order_and_limit`
Ryuta Kamizono
2019-02-18
1
-6
/
+0
*
Revert "Merge pull request #35186 from kamipo/fix_leaking_scope_on_relation_c...
Ryuta Kamizono
2019-02-15
1
-1
/
+1
*
Fix `pluck` and `select` with custom attributes
Ryuta Kamizono
2019-02-13
1
-2
/
+3
*
Fix `relation.create` to avoid leaking scope to initialization block and call...
Ryuta Kamizono
2019-02-07
1
-1
/
+1
*
An empty transaction does not raise the `ReadOnlyError` if preventing writes
Ryuta Kamizono
2018-12-11
1
-0
/
+10
*
An explain query does not raise the `ReadOnlyError` if preventing writes
Ryuta Kamizono
2018-12-11
1
-0
/
+8
*
Don't treat begin and rollback transactions as write queries
Ryuta Kamizono
2018-12-11
1
-3
/
+9
*
Rename error that occurs when writing on a read
Eileen Uchitelle
2018-12-07
1
-3
/
+3
*
Assigned but unused variable - bird
utilum
2018-12-03
1
-1
/
+1
*
Add ability to prevent writes to a database
Eileen Uchitelle
2018-11-30
1
-0
/
+36
*
Cached columns_hash fields should be excluded from ResultSet#column_types
DmitryTsepelev
2018-11-27
1
-0
/
+8
*
Make `test_initialize_with_invalid_attribute` work correctly
yuuji.yaginuma
2018-09-30
1
-4
/
+6
*
add mysql and sqlite3 default test
kenjiszk
2018-09-01
1
-3
/
+5
*
Ensure casting by boolean attribute when querying
Ryuta Kamizono
2018-05-29
1
-43
/
+0
*
Fix typo in ActiveRecord test method name
Takayoshi Nishida
2018-05-02
1
-1
/
+1
*
Replace `assert !` with `assert_not`
Daniel Colson
2018-04-19
1
-5
/
+5
*
Autocorrect `refute` RuboCop violations
Daniel Colson
2018-04-03
1
-1
/
+1
*
Properly escape column name embedded into regexp
Andreas Bühmann
2018-02-22
1
-1
/
+1
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
1
-31
/
+31
*
Change refute to assert_not
Daniel Colson
2018-01-25
1
-1
/
+1
*
Use respond_to test helpers
Daniel Colson
2018-01-25
1
-22
/
+22
*
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
|
\
\
[next]