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
*
Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin block
Ryuta Kamizono
2018-12-21
1
-10
/
+8
*
Rename error that occurs when writing on a read
Eileen Uchitelle
2018-12-07
1
-4
/
+4
*
Add ability to prevent writes to a database
Eileen Uchitelle
2018-11-30
1
-0
/
+56
*
Use squiggly heredoc to strip odd indentation in the executed SQL
Ryuta Kamizono
2018-11-22
1
-7
/
+7
*
Adjust bind length of SQLite to default (999)
Gannon McGibbon
2018-11-13
1
-0
/
+20
*
Change the empty block style to have space inside of the block
Rafael Mendonça França
2018-09-25
1
-1
/
+1
*
Enable `Performance/UnfreezeString` cop
yuuji.yaginuma
2018-09-23
1
-2
/
+2
*
SQLite3: Support multiple args function for expression indexes
Ryuta Kamizono
2018-09-14
1
-8
/
+9
*
SQLite3 adapter supports expression indexes
gkemmey
2018-09-13
1
-0
/
+35
*
Normalize time value not to be affected by summer time
Ryuta Kamizono
2018-07-25
1
-0
/
+26
*
Merge pull request #33242 from brasic/sqlite-readonly
Ryuta Kamizono
2018-07-03
1
-0
/
+33
|
\
|
*
Support readonly option in SQLite3Adapter
Carl Brasic
2018-07-02
1
-0
/
+33
|
/
*
Fix `CustomCops/AssertNot` to allow it to have failure message
Ryuta Kamizono
2018-05-13
1
-1
/
+1
*
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
[next]