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
*
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
*
Closes rails/rails#18864: Renaming transactional fixtures to transactional tests
Brandon Weiss
2015-03-16
1
-1
/
+1
*
Prefer `drop_table if_exists: true` over raw SQL
Ryuta Kamizono
2015-02-18
1
-1
/
+1
*
prefer `drop_table if_exists: true` over raw SQL.
Yves Senn
2015-02-18
1
-1
/
+1
*
`type_cast_for_database` -> `serialize`
Sean Griffin
2015-02-17
1
-1
/
+1
*
Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...
Vipul A M
2015-02-03
2
-2
/
+0
*
Always convert strings to UTF-8, regardless of column type in SQLite
Sean Griffin
2015-01-28
1
-1
/
+1
*
Remove Relation#bind_params
Sean Griffin
2015-01-27
1
-5
/
+3
*
Stop passing a column to `quote` in tests
Sean Griffin
2015-01-10
1
-2
/
+2
*
Stop explicitly passing `nil` as the column to `type_cast`
Sean Griffin
2015-01-01
1
-12
/
+12
*
Stop relying on columns in sqlite quoting tests
Sean Griffin
2015-01-01
1
-22
/
+1
*
Ensures that primary_key method will return nil when multi-pk
Arthur Neves
2014-12-30
1
-0
/
+6
[next]