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
*
Merge pull request #36412 from robotdana/compact_blank
Rafael Mendonça França
2019-07-25
3
-5
/
+5
|
\
|
*
Use compact_blank throughout rails
Dana Sherson
2019-06-05
3
-5
/
+5
*
|
Merge pull request #36740 from stanhu/sh-fix-index-exists-postgresql-partial-...
Rafael França
2019-07-25
1
-1
/
+1
|
\
\
|
*
|
Fix index_exists? for PostgreSQL expression indexes
Stan Hu
2019-07-24
1
-1
/
+1
*
|
|
Merge pull request #36580 from Shopify/schema-cache-deuplication-from-database
Rafael França
2019-07-24
1
-5
/
+15
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Also deduplicate schema cache structure when they are read from the database
Jean Boussier
2019-07-01
1
-5
/
+15
*
|
|
Merge pull request #36665 from jmschneider/master
Rafael Mendonça França
2019-07-23
1
-2
/
+2
|
\
\
\
|
*
|
|
Make currency symbols optional for money column type in PostgreSQL
Joel Schneider
2019-07-12
1
-2
/
+2
*
|
|
|
Raise specific exception on Mysql2::Error::TimeoutError
Kir Shatrov
2019-07-16
1
-1
/
+5
|
/
/
/
*
|
|
active_support/deprecation has to be already required via active_support/rail...
Akira Matsuda
2019-07-12
3
-4
/
+0
*
|
|
Merge pull request #36653 from y-yagi/check_error_number_instead_of_message
Yuji Yaginuma
2019-07-11
1
-1
/
+3
|
\
\
\
|
*
|
|
MySQL: Check error number instead of a message
yuuji.yaginuma
2019-07-11
1
-1
/
+3
*
|
|
|
Merge pull request #36637 from Shopify/share-quote-cache
Ryuta Kamizono
2019-07-11
4
-7
/
+14
|
\
\
\
\
|
*
|
|
|
Share the column and table name quote cache between connections
Jean Boussier
2019-07-09
4
-7
/
+14
|
|
/
/
/
*
|
|
|
Merge pull request #36618 from engwan/fix-query-cache-with-shared-ar-connection
Eileen M. Uchitelle
2019-07-10
2
-5
/
+9
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Fix query cache when using shared connections
Heinrich Lee Yu
2019-07-08
2
-5
/
+9
*
|
|
|
Merge pull request #36612 from y-yagi/make_setup_works_when_using_with_locale...
Yuji Yaginuma
2019-07-09
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Make "bin/setup" works when using PostgreSQL with locales other than en locale
yuuji.yaginuma
2019-07-07
1
-1
/
+1
|
|
/
/
/
*
|
|
|
Merge branch 'master' into add_database_exist_method
Guillermo Iguaran
2019-07-08
11
-16
/
+133
|
\
|
|
|
|
*
|
|
MySQL: Fix schema dumping `enum` and `set` columns correctly
Ryuta Kamizono
2019-07-05
1
-1
/
+3
|
|
/
/
|
*
|
Add "SCHEMA" to the query in `configure_connection` like as other adapters
Ryuta Kamizono
2019-06-28
1
-1
/
+1
|
*
|
warning: instance variable @serial not initialized (#36556)
utilum
2019-06-28
1
-0
/
+10
|
*
|
Schema Cache: extract deduplication commonality
Kasper Timm Hansen
2019-06-21
1
-10
/
+15
|
*
|
Also deduplicate schema cache data when using the init_with interface
Jean Boussier
2019-06-21
1
-6
/
+6
|
*
|
Stop serializing and parsing columns_hash in Active Record schema caches
Jean Boussier
2019-06-19
1
-8
/
+5
|
*
|
Merge pull request #35891 from Shopify/schema-cache-deduplication
Kasper Timm Hansen
2019-06-19
8
-2
/
+105
|
|
\
\
|
|
*
|
Deduplicate various Active Record schema cache structures
Jean Boussier
2019-06-03
8
-2
/
+105
|
*
|
|
Avoid redundant `time.getutc` call if it is already utc time object
Ryuta Kamizono
2019-06-18
1
-5
/
+5
*
|
|
|
Add database_exists? method to connection adapters
Guilherme Mansur
2019-06-17
4
-0
/
+27
|
/
/
/
*
|
|
No allocation `Arel::Visitors::ToSql#visit`
Ryuta Kamizono
2019-06-15
1
-2
/
+2
*
|
|
Move while_preventing_writes from conn to handler
eileencodes
2019-06-14
2
-15
/
+17
*
|
|
Move SchemaMigration to migration_context
eileencodes
2019-06-14
2
-5
/
+20
*
|
|
Allocation on demand in transactions
Ryuta Kamizono
2019-06-14
1
-20
/
+35
*
|
|
Make ActiveRecord `ConnectionPool.connections` thread-safe. (#36473)
jeffdoering
2019-06-13
1
-1
/
+16
*
|
|
Merge pull request #36472 from kamipo/empty_line_only_before_access_modifier
Ryuta Kamizono
2019-06-13
22
-26
/
+0
|
\
\
\
|
*
|
|
Enable `Layout/EmptyLinesAroundAccessModifier` cop
Ryuta Kamizono
2019-06-13
22
-26
/
+0
*
|
|
|
Clear schema cache when a table is created/dropped/renamed
Ryuta Kamizono
2019-06-13
4
-0
/
+11
|
/
/
/
*
|
|
Allow column name with function (e.g. `length(title)`) as safe SQL string
Ryuta Kamizono
2019-06-10
4
-8
/
+32
*
|
|
Allow `column_name AS alias` as safe SQL string
Ryuta Kamizono
2019-06-10
4
-0
/
+4
*
|
|
Refactor `disallow_raw_sql!` to avoid `split(/\s*,\s*/)` to order args
Ryuta Kamizono
2019-06-09
4
-19
/
+54
*
|
|
Merge pull request #36420 from kamipo/quoted_identifier_regex
Ryuta Kamizono
2019-06-06
4
-5
/
+105
|
\
\
\
|
*
|
|
Allow quoted identifier string as safe SQL string
Ryuta Kamizono
2019-06-06
4
-5
/
+105
|
|
|
/
|
|
/
|
*
/
|
Move schema cache from connection to pool
eileencodes
2019-06-05
4
-5
/
+33
|
/
/
*
|
Fix sqlite3 collation parsing when using decimal columns.
Martin Schuster
2019-06-04
1
-2
/
+2
*
|
Merge pull request #36384 from guigs/fix-invalid-schema-when-pk-column-has-co...
Ryuta Kamizono
2019-06-03
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fix invalid schema dump when primary key column has a comment
Guilherme Goettems Schneider
2019-06-03
1
-1
/
+1
*
|
Refactor `create_table`'s options separation
Ryuta Kamizono
2019-06-03
2
-12
/
+11
|
/
*
Fix table comment also being applied to the primary key column
Guilherme Goettems Schneider
2019-05-31
1
-1
/
+1
*
`:datetime` and `:time` columns allows `:precision` option [ci skip]
Ryuta Kamizono
2019-05-28
1
-2
/
+3
*
Use WeakRef to avoid leaking connection pools
John Hawthorn
2019-05-27
1
-11
/
+21
[next]