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
...
*
|
|
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
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Allow quoted identifier string as safe SQL string
Ryuta Kamizono
2019-06-06
3
-7
/
+29
*
|
|
|
|
Move schema cache from connection to pool
eileencodes
2019-06-05
1
-1
/
+0
|
/
/
/
/
*
|
|
|
Merge pull request #36394 from eileencodes/treat-application-record-as-primary
Eileen M. Uchitelle
2019-06-05
1
-0
/
+13
|
\
\
\
\
|
*
|
|
|
Treat ActiveRecord::Base and ApplicationRecord as "primary"
eileencodes
2019-06-05
1
-0
/
+13
|
|
/
/
/
*
/
/
/
Fix sqlite3 collation parsing when using decimal columns.
Martin Schuster
2019-06-04
1
-0
/
+9
|
/
/
/
*
|
|
Merge pull request #36384 from guigs/fix-invalid-schema-when-pk-column-has-co...
Ryuta Kamizono
2019-06-03
1
-1
/
+21
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix invalid schema dump when primary key column has a comment
Guilherme Goettems Schneider
2019-06-03
1
-1
/
+21
*
|
|
Address test_pluck_columns_with_same_name failure due to nondeterministic sor...
Yasuo Honda
2019-06-02
1
-1
/
+1
|
/
/
*
|
Fix table comment also being applied to the primary key column
Guilherme Goettems Schneider
2019-05-31
1
-0
/
+5
*
|
Address intermittent CI failure due to non-determined sort order
Ryuta Kamizono
2019-05-30
1
-6
/
+7
*
|
Address intermittent CI failure in cascaded_eager_loading_test.rb
Ryuta Kamizono
2019-05-29
1
-12
/
+12
*
|
Merge pull request #36353 from p8/fix-spelling-in-face-model
Ryuta Kamizono
2019-05-29
1
-1
/
+1
|
\
\
|
*
|
Fix comment for "broken" inverse_of associations [ci skip]
Petrik
2019-05-28
1
-1
/
+1
*
|
|
Address intermittent CI failure due to unfilled schema columns cache
Ryuta Kamizono
2019-05-29
1
-3
/
+3
|
/
/
*
|
Use `capture_sql` instead of `assert_sql` with no pattern
Ryuta Kamizono
2019-05-22
3
-15
/
+12
*
|
Give up filling schema cache before `assert_no_queries`
Ryuta Kamizono
2019-05-22
6
-90
/
+24
*
|
Fall back to type casting from the connection adapter
Ryuta Kamizono
2019-05-21
1
-1
/
+6
*
|
Except SCHEMA SQLs in `capture_sql`
Ryuta Kamizono
2019-05-21
1
-1
/
+1
*
|
Implicit through table joins should be appeared before user supplied joins
Ryuta Kamizono
2019-05-19
1
-0
/
+8
*
|
Merge pull request #36284 from kamipo/fix_eager_loading_with_string_joins
Ryuta Kamizono
2019-05-15
2
-0
/
+12
|
\
\
|
*
|
Fix eager loading associations with string joins not to raise NoMethodError
Ryuta Kamizono
2019-05-15
2
-0
/
+12
*
|
|
Don't track implicit `touch` mutation
Ryuta Kamizono
2019-05-13
1
-5
/
+15
|
|
/
|
/
|
*
|
Remove ignored_sql from SQLCounter by adding "TRANSACTION" to log name
Yasuo Honda
2019-05-08
2
-11
/
+3
|
/
*
Should attempt `committed!`/`rolledback!` to all enrolled records in the tran...
Ryuta Kamizono
2019-05-07
1
-5
/
+51
*
Remove redundant `test_too_many_binds`
Yasuo Honda
2019-05-03
1
-20
/
+0
*
Namespace association extension modules under the owner model
Jean Boussier
2019-05-02
2
-10
/
+10
*
Make scope arity check consistent (#36134)
Rob Trame
2019-05-01
2
-0
/
+19
[prev]
[next]