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
*
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
|
\
|
*
Remove unnecessary `respond_to?(:indexes)` checking
Ryuta Kamizono
2016-10-03
1
-14
/
+9
*
|
Quote table name properly
Ryuta Kamizono
2016-10-14
1
-2
/
+5
|
/
*
improve error message when include assertions fail
Michael Grosser
2016-09-16
1
-8
/
+8
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-4
/
+4
*
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
1
-7
/
+7
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-25
/
+25
*
remove_index do not fetch indexes if name is specified
Seva Orlov
2016-04-24
1
-0
/
+11
*
Merge pull request #23522 from kamipo/add_value_too_long_exception_class
Jeremy Daer
2016-04-18
1
-0
/
+9
|
\
|
*
Add `ActiveRecord::ValueTooLong` exception class
Ryuta Kamizono
2016-02-06
1
-0
/
+9
*
|
Add a test case for create a record with primary key as zero
Ryuta Kamizono
2016-03-30
1
-0
/
+6
*
|
Fix tests failure with `prepared_statements: false`
Ryuta Kamizono
2016-02-29
1
-1
/
+2
|
/
*
Remove legacy mysql adapter
Abdelkader Boudih
2015-12-17
1
-2
/
+2
*
Deprecate `#table_exists?`, `#tables` and passing arguments to `#talbes`
yui-knk
2015-11-09
1
-4
/
+21
*
Deprecate exception#original_exception in favor of exception#cause
Yuki Nishijima
2015-11-03
1
-4
/
+12
*
introduce `conn.data_source_exists?` and `conn.data_sources`.
Yves Senn
2015-09-22
1
-0
/
+15
*
Should test both mysql adapters
Ryuta Kamizono
2015-09-20
1
-1
/
+1
*
Closes rails/rails#18864: Renaming transactional fixtures to transactional tests
Brandon Weiss
2015-03-16
1
-1
/
+1
*
Remove Relation#bind_params
Sean Griffin
2015-01-27
1
-2
/
+2
[next]