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
/
adapter_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
SQLite3: Implement `add_foreign_key` and `remove_foreign_key`
Ryuta Kamizono
2019-02-11
1
-0
/
+4
*
Add test case for `preventing_writes?`
Ryuta Kamizono
2019-01-02
1
-0
/
+10
*
Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin block
Ryuta Kamizono
2018-12-21
1
-12
/
+10
*
Ensure that preventing writes is invoked before `materialize_transactions` co...
Ryuta Kamizono
2018-12-12
1
-9
/
+21
*
Prevent write queries for `exec_query`
Ryuta Kamizono
2018-12-11
1
-0
/
+37
*
When running exec_query MySQL always returns ActiveRecord::Result
Alireza Bashiri
2018-11-25
1
-0
/
+5
*
Redact SQL in errors
Gannon McGibbon
2018-11-22
1
-12
/
+0
*
Enable `Performance/UnfreezeString` cop
yuuji.yaginuma
2018-09-23
1
-1
/
+1
*
Fix deprecation hash warning - activerecord test
Vitor Oliveira
2018-09-20
1
-1
/
+1
*
`supports_xxx?` returns whether a feature is supported by the backend
Ryuta Kamizono
2018-09-08
1
-0
/
+25
*
Deprecate most methods which were never used in `DatabaseLimits`
Ryuta Kamizono
2018-09-05
1
-0
/
+28
*
Omit BEGIN/COMMIT statements for empty transactions
Eugene Kenny
2018-08-13
1
-0
/
+1
*
MySQL: Raise ActiveRecord::InvalidForeignKey for foreign-key constraint viola...
George Claghorn
2018-07-30
1
-5
/
+16
*
Bump minimum SQLite version to 3.8
Yasuo Honda
2018-05-21
1
-0
/
+4
*
Replace `assert !` with `assert_not`
Daniel Colson
2018-04-19
1
-1
/
+1
*
Deprecate update_attributes and update_attributes!
Eddie Lebow
2018-02-17
1
-1
/
+1
*
Use assert_empty and assert_not_empty
Daniel Colson
2018-01-25
1
-1
/
+1
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
1
-5
/
+5
*
Fix `can't modify frozen String` error in an AR test
Koichi ITO
2017-08-19
1
-2
/
+2
*
Restore the ability that SQL with binds for `insert`, `update`, and `delete` ...
Ryuta Kamizono
2017-08-18
1
-0
/
+32
*
Merge remote-tracking branch 'origin/master' into unlock-minitest
Rafael Mendonça França
2017-08-01
1
-3
/
+3
|
\
|
*
Refactor Active Record to let Arel manage bind params
Sean Griffin
2017-07-24
1
-3
/
+1
|
*
Merge pull request #29732 from kirs/frozen-activerecord
Rafael França
2017-07-21
1
-0
/
+2
|
|
\
|
|
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
|
*
|
Revert "Extract `bind_param` and `bind_attribute` into `ActiveRecord::TestCase`"
Sean Griffin
2017-07-21
1
-1
/
+1
|
|
/
*
/
Move `reset_pk_sequence!` test to `AdapterTestWithoutTransaction`
yuuji.yaginuma
2017-07-17
1
-20
/
+20
|
/
*
Remove driver-specific hard-coding in the tests.
Dennis Taylor
2017-07-07
1
-9
/
+1
*
Rename the StatementInvalid test method for clarity.
Dennis Taylor
2017-07-07
1
-1
/
+1
*
Use StandardError instead of RuntimeError.
Dennis Taylor
2017-07-06
1
-2
/
+2
*
Fix indentation style for private method.
Dennis Taylor
2017-07-05
1
-5
/
+5
*
Don't translate non-database exceptions.
Dennis Taylor
2017-07-05
1
-0
/
+30
*
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
*
Extract `bind_param` and `bind_attribute` into `ActiveRecord::TestCase`
Ryuta Kamizono
2017-05-04
1
-1
/
+1
*
Merge pull request #27939 from kamipo/fix_select_all_with_legacy_binds
Rafael França
2017-03-20
1
-0
/
+9
|
\
|
*
Fix `select_all` with legacy `binds`
Ryuta Kamizono
2017-02-12
1
-0
/
+9
*
|
`valid_type?` should accept only supported types
Ryuta Kamizono
2017-02-28
1
-0
/
+10
|
/
*
`primary_key` and `references` columns should be identical type
Ryuta Kamizono
2017-02-07
1
-1
/
+1
*
Merge pull request #27700 from kenta-s/remove-meaningless-line-from-adapter-test
Andrew White
2017-01-17
1
-1
/
+0
|
\
|
*
Remove meaningless line from adapter_test.rb
kenta-s
2017-01-16
1
-1
/
+0
*
|
Translate Foreign Key violation to the specific exception for SQLite3 adapter
Ryuta Kamizono
2017-01-16
1
-45
/
+53
|
/
*
Revert "Merge pull request #21233 from mtsmfm/disable-referential-integrity-w...
Rafael Mendonça França
2017-01-03
1
-17
/
+17
*
Merge pull request #21233 from mtsmfm/disable-referential-integrity-without-s...
Rafael França
2017-01-03
1
-17
/
+17
|
\
|
*
Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p...
Fumiaki MATSUSHIMA
2016-12-03
1
-17
/
+17
*
|
`#tables` and `#table_exists?` and returns only tables and not views
Rafael Mendonça França
2016-12-29
1
-18
/
+6
*
|
Remove deprecated `name` argument from `#tables`
Rafael Mendonça França
2016-12-29
1
-4
/
+0
*
|
fix QueryCache nil dup
Richard Monette
2016-12-15
1
-2
/
+2
*
|
Translate numeric value out of range to the specific exception
Ryuta Kamizono
2016-12-06
1
-0
/
+8
*
|
Translate NOT NULL violation to the specific exception
Ryuta Kamizono
2016-12-06
1
-0
/
+8
|
/
*
Merge pull request #26688 from kamipo/remove_respond_to_indexes
Kasper Timm Hansen
2016-10-28
1
-14
/
+9
|
\
[next]