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
/
connection_adapters
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cache database version in schema cache
Ali Ibrahim
2019-04-03
1
-2
/
+28
*
Revert "Remove Marshal support from SchemaCache"
Rafael Mendonça França
2019-03-13
1
-0
/
+18
*
Schema Cache: cache table indexes
Kasper Timm Hansen
2019-03-13
1
-9
/
+28
*
Remove Marshal support from SchemaCache
Kasper Timm Hansen
2019-03-12
1
-16
/
+0
*
Fix database configurations building when DATABASE_URL present
Vladimir Dementyev
2019-02-12
1
-0
/
+10
*
Add ability to change the names of the default handlers
Eileen Uchitelle
2019-02-01
2
-0
/
+47
*
Fix case when we want a UrlConfig but the URL is nil
Eileen Uchitelle
2019-01-30
1
-0
/
+8
*
Fix error raised when handler doesn't exist
Eileen Uchitelle
2019-01-25
1
-3
/
+3
*
:recycle: Fix mysql type map for enum and set
bannzai
2019-01-08
1
-0
/
+4
*
Merge pull request #33985 from eugeneius/attribute_methods_schema_cache
Kasper Timm Hansen
2019-01-03
1
-0
/
+16
|
\
|
*
Only define attribute methods from schema cache
Eugene Kenny
2018-09-28
1
-0
/
+16
*
|
Add assertions for `ActiveRecord::Base.current_role`
Ryuta Kamizono
2019-01-02
1
-0
/
+6
*
|
Raise helpful error when role doesn't exist
Eileen Uchitelle
2018-12-21
1
-0
/
+10
*
|
Add AR::Base.connected_to?
John Hawthorn
2018-12-11
1
-0
/
+11
*
|
Make connection handler per thread instead of per fiber
Eileen Uchitelle
2018-11-20
1
-0
/
+37
*
|
Exercise `connected_to` and `connects_to` methods
bogdanvlviv
2018-11-15
1
-0
/
+35
*
|
Ensure that `ActiveRecord::Base#connected_to` with `:database` establishes co...
bogdanvlviv
2018-11-12
1
-3
/
+21
*
|
Add support for hash and url configs in connected_to
Gannon McGibbon
2018-10-26
1
-0
/
+39
*
|
Basic API for connection switching
Eileen Uchitelle
2018-10-10
1
-0
/
+193
*
|
Exercise stringify of database configurations
bogdanvlviv
2018-10-05
1
-0
/
+5
|
/
*
Fix "warning: shadowing outer local variable - config"
yuuji.yaginuma
2018-09-26
1
-2
/
+2
*
Stringify database configurations
Gannon McGibbon
2018-09-24
1
-0
/
+24
*
Refactors Active Record connection management
Eileen Uchitelle
2018-08-30
2
-3
/
+9
*
Relax assertions in connection config tests
Daniel Colson
2018-04-20
1
-2
/
+2
*
Autocorrect `refute` RuboCop violations
Daniel Colson
2018-04-03
1
-2
/
+2
*
Remove leftover blank sqlite3 file after in memory handler tests.
utilum
2018-04-01
1
-0
/
+2
*
Fix connection handling with three-tier config
eileencodes
2018-03-16
1
-0
/
+48
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
2
-7
/
+7
*
Skip test that use fork in the memory store db
Rafael Mendonça França
2018-01-24
1
-32
/
+34
*
Make discard safe when it follows a manual disconnect
Matthew Draper
2018-01-25
1
-0
/
+40
*
Don't update counter cache when through record was not destroyed
Eugene Kenny
2018-01-14
1
-4
/
+4
*
Revert commit 4ec5b0d6b4d8a57e034b1014942356e95caf47aa in favor of #28379
Ryuta Kamizono
2018-01-07
1
-3
/
+3
*
Don't pass `object_id` to `refute_nil` since `object_id` never to be nil
Ryuta Kamizono
2017-12-26
1
-6
/
+6
*
Improve AR connection fork safety
Matthew Draper
2017-11-18
1
-0
/
+32
*
Merge remote-tracking branch 'origin/master' into unlock-minitest
Rafael Mendonça França
2017-08-01
7
-4
/
+18
|
\
|
*
Merge pull request #29869 from kamipo/make_type_map_to_private
Rafael França
2017-07-21
2
-4
/
+4
|
|
\
|
|
*
Make `type_map` to private because it is only used in the connection adapter
Ryuta Kamizono
2017-07-20
2
-4
/
+4
|
*
|
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
7
-0
/
+14
|
|
/
|
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
7
-7
/
+0
|
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
7
-0
/
+7
*
|
Add teardown to reset_connection at MysqlTypeLookupTest
Yasuo Honda
2017-06-07
1
-0
/
+7
|
/
*
`DEFAULT_ENV` falls back to `default_env` when `RAILS_ENV` or `RACK_ENV` is a...
Ryuta Kamizono
2017-05-25
1
-0
/
+11
*
Allow 3-level DB configs to group connections by environment
Matthew Draper
2017-02-22
1
-0
/
+60
*
Fix a test of AR::Type::TypeMap#lookup when using Oracle
Koichi ITO
2017-02-02
1
-6
/
+14
*
Fix pool_from_any_process to use most recent spec
eileencodes
2017-01-13
1
-0
/
+35
*
`#tables` and `#table_exists?` and returns only tables and not views
Rafael Mendonça França
2016-12-29
1
-4
/
+7
*
"Use assert_nil if expecting nil. This will fail in minitest 6."
Akira Matsuda
2016-12-25
1
-25
/
+25
*
Use YAML to serialize schema cache
Kir Shatrov
2016-11-27
1
-4
/
+39
*
Move `test_quoting_classes` into `test/cases/quoting_test.rb`
Ryuta Kamizono
2016-10-29
1
-13
/
+0
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
2
-10
/
+10
[next]