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
*
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
*
entry is always a Hash
Rafael Mendonça França
2014-04-08
1
-1
/
+1
*
Check env_url only once
Rafael Mendonça França
2014-04-08
1
-2
/
+7
*
Only call DEFAULT_ENV proc one time
Rafael Mendonça França
2014-04-08
1
-2
/
+5
*
Make sure DEFAULT_URL only override current environment database
Rafael Mendonça França
2014-04-08
1
-1
/
+1
*
Only apply DATABASE_URL for Rails.env
Matthew Draper
2014-04-08
1
-28
/
+14
*
Use Sqlite3 adapter in examples
Julian Simioni
2014-03-12
1
-2
/
+2
*
Handle missing environment from non empty config
schneems
2014-02-21
1
-9
/
+5
*
Ensure Active Record connection consistency
schneems
2014-01-09
1
-3
/
+57
*
Deprecate use of string in establish_connection as connection lookup
José Valim
2013-12-24
1
-0
/
+7
*
Only build a ConnectionSpecification if required
José Valim
2013-12-24
1
-1
/
+1
*
Guarantee the connection resolver handles string values
José Valim
2013-12-23
1
-2
/
+2
*
removes calls to AR::Runtime.instance
Xavier Noria
2013-04-13
1
-2
/
+2
*
Created a runtime registry for thread local variables in active record.
wangjohn
2013-04-09
1
-2
/
+2
*
nodoc AR::ConnectionHandling for adapters [ci skip]
Francesco Rodriguez
2013-03-15
1
-5
/
+5
*
1.9 hash syntax changes
AvnerCohen
2012-11-08
1
-8
/
+8
*
Remove ActiveRecord::Model
Jon Leighton
2012-10-26
1
-1
/
+0
*
Make connection pool retrieval faster
Jon Leighton
2012-08-31
1
-1
/
+1
*
load active_support/core_ext/module/delegation in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
Simplify AR configuration code.
Jon Leighton
2012-06-15
1
-0
/
+4
*
removes verify_active_connections!
Xavier Noria
2012-02-24
1
-1
/
+1
*
Delegate clear_active_connections to handler as well
Carlos Antonio da Silva
2012-01-14
1
-6
/
+2
*
Support establishing connection on ActiveRecord::Model.
Jon Leighton
2011-12-28
1
-0
/
+100