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
*
Simplify AR configuration code.
Jon Leighton
2012-06-15
1
-3
/
+2
*
Make connection pool fair with respect to waiting threads.
Patrick Mahoney
2012-05-25
1
-1
/
+1
*
Revert "Merge pull request #6416 from pmahoney/threadsafe-connection-pool"
Rafael Mendonça França
2012-05-22
1
-1
/
+1
*
Make connection pool fair with respect to waiting threads.
Patrick Mahoney
2012-05-20
1
-1
/
+1
*
Allow to run `connection_adapters/quoting_test.rb` independently
Piotr Sarnacki
2012-05-09
1
-1
/
+3
*
Merge pull request #5362 from zenprogrammer/quoting_bug
Aaron Patterson
2012-05-09
1
-0
/
+11
|
\
|
*
Fixed bug in Quoting that caused classes to be quoted incorrectly
Ryan Oblak
2012-03-09
1
-0
/
+11
*
|
Add support schema cache dump and load.
kennyj
2012-03-01
1
-0
/
+15
|
/
*
connection specification will deep copy the config
Aaron Patterson
2011-12-30
1
-0
/
+12
*
Support establishing connection on ActiveRecord::Model.
Jon Leighton
2011-12-28
1
-1
/
+1
*
Extract common logic into a method
Jon Leighton
2011-12-24
1
-0
/
+3
*
Should clear the primary keys cache also
Jon Leighton
2011-12-16
1
-1
/
+5
*
Don't store defaults in the schema cache
Jon Leighton
2011-12-16
1
-1
/
+1
*
Cache columns at the model level.
Jon Leighton
2011-12-16
1
-9
/
+0
*
AbstractAdapter#close can be called to add the connection back to the
Aaron Patterson
2011-11-29
1
-0
/
+16
*
expire will set in_use to false
Aaron Patterson
2011-11-29
1
-0
/
+7
*
last_use is set on connection lease
Aaron Patterson
2011-11-29
1
-0
/
+6
*
Leased connections return false on second lease
Aaron Patterson
2011-11-29
1
-2
/
+11
*
Adapters keep in_use flag when leased
Aaron Patterson
2011-11-29
1
-0
/
+16
*
Fix schema_cache_test.rb for sqlite3_mem
Jon Leighton
2011-11-29
1
-6
/
+0
*
pools are 1:1 with spec now rather than 1:1 with class
Aaron Patterson
2011-11-28
1
-2
/
+0
*
pushing caching and visitors down to the connection
Aaron Patterson
2011-11-19
1
-0
/
+55
*
Merge pull request #2897 from rsutphin/ar31-remove_connection
Aaron Patterson
2011-09-06
1
-1
/
+20
*
please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT
Aaron Patterson
2011-06-06
1
-1
/
+1
*
Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...
Jon Leighton
2011-06-04
1
-1
/
+1
*
adding active_connections? to the connection pool for finding open connections
Aaron Patterson
2011-03-28
1
-0
/
+33