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
/
active_record
/
connection_handling.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable `Layout/EmptyLinesAroundAccessModifier` cop
Ryuta Kamizono
2019-06-13
1
-1
/
+0
*
Treat ActiveRecord::Base and ApplicationRecord as "primary"
eileencodes
2019-06-05
1
-2
/
+6
*
Format a comment to not show up as code [ci skip]
Sharang Dashputre
2019-04-16
1
-2
/
+2
*
Ensure a handler is set when using `connected_to`
eileencodes
2019-04-08
1
-10
/
+17
*
Invalidate query cache for all connections in the current thread
Eileen Uchitelle
2019-02-01
1
-0
/
+9
*
Fix error raised when handler doesn't exist
Eileen Uchitelle
2019-01-25
1
-4
/
+0
*
Raise helpful error when role doesn't exist
Eileen Uchitelle
2018-12-21
1
-0
/
+4
*
Add AR::Base.connected_to?
John Hawthorn
2018-12-11
1
-0
/
+23
*
Exercise `connected_to` and `connects_to` methods
bogdanvlviv
2018-11-15
1
-1
/
+1
*
Fix "warning: shadowing outer local variable - role"
Ryuta Kamizono
2018-10-31
1
-9
/
+13
*
Add support for hash and url configs in connected_to
Gannon McGibbon
2018-10-26
1
-6
/
+9
*
Basic API for connection switching
Eileen Uchitelle
2018-10-10
1
-1
/
+96
*
Refactors Active Record connection management
Eileen Uchitelle
2018-08-30
1
-34
/
+7
*
Fix connection handling with three-tier config
eileencodes
2018-03-16
1
-0
/
+4
*
Flush idle database connections
Matthew Draper
2017-11-26
1
-1
/
+1
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
`DEFAULT_ENV` falls back to `default_env` when `RAILS_ENV` or `RACK_ENV` is a...
Ryuta Kamizono
2017-05-25
1
-1
/
+1
*
fixes remaining RuboCop issues [Vipul A M, Xavier Noria]
Xavier Noria
2016-09-01
1
-1
/
+1
*
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
1
-1
/
+1
*
applies new string literal convention in activerecord/lib
Xavier Noria
2016-08-06
1
-1
/
+1
*
Remove unused `ActiveRecord::Base.connection_id`
Sean Griffin
2016-06-29
1
-8
/
+0
*
[ci skip] fix typo in ActiveRecord::ConnectionHandling
Alex Kitchens
2016-06-20
1
-1
/
+1
*
Remove `name` from `establish_connection`
Arthur Neves
2016-05-24
1
-1
/
+6
*
Move establish_connection to handler
Arthur Neves
2016-05-24
1
-13
/
+5
*
remove_connection should not remove parent connection
Arthur Neves
2016-05-11
1
-1
/
+2
*
Merge pull request #24971 from arthurnn/arthurnn/dont_cache_specification_name
Arthur Nogueira Neves
2016-05-11
1
-1
/
+1
|
\
|
*
Dont cache the conn_spec_name when empty
Arthur Neves
2016-05-11
1
-1
/
+1
*
|
Set conn_spec_name after remove
Arthur Neves
2016-05-11
1
-2
/
+2
|
/
*
Make sure we reset the connection_specification_name on
Arthur Neves
2016-05-10
1
-1
/
+8
*
Followup to #24844
Jon Moss
2016-05-07
1
-3
/
+2
*
s/specification_name/connection_specification_name
Arthur Neves
2016-05-06
1
-10
/
+10
*
s/specification_id/specification_name
Arthur Neves
2016-05-05
1
-11
/
+11
*
Better code readability
Arthur Neves
2016-05-05
1
-3
/
+1
*
Better specification_id method
Arthur Neves
2016-05-05
1
-10
/
+7
*
Rename method
Arthur Neves
2016-05-05
1
-3
/
+3
*
Refactor connection handler
Arthur Neves
2016-05-05
1
-7
/
+27
*
Remove legacy mysql adapter
Ryuta Kamizono
2015-12-21
1
-1
/
+1
*
applies new doc guidelines to Active Record.
Yves Senn
2015-10-14
1
-3
/
+3
*
Improve readability of docs by using code tag [ci skip]
Prakash Laxkar
2015-09-29
1
-1
/
+1
*
AR::ConPool - remove synchronization around connection cache.
thedarkone
2015-05-14
1
-1
/
+1
*
Revert "Merge pull request #19404 from dmathieu/remove_rack_env"
Jeremy Kemper
2015-03-20
1
-1
/
+1
*
don't fallback to RACK_ENV when RAILS_ENV is not present
Damien Mathieu
2015-03-19
1
-1
/
+1
*
Spell PostgreSQL correctly :elephant:
Akira Matsuda
2015-02-28
1
-1
/
+1
*
Check for Rails.env instead of Rails
Pavel Penkov
2014-12-25
1
-1
/
+1
*
If Rails is not defined, check ENV["RAILS_ENV"] and ENV["RACK_ENV"].
Keith Gable
2014-10-21
1
-1
/
+1
*
Don't deprecate after all
Matthew Draper
2014-04-09
1
-16
/
+2
*
Less ambition, more deprecation
Matthew Draper
2014-04-09
1
-16
/
+16
*
Rearrange the config merger some more
Matthew Draper
2014-04-08
1
-19
/
+16
[next]