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
/
cases
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Chaining named scope is no longer leaking to class level querying met...
Ryuta Kamizono
2019-02-14
1
-3
/
+2
*
Merge pull request #35244 from palkan/fix/activerecord-database-uri-resolve
Eileen M. Uchitelle
2019-02-13
1
-0
/
+10
|
\
|
*
Fix database configurations building when DATABASE_URL present
Vladimir Dementyev
2019-02-12
1
-0
/
+10
*
|
Revert "Merge pull request #35127 from bogdan/counter-cache-loading"
Ryuta Kamizono
2019-02-13
1
-36
/
+14
|
/
*
Merge pull request #35237 from eileencodes/fix-teardown-in-db-selector-test
Eileen M. Uchitelle
2019-02-12
1
-0
/
+4
|
\
|
*
Fix DatabaseSelector test that fails sometimes
eileencodes
2019-02-12
1
-0
/
+4
*
|
Fix `pluck` and `select` with custom attributes
Ryuta Kamizono
2019-02-13
4
-6
/
+20
|
/
*
Add `remove_foreign_key` for `change_table`
Ryuta Kamizono
2019-02-11
1
-0
/
+11
*
SQLite3: Implement `add_foreign_key` and `remove_foreign_key`
Ryuta Kamizono
2019-02-11
4
-15
/
+47
*
More exercise table name prefix and suffix tests
Ryuta Kamizono
2019-02-11
1
-25
/
+81
*
Fix random CI failure due to non-deterministic sorting order
Ryuta Kamizono
2019-02-10
1
-3
/
+3
*
Merge pull request #35203 from chiastolite/add_column_without_column_names
Ryuta Kamizono
2019-02-10
1
-0
/
+11
|
\
|
*
Do not allow to add column without column name
Hiroyuki Morita
2019-02-10
1
-0
/
+9
|
/
*
Merge pull request #35193 from kamipo/fix_exists_with_distinct_and_offset
Ryuta Kamizono
2019-02-08
1
-0
/
+10
|
\
|
*
Fix `relation.exists?` with giving both `distinct` and `offset`
Ryuta Kamizono
2019-02-08
1
-0
/
+10
*
|
Merge pull request #35178 from bogdan/has-many-size
Ryuta Kamizono
2019-02-08
1
-0
/
+15
|
\
\
|
|
/
|
/
|
|
*
Bugfix has_many association #size when ids reader is cached and association i...
Bogdan Gusiev
2019-02-08
1
-0
/
+15
*
|
Address `test_belongs_to_does_not_use_order_by` failure due to checking order...
Yasuo Honda
2019-02-08
2
-3
/
+4
*
|
Fix `relation.create` to avoid leaking scope to initialization block and call...
Ryuta Kamizono
2019-02-07
2
-4
/
+19
*
|
Fix `CollectionProxy#concat` to return self by alias it to `#<<`
Yuya Tanaka
2019-02-06
2
-2
/
+4
*
|
Relation no longer respond to Arel methods
Ryuta Kamizono
2019-02-06
2
-18
/
+7
*
|
Chaining named scope is no longer leaking to class level querying methods
Ryuta Kamizono
2019-02-06
1
-0
/
+10
|
/
*
Merge pull request #35127 from bogdan/counter-cache-loading
Ryuta Kamizono
2019-02-05
1
-5
/
+35
|
\
|
*
Bugfix association loading behavior when counter cache is zero
Bogdan Gusiev
2019-02-05
1
-5
/
+35
*
|
Merge pull request #35089 from eileencodes/fix-query-cache-for-database-switc...
Eileen M. Uchitelle
2019-02-04
1
-0
/
+38
|
\
\
|
*
|
Invalidate query cache for all connections in the current thread
Eileen Uchitelle
2019-02-01
1
-0
/
+38
*
|
|
Merge pull request #35132 from eileencodes/allow-application-to-change-handle...
Eileen M. Uchitelle
2019-02-04
2
-0
/
+47
|
\
\
\
|
*
|
|
Add ability to change the names of the default handlers
Eileen Uchitelle
2019-02-01
2
-0
/
+47
|
|
/
/
*
|
|
Merge pull request #35130 from rails/move-delay-to-options-argument
Eileen M. Uchitelle
2019-02-01
1
-0
/
+48
|
\
\
\
|
*
|
|
Refactor options for middleware
Eileen Uchitelle
2019-02-01
1
-0
/
+48
|
|
/
/
*
|
|
Merge pull request #35082 from Shopify/eagerly-materialize-test-transactions
Rafael França
2019-02-01
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Eagerly materialize the fixtures transaction
Jean Boussier
2019-01-29
1
-1
/
+1
*
|
|
Revert "Merge pull request #33729 from kddeisz/plural-automatic-inverse"
Ryuta Kamizono
2019-02-01
1
-12
/
+0
*
|
|
Add regression test for has_many through record creation
Ryuta Kamizono
2019-02-01
1
-0
/
+4
*
|
|
Write update_last_write_timestamp after request
John Hawthorn
2019-01-30
1
-0
/
+37
*
|
|
Merge pull request #35073 from eileencodes/db-selection
Eileen M. Uchitelle
2019-01-30
1
-0
/
+77
|
\
\
\
|
*
|
|
Adds basic automatic database switching to Rails
Eileen Uchitelle
2019-01-30
1
-0
/
+77
|
|
/
/
*
/
/
Fix case when we want a UrlConfig but the URL is nil
Eileen Uchitelle
2019-01-30
1
-0
/
+8
|
/
/
*
|
Allow changing text and blob size without giving the `limit` option
Ryuta Kamizono
2019-01-29
2
-9
/
+27
*
|
PostgreSQL: Use native timestamp decoders of pg-1.1
Lars Kanis
2019-01-26
1
-3
/
+3
*
|
Make `t.timestamps` with precision by default
Ryuta Kamizono
2019-01-26
2
-0
/
+122
*
|
Fix `t.timestamps` missing `null: false` in `change_table bulk: true`
Ryuta Kamizono
2019-01-26
2
-0
/
+32
*
|
Allow `column_exists?` giving options without type
Ryuta Kamizono
2019-01-26
2
-12
/
+12
*
|
Merge pull request #35042 from eileencodes/fix-error-message-for-missing-handler
Eileen M. Uchitelle
2019-01-25
2
-3
/
+11
|
\
\
|
*
|
Fix error raised when handler doesn't exist
Eileen Uchitelle
2019-01-25
2
-3
/
+11
*
|
|
Make `And` and `Case` into expression nodes
Kevin Deisz
2019-01-24
1
-0
/
+9
|
/
/
*
|
Allow `column_exists?` to be passed `type` argument as a string
Ryuta Kamizono
2019-01-24
1
-9
/
+4
*
|
activerecord: Fix statement cache for strictly cast attributes
Dylan Thacker-Smith
2019-01-23
1
-0
/
+6
*
|
Merge pull request #35006 from kddeisz/alias-case-nodes
Ryuta Kamizono
2019-01-22
1
-0
/
+10
|
\
\
|
*
|
Alias case nodes
Kevin Deisz
2019-01-21
1
-0
/
+10
[next]