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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
|
Support beginless ranges in hash conditions.
Josh Goodall
2019-07-17
1
-2
/
+2
*
|
|
|
|
[ActiveRecord] Superclass for aborted queries
Kir Shatrov
2019-07-16
1
-3
/
+7
*
|
|
|
|
Add missing period [ci skip]
Rafael Mendonça França
2019-07-16
1
-1
/
+1
*
|
|
|
|
Raise specific exception on Mysql2::Error::TimeoutError
Kir Shatrov
2019-07-16
2
-1
/
+9
*
|
|
|
|
active_support/core_ext/object/duplicable is not in use here
Ryuta Kamizono
2019-07-16
1
-1
/
+0
|
/
/
/
/
*
|
|
|
active_support/deprecation has to be already required via active_support/rail...
Akira Matsuda
2019-07-12
3
-4
/
+0
*
|
|
|
No Woman, No try
Akira Matsuda
2019-07-12
1
-1
/
+0
*
|
|
|
Merge pull request #36647 from giraffate/fix_exists_with_distinct_and_offset_...
Ryuta Kamizono
2019-07-11
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Fix `relation.exists?` with giving `distinct`, `offset` and `order` for joine...
Takayuki Nakata
2019-07-10
1
-1
/
+1
*
|
|
|
|
Merge pull request #36653 from y-yagi/check_error_number_instead_of_message
Yuji Yaginuma
2019-07-11
2
-2
/
+6
|
\
\
\
\
\
|
*
|
|
|
|
MySQL: Check error number instead of a message
yuuji.yaginuma
2019-07-11
2
-2
/
+6
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #36645 from Shopify/arel-dispatch-cache
Ryuta Kamizono
2019-07-11
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Share the Arel dispatch cache between connections
Jean Boussier
2019-07-10
1
-1
/
+1
|
|
/
/
/
/
*
|
|
|
|
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
21
-37
/
+176
|
\
\
\
\
\
|
*
|
|
|
|
When DATABASE_URL is specified don't trample envs that use a url: key
Will Jessop
2019-07-08
1
-5
/
+5
|
*
|
|
|
|
Do not use aliases in GROUP BY clause
Ryuta Kamizono
2019-07-08
1
-1
/
+1
|
|
/
/
/
/
|
*
/
/
/
MySQL: Fix schema dumping `enum` and `set` columns correctly
Ryuta Kamizono
2019-07-05
2
-2
/
+8
|
|
/
/
/
|
*
|
|
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
|
*
|
|
Fix broken url configs
eileencodes
2019-06-27
1
-1
/
+1
|
*
|
|
Load initial database.yml once, and warn if we can't create tasks
eileencodes
2019-06-27
2
-9
/
+20
|
*
|
|
Merge pull request #36210 from vishaltelangre/raise-record-invalid-when-assoc...
Rafael França
2019-06-24
1
-1
/
+1
|
|
\
\
\
|
|
*
|
|
Fix: ActiveRecord::RecordInvalid is not raised when an associated record fail...
Vishal Telangre
2019-05-10
1
-1
/
+1
|
*
|
|
|
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
|
*
|
|
|
Revert schema dumper to use strings rather than integers
eileencodes
2019-06-20
2
-3
/
+3
|
*
|
|
|
Merge pull request #36518 from Shopify/drop-schema-cache-column-hash
Kasper Timm Hansen
2019-06-19
1
-8
/
+5
|
|
\
\
\
\
|
|
*
|
|
|
Stop serializing and parsing columns_hash in Active Record schema caches
Jean Boussier
2019-06-19
1
-8
/
+5
|
*
|
|
|
|
Better error message for calling columns_hash
Guilherme Mansur
2019-06-19
2
-0
/
+7
|
|
/
/
/
/
|
*
|
|
|
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
|
/
/
/
/
/
*
|
|
|
|
PostgreSQL: Fix GROUP BY with ORDER BY virtual count attribute
Ryuta Kamizono
2019-06-17
1
-10
/
+15
*
|
|
|
|
Remove unused `Arel::Attributes.for`
Ryuta Kamizono
2019-06-15
3
-29
/
+1
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
No allocation `Arel::Visitors::ToSql#visit`
Ryuta Kamizono
2019-06-15
4
-33
/
+34
*
|
|
|
Move while_preventing_writes from conn to handler
eileencodes
2019-06-14
3
-17
/
+19
*
|
|
|
Merge pull request #36439 from eileencodes/move-schema-migration-to-migration...
Eileen M. Uchitelle
2019-06-14
6
-32
/
+52
|
\
\
\
\
|
*
|
|
|
Move SchemaMigration to migration_context
eileencodes
2019-06-14
6
-32
/
+52
*
|
|
|
|
Merge pull request #36484 from albertoalmagro/alberto/reverse-column-is-rever...
Ryuta Kamizono
2019-06-14
1
-3
/
+3
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
[ci skip] Update docs as `remove_column` can be reversed
Alberto Almagro
2019-06-14
1
-3
/
+3
*
|
|
|
|
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
100
-122
/
+0
|
\
\
\
\
[prev]
[next]