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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #36647 from giraffate/fix_exists_with_distinct_and_offset_...
Ryuta Kamizono
2019-07-11
1
-0
/
+5
|
\
|
*
Fix `relation.exists?` with giving `distinct`, `offset` and `order` for joine...
Takayuki Nakata
2019-07-10
1
-0
/
+5
*
|
Merge pull request #36618 from engwan/fix-query-cache-with-shared-ar-connection
Eileen M. Uchitelle
2019-07-10
1
-0
/
+17
|
\
\
|
|
/
|
/
|
|
*
Fix query cache when using shared connections
Heinrich Lee Yu
2019-07-08
1
-0
/
+17
*
|
Merge branch 'master' into add_database_exist_method
Guillermo Iguaran
2019-07-08
25
-139
/
+241
|
\
\
|
*
|
When DATABASE_URL is specified don't trample envs that use a url: key
Will Jessop
2019-07-08
1
-0
/
+19
|
*
|
Merge pull request #36616 from kamipo/dont_use_alias_for_grouped_field
Ryuta Kamizono
2019-07-08
1
-0
/
+7
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Do not use aliases in GROUP BY clause
Ryuta Kamizono
2019-07-08
1
-0
/
+7
|
*
|
Should `Regexp.escape` quoted table name in regex
Ryuta Kamizono
2019-07-08
7
-115
/
+51
|
|
/
|
*
MySQL: Fix schema dumping `enum` and `set` columns correctly
Ryuta Kamizono
2019-07-05
4
-5
/
+47
|
*
Merge pull request #36565 from rails/fix-url-configs
Eileen M. Uchitelle
2019-06-27
2
-1
/
+32
|
|
\
|
|
*
Fix broken url configs
eileencodes
2019-06-27
2
-1
/
+32
|
*
|
Address to "DEPRECATION WARNING: Uniqueness validator will no longer enforce ...
Ryuta Kamizono
2019-06-28
1
-1
/
+1
|
|
/
|
*
`length(title)` is a safe SQL string since #36448
Ryuta Kamizono
2019-06-26
1
-2
/
+2
|
*
Merge pull request #36210 from vishaltelangre/raise-record-invalid-when-assoc...
Rafael França
2019-06-24
3
-0
/
+48
|
|
\
|
|
*
Fix: ActiveRecord::RecordInvalid is not raised when an associated record fail...
Vishal Telangre
2019-05-10
3
-0
/
+48
|
*
|
Merge pull request #36526 from yahonda/test_statement_cache_with_in_clause_pg
Ryuta Kamizono
2019-06-21
1
-1
/
+1
|
|
\
\
|
|
*
|
Address test_statement_cache_with_in_clause failure due to nondeterministic s...
Yasuo Honda
2019-06-20
1
-1
/
+1
|
*
|
|
Revert schema dumper to use strings rather than integers
eileencodes
2019-06-20
1
-0
/
+1
|
|
/
/
|
*
|
Merge pull request #36520 from kamipo/test_case_for_deterministic_order
Ryuta Kamizono
2019-06-20
1
-0
/
+6
|
|
\
\
|
|
*
|
Add test cases to ensure deterministic order for ordinal methods
Ryuta Kamizono
2019-06-19
1
-0
/
+6
|
*
|
|
Better error message for calling columns_hash
Guilherme Mansur
2019-06-19
1
-0
/
+8
|
|
/
/
|
*
|
Merge pull request #35891 from Shopify/schema-cache-deduplication
Kasper Timm Hansen
2019-06-19
4
-14
/
+18
|
|
\
\
|
|
*
|
Deduplicate various Active Record schema cache structures
Jean Boussier
2019-06-03
4
-14
/
+18
*
|
|
|
Add database_exists? method to connection adapters
Guilherme Mansur
2019-06-17
3
-0
/
+40
|
/
/
/
*
|
|
PostgreSQL: Fix GROUP BY with ORDER BY virtual count attribute
Ryuta Kamizono
2019-06-17
3
-2
/
+9
*
|
|
Remove unused `Arel::Attributes.for`
Ryuta Kamizono
2019-06-15
1
-41
/
+0
*
|
|
Should find last created record
Ryuta Kamizono
2019-06-15
1
-3
/
+3
*
|
|
Ensure to reset actually used `@connection.schema_migration`'s table name
Ryuta Kamizono
2019-06-15
1
-4
/
+4
*
|
|
Fix `test_schema_names` to include "hint_plan" schema
Ryuta Kamizono
2019-06-15
1
-1
/
+5
*
|
|
Move while_preventing_writes from conn to handler
eileencodes
2019-06-14
5
-32
/
+92
*
|
|
Move SchemaMigration to migration_context
eileencodes
2019-06-14
9
-114
/
+355
*
|
|
Fix rubocop violations
Ryuta Kamizono
2019-06-14
1
-2
/
+2
*
|
|
Make ActiveRecord `ConnectionPool.connections` thread-safe. (#36473)
jeffdoering
2019-06-13
1
-0
/
+22
*
|
|
Ensure to reset migration version after testing migration
Ryuta Kamizono
2019-06-13
1
-2
/
+2
*
|
|
Reset migration version before testing migration
Ryuta Kamizono
2019-06-13
1
-0
/
+2
*
|
|
Avoid implicit rollback when testing migration
Ryuta Kamizono
2019-06-13
1
-0
/
+2
*
|
|
Merge pull request #36472 from kamipo/empty_line_only_before_access_modifier
Ryuta Kamizono
2019-06-13
51
-56
/
+1
|
\
\
\
|
*
|
|
Enable `Layout/EmptyLinesAroundAccessModifier` cop
Ryuta Kamizono
2019-06-13
51
-56
/
+1
*
|
|
|
Clear schema cache when a table is created/dropped/renamed
Ryuta Kamizono
2019-06-13
2
-4
/
+7
|
/
/
/
*
|
|
Merge pull request #36448 from kamipo/allow_column_name_with_simple_function_...
Ryuta Kamizono
2019-06-11
3
-34
/
+35
|
\
\
\
|
*
|
|
Allow column name with function (e.g. `length(title)`) as safe SQL string
Ryuta Kamizono
2019-06-10
3
-34
/
+35
*
|
|
|
All modern adapters returns a numeric value as the result of numeric calculation
Ryuta Kamizono
2019-06-11
2
-10
/
+2
|
/
/
/
*
|
|
Allow `column_name AS alias` as safe SQL string
Ryuta Kamizono
2019-06-10
1
-0
/
+10
*
|
|
NULLS { FIRST | LAST } is safe SQL string since 6c82b6c99d86f37e61f935fb342cc...
Ryuta Kamizono
2019-06-07
1
-6
/
+6
*
|
|
Merge pull request #36429 from bogdan/fix-preloading-duplicate-records
Ryuta Kamizono
2019-06-07
1
-0
/
+5
|
\
\
\
|
*
|
|
Fix preloading on AR::Relation where records are duplicated by a join
Bogdan Gusiev
2019-06-06
1
-0
/
+5
*
|
|
|
Merge pull request #36426 from abhaynikam/bump-codeclimate-rubocop-version
Ryuta Kamizono
2019-06-06
1
-2
/
+0
|
\
\
\
\
|
*
|
|
|
Bump rubocop to 0.71
Abhay Nikam
2019-06-06
1
-2
/
+0
*
|
|
|
|
Merge pull request #36420 from kamipo/quoted_identifier_regex
Ryuta Kamizono
2019-06-06
3
-7
/
+29
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
[next]