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
*
An empty transaction does not raise the `ReadOnlyError` if preventing writes
Ryuta Kamizono
2018-12-11
3
-3
/
+3
*
An explain query does not raise the `ReadOnlyError` if preventing writes
Ryuta Kamizono
2018-12-11
3
-3
/
+3
*
Don't treat begin and rollback transactions as write queries
Ryuta Kamizono
2018-12-11
3
-3
/
+3
*
Prevent write queries with prepared statements for mysql2 adapter
Ryuta Kamizono
2018-12-11
1
-0
/
+4
*
Prevent write queries for `exec_query`
Ryuta Kamizono
2018-12-11
2
-1
/
+9
*
Rename error that occurs when writing on a read
Eileen Uchitelle
2018-12-07
3
-3
/
+3
*
Fix join table column quoting with SQLite.
Gannon McGibbon
2018-12-05
1
-0
/
+4
*
Merge pull request #34602 from guizmaii/master
Rafael França
2018-12-03
1
-1
/
+2
|
\
|
*
Pass the `connection` to the `@instrumenter.instrument` method call
jules Ivanic
2018-12-03
1
-1
/
+2
*
|
Address "warning: shadowing outer local variable - parts"
Ryuta Kamizono
2018-12-03
4
-7
/
+8
|
/
*
Add ability to prevent writes to a database
Eileen Uchitelle
2018-11-30
5
-1
/
+64
*
Allow spaces in postgres table names
Gannon McGibbon
2018-11-28
1
-1
/
+1
*
Merge pull request #34557 from sergioisidoro/sergio-patch-load-error
Rafael França
2018-11-28
1
-2
/
+2
|
\
|
*
Patch load error in case GemSpecError
sergioisidoro
2018-11-28
1
-2
/
+2
*
|
`Mutable` helper is in `ActiveModel`
Ryuta Kamizono
2018-11-27
4
-4
/
+4
*
|
Merge pull request #34520 from yahonda/bump_pg93
Rafael França
2018-11-26
2
-19
/
+17
|
\
\
|
*
|
Bump the minimum version of PostgreSQL to 9.3
Yasuo Honda
2018-11-25
2
-19
/
+17
*
|
|
When running exec_query MySQL always returns ActiveRecord::Result
Alireza Bashiri
2018-11-25
1
-2
/
+10
|
/
/
*
|
Merge pull request #34468 from gmcgibbon/redact_sql_in_errors
Rafael França
2018-11-23
4
-41
/
+41
|
\
\
|
*
|
Redact SQL in errors
Gannon McGibbon
2018-11-22
4
-41
/
+41
*
|
|
Use squiggly heredoc to strip odd indentation in the executed SQL
Ryuta Kamizono
2018-11-22
5
-17
/
+17
|
/
/
*
|
Fixing an issue when parsing an opclass by allowing indexed column
Thomas Bianchini
2018-11-21
1
-1
/
+1
*
|
Fix typo and clarify documentation
Jacob Evelyn
2018-11-16
1
-3
/
+4
*
|
Merge pull request #34436 from gmcgibbon/fix_default_max_bind_length_sqlite
Rafael França
2018-11-13
1
-0
/
+6
|
\
\
|
*
|
Adjust bind length of SQLite to default (999)
Gannon McGibbon
2018-11-13
1
-0
/
+6
*
|
|
Add support for UNLOGGED Postgresql tables
Jacob Evelyn
2018-11-13
4
-1
/
+36
|
/
/
*
|
Deprecate `t.indexes = [...]` which is not by design
Ryuta Kamizono
2018-11-09
1
-2
/
+5
*
|
Refactor to initialize `TableDefinition` by kwargs
Ryuta Kamizono
2018-11-09
2
-4
/
+14
*
|
PostgreSQL: Properly quote all `Infinity` and `NaN`
Ryuta Kamizono
2018-11-09
1
-4
/
+4
*
|
Add an :if_not_exists option to create_table
fatkodima
2018-11-08
3
-4
/
+10
*
|
Always add records to parent of nested transaction
Eugene Kenny
2018-11-07
1
-1
/
+1
*
|
Checking boundable not only `IN` clause but also `NOT IN` clause
Ryuta Kamizono
2018-11-03
1
-8
/
+4
*
|
Support default expression for MySQL
Ryuta Kamizono
2018-10-25
1
-4
/
+7
*
|
Support expression indexes for MySQL
Ryuta Kamizono
2018-10-25
2
-4
/
+34
*
|
Merge pull request #34303 from kamipo/lazy_checking_boundable
Rafael França
2018-10-24
1
-1
/
+10
|
\
\
|
|
/
|
/
|
|
*
Lazy checking whether or not values in IN clause are boundable
Ryuta Kamizono
2018-10-24
1
-1
/
+10
*
|
Hide PG::Connection from API docs [ci skip]
Francesco Rodríguez
2018-10-23
1
-1
/
+1
*
|
MySQL 8.0.13 raises `ER_NO_REFERENCED_ROW` and `ER_ROW_IS_REFERENCED`
Yasuo Honda
2018-10-23
1
-1
/
+3
|
/
*
Remove and flip `index: true` for `references` in the doc [ci skip]
Ryuta Kamizono
2018-10-17
2
-8
/
+8
*
Consistently extract checking version for all adapters
Ryuta Kamizono
2018-10-17
4
-27
/
+29
*
Refactored abstract MySQL adapter to support lazy version check.
Brooke Kuhlmann
2018-10-16
1
-4
/
+11
*
Move UPDATE/DELETE with JOIN handling to the Arel side
Ryuta Kamizono
2018-10-03
2
-43
/
+0
*
Merge pull request #23593 from meinac/add_index_option_for_change_table
Ryuta Kamizono
2018-10-01
1
-0
/
+2
|
\
|
*
Index option added for change_table migrations
Mehmet Emin INAC
2018-09-22
1
-0
/
+2
*
|
Merge pull request #32031 from yahonda/remove_redundant_freeze
Ryuta Kamizono
2018-10-01
9
-24
/
+24
|
\
\
|
*
|
Add `Style/RedundantFreeze` to remove redudant `.freeze`
Yasuo Honda
2018-09-29
9
-24
/
+24
*
|
|
Place `PartialQuery` and `PartialQueryCollector` in the same file
Ryuta Kamizono
2018-09-30
1
-23
/
+1
|
/
/
*
/
Enable `Performance/UnfreezeString` cop
yuuji.yaginuma
2018-09-23
10
-17
/
+17
|
/
*
No private def in the codebase
Rafael Mendonça França
2018-09-21
1
-3
/
+5
*
Use utf8mb4 in all tests and examples
Ryuta Kamizono
2018-09-21
1
-2
/
+2
[next]