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
*
Normalize date component when writing to time columns
Andrew White
2018-03-11
1
-0
/
+7
*
Use respond_to test helpers
Daniel Colson
2018-01-25
1
-2
/
+2
*
Deprecate `valid_alter_table_type?` in sqlite3 adapter
Ryuta Kamizono
2018-01-04
1
-0
/
+4
*
Fix recreating partial indexes after alter table for sqlite
fatkodima
2017-12-31
1
-0
/
+17
*
SQLite: Add more test cases for adding primary key
Ryuta Kamizono
2017-12-26
1
-0
/
+52
*
Remove needless `change_table`
Ryuta Kamizono
2017-12-15
1
-6
/
+2
*
Suppress `warning: BigDecimal.new is deprecated` in activerecord
Yasuo Honda
2017-12-13
1
-1
/
+1
*
SQLite: Fix `copy_table` with composite primary keys
Ryuta Kamizono
2017-12-08
1
-2
/
+29
*
Merge pull request #31327 from aellispierce/custom-id-change-table-sqlite
Eileen M. Uchitelle
2017-12-07
1
-0
/
+18
|
\
|
*
Fix sqlite migrations with custom primary keys
Ashley Ellis Pierce
2017-12-06
1
-0
/
+18
*
|
Emulate JSON types for SQLite3 adapter (#29664)
Ryuta Kamizono
2017-12-03
1
-2
/
+2
|
/
*
Merge pull request #30980 from sobrinho/sobrinho/arel-star-ignored-columns
Rafael França
2017-11-13
1
-11
/
+11
|
\
|
*
Change tests to use models which don't ignore any columns
Jon Moss
2017-11-13
1
-11
/
+11
*
|
removed unnecessary semicolons
Shuhei Kitagawa
2017-10-28
1
-1
/
+1
|
/
*
Remove deprecated argument `name` from `#indexes`
Rafael Mendonça França
2017-10-23
1
-8
/
+0
*
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
[next]