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
/
adapters
/
sqlite3
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add JSON attribute test cases for SQLite3 adapter
Ryuta Kamizono
2017-10-05
1
-0
/
+29
*
Merge pull request #29732 from kirs/frozen-activerecord
Rafael França
2017-07-21
7
-0
/
+14
|
\
|
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
7
-0
/
+14
*
|
Revert "Extract `bind_param` and `bind_attribute` into `ActiveRecord::TestCase`"
Sean Griffin
2017-07-21
1
-5
/
+5
|
/
*
Merge pull request #29033 from kamipo/make_preload_query_to_prepared_statements
Sean Griffin
2017-07-18
1
-1
/
+1
|
\
|
*
Make preload query to preparable
Ryuta Kamizono
2017-07-07
1
-1
/
+1
*
|
Change sqlite3 boolean serialization to use 1 and 0
Lisa Ugray
2017-07-11
1
-0
/
+13
|
/
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
7
-7
/
+0
*
Merge pull request #29540 from kirs/rubocop-frozen-string
Matthew Draper
2017-07-02
7
-0
/
+7
|
\
|
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
7
-0
/
+7
*
|
Make ActiveRecord frozen string literal friendly.
Pat Allan
2017-06-20
1
-2
/
+2
|
/
*
Should escape meta characters in regexp
Ryuta Kamizono
2017-05-07
2
-4
/
+4
*
Extract `bind_param` and `bind_attribute` into `ActiveRecord::TestCase`
Ryuta Kamizono
2017-05-04
1
-5
/
+5
*
Merge pull request #28068 from kamipo/refactor_data_sources
Rafael França
2017-03-13
1
-4
/
+2
|
\
|
*
Extract `data_source_sql` to refactor data source statements
Ryuta Kamizono
2017-02-20
1
-4
/
+2
*
|
`valid_type?` should accept only supported types
Ryuta Kamizono
2017-02-28
1
-16
/
+0
*
|
Extract `TypeCastingTest` into `test/cases/quoting_test.rb`
Ryuta Kamizono
2017-02-24
1
-51
/
+0
|
/
*
Add `Style/EmptyLinesAroundMethodBody` in `.rubocop.yml` and remove extra emp...
Ryuta Kamizono
2017-02-12
1
-1
/
+0
*
Restore the behaviour of the compatibility layer for integer-like PKs
Ryuta Kamizono
2017-02-04
1
-59
/
+0
*
:warning: "Use assert_nil if expecting nil. This will fail in MT6."
Akira Matsuda
2017-01-18
1
-3
/
+4
*
Deprecate passing `name` to `indexes` like `tables`
Ryuta Kamizono
2017-01-04
1
-1
/
+1
*
`#tables` and `#table_exists?` and returns only tables and not views
Rafael Mendonça França
2016-12-29
1
-7
/
+5
*
Remove deprecated `name` argument from `#tables`
Rafael Mendonça França
2016-12-29
1
-3
/
+1
*
"Use assert_nil if expecting nil. This will fail in minitest 6."
Akira Matsuda
2016-12-25
1
-1
/
+1
*
Privatize unneededly protected methods in Active Record tests
Akira Matsuda
2016-12-24
1
-1
/
+1
*
Make pg adapter use bigserial for pk by default
Pavel Pravosud
2016-12-05
1
-0
/
+59
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-1
/
+1
*
Fix broken heredoc indentation caused by rubocop auto-correct
Ryuta Kamizono
2016-09-03
1
-3
/
+3
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
2
-8
/
+8
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-1
/
+1
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-12
/
+12
*
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
2
-5
/
+5
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
7
-133
/
+133
*
Fix explain logging with binds
Ryuta Kamizono
2016-07-20
1
-2
/
+2
*
Fix sqlite3 test failure
Ryuta Kamizono
2016-06-04
2
-3
/
+3
*
Dont re-define class SQLite3Adapter on test
Arthur Neves
2016-06-03
2
-108
/
+98
*
Should keep quoting behaivor of a time column value in sqlite3 adapter
Ryuta Kamizono
2016-04-15
1
-3
/
+8
*
Deprecate `{insert|update|delete}_sql` in `DatabaseStatements`
Ryuta Kamizono
2016-03-02
1
-15
/
+3
*
Remove unnecessary namespaces in `explain_test.rb`
Ryuta Kamizono
2016-02-29
1
-19
/
+13
*
Fix tests failure with `prepared_statements: false`
Ryuta Kamizono
2016-02-29
1
-2
/
+2
*
Remove duplicated composite primary key tests
Ryuta Kamizono
2016-02-01
1
-8
/
+0
*
:speak_no_evil: :warning:
Akira Matsuda
2016-02-01
1
-1
/
+3
*
`substitute_at` is no longer used
Ryuta Kamizono
2016-01-14
1
-5
/
+0
*
Fix test failure on Windows
Sean Griffin
2015-12-16
1
-6
/
+10
*
Deprecate `#table_exists?`, `#tables` and passing arguments to `#talbes`
yui-knk
2015-11-09
1
-4
/
+8
*
Remove `#tables` extra args again
Ryuta Kamizono
2015-10-22
1
-3
/
+2
*
Remove `@connection` in `StatementPool`
Ryuta Kamizono
2015-09-20
1
-1
/
+1
*
Removed mocha from Active Record Part 1
Ronak Jangir
2015-08-25
1
-7
/
+10
*
make it possible to run AR tests with bin/test
Yves Senn
2015-06-11
7
-8
/
+7
*
Add collation support for string and text columns in SQLite3
Akshay Vishnoi
2015-05-28
2
-4
/
+57
[next]