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
/
lib
/
active_record
/
connection_adapters
Commit message (
Expand
)
Author
Age
Files
Lines
*
SQLite3: Fix rename reference column not to lose foreign key constraint
Ryuta Kamizono
2018-08-20
1
-11
/
+15
*
Merge pull request #33585 from yahonda/diag33520
Ryuta Kamizono
2018-08-16
1
-1
/
+9
|
\
|
*
SQLite3 adapter `alter_table` method restores foreign keys
Yasuo Honda
2018-08-11
1
-1
/
+9
*
|
Fix bulk change table ignores comment option on PostgreSQL.
Yoshiyuki Kinjo
2018-08-15
1
-1
/
+5
*
|
Follow up #33530
bogdanvlviv
2018-08-15
1
-3
/
+3
*
|
Merge pull request #33530 from jychen7/33515-invert-remove-foreign-key
Richard Schneeman
2018-08-14
1
-1
/
+8
|
\
\
|
*
|
Allow `to_table` in `invert_remove_foreign_key`
Rich
2018-08-14
1
-1
/
+8
|
|
/
*
/
Use `Array#extract!` where possible
bogdanvlviv
2018-08-14
1
-6
/
+8
|
/
*
`retrieve_connection_pool` return a pool, not a connection
Ryuta Kamizono
2018-08-03
1
-2
/
+2
*
MySQL: Raise ActiveRecord::InvalidForeignKey for foreign-key constraint viola...
George Claghorn
2018-07-30
1
-1
/
+2
*
Fix test failures due to Performance/RegexpMatch correction
Bart de Water
2018-07-28
1
-1
/
+3
*
Enable Start/EndWith and RegexpMatch cops
Bart de Water
2018-07-28
1
-1
/
+1
*
PostgreSQL 10 new relkind for partitioned tables (#31336)
Yannick Schutz
2018-07-27
1
-2
/
+2
*
Merge pull request #32381 from q-centrix/update-codeclimate-configs
Richard Schneeman
2018-07-25
3
-5
/
+3
|
\
|
*
Turn on performance based cops
Dillon Welch
2018-07-23
3
-5
/
+3
*
|
Normalize time value not to be affected by summer time
Ryuta Kamizono
2018-07-25
1
-0
/
+1
|
/
*
[ci skip] Tidy up formatting of examples
Orhan Toy
2018-07-22
1
-12
/
+3
*
Fix `insert_fixtures_set` to be restored original connection flags
Ryuta Kamizono
2018-07-19
2
-29
/
+36
*
Merge pull request #33363 from ahorek/transaction_bug
Rafael França
2018-07-18
1
-5
/
+23
|
\
|
*
use set_server_option if possible
pavel
2018-07-15
1
-5
/
+23
*
|
Implement change() to convert to "2001-01-01" first
Sean Prashad
2018-07-17
1
-0
/
+1
|
/
*
SQLite: Don't leak internal schema objects
Ryuta Kamizono
2018-07-09
2
-4
/
+5
*
Fix default value for mysql time types with specified precision
Nikolay Kondratyev
2018-07-04
1
-2
/
+2
*
Merge pull request #33242 from brasic/sqlite-readonly
Ryuta Kamizono
2018-07-03
1
-1
/
+3
|
\
|
*
Support readonly option in SQLite3Adapter
Carl Brasic
2018-07-02
1
-1
/
+3
|
/
*
Fix formatting of `primary_key` [ci skip]
yuuji.yaginuma
2018-06-24
1
-2
/
+2
*
Add ability to configure cache notifications info
Eileen Uchitelle
2018-06-12
1
-6
/
+14
*
Migrations will raise an exception if there are multiple column definitions (...
Federico Martinez
2018-06-01
1
-2
/
+6
*
Make force equality checking more strictly not to allow serialized attribute
Ryuta Kamizono
2018-05-25
2
-0
/
+8
*
Disable foreign keys during `alter_table` for sqlite3 adapter
Yasuo Honda
2018-05-22
1
-5
/
+10
*
Bump minimum SQLite version to 3.8
Yasuo Honda
2018-05-21
3
-13
/
+12
*
`SqlTypeMetadata` is :nodoc: class [ci skip]
Ryuta Kamizono
2018-05-21
1
-0
/
+1
*
Finalize transaction record state after real transaction
Eugene Kenny
2018-05-19
1
-14
/
+23
*
Remove :nodoc: from the methods which is added the doc [ci skip]
Ryuta Kamizono
2018-05-15
1
-4
/
+4
*
Add available transformations to docs [ci skip]
wata_mac
2018-05-13
1
-0
/
+3
*
Restore original merging order to enforce `if_exists: true`
Ryuta Kamizono
2018-04-29
1
-2
/
+1
*
`columns` is cached in the statement
Ryuta Kamizono
2018-04-24
1
-6
/
+3
*
Save a hash allocation in MySQL statement pool
Eugene Kenny
2018-04-23
2
-5
/
+2
*
Allow `primary_key` argument to `empty_insert_statement_value`
Yasuo Honda
2018-04-20
2
-2
/
+2
*
Remove unused attr_writer :joinable on Transaction
Eugene Kenny
2018-04-17
1
-1
/
+0
*
passing splat keyword arguments as a single Hash
utilum
2018-04-04
1
-2
/
+3
*
Remove `ForeignKeys` module which was introduced at #32299
Ryuta Kamizono
2018-04-02
1
-1
/
+1
*
Merge pull request #32299 from davidstosik/expose-fk-ignore-pattern
Guillermo Iguaran
2018-03-27
2
-1
/
+5
|
\
|
*
Move fk_ignore_pattern from config.active_record to SchemaDumper
David Stosik
2018-03-22
1
-1
/
+1
|
*
Expose foreign key name ignore pattern in configuration
David Stosik
2018-03-19
2
-1
/
+5
*
|
Support mysql2 0.4.x and 0.5.x
Aaron Stone
2018-03-20
1
-1
/
+1
|
/
*
Merge pull request #32271 from eileencodes/fix-three-tier-default-connection
Eileen M. Uchitelle
2018-03-16
1
-1
/
+0
|
\
|
*
Fix connection handling with three-tier config
eileencodes
2018-03-16
1
-1
/
+0
*
|
Fix multiline expression indexes for postgresql (#31621)
fatkodima
2018-03-16
1
-1
/
+1
*
|
Ensure that leading date is stripped by quoted_time
Andrew White
2018-03-11
1
-1
/
+1
[next]