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_adapters
Commit message (
Expand
)
Author
Age
Files
Lines
*
Autoload ActiveRecord files
Joshua Peek
2008-11-24
1
-0
/
+1
*
Remove reset! as a connection#checkout callback
Pratik Naik
2008-11-19
1
-1
/
+1
*
Merge branch 'master' into testing
Jeremy Kemper
2008-11-08
1
-3
/
+11
|
\
|
*
Timeout the connection pool monitor on ruby 1.8 only
Jeremy Kemper
2008-11-08
1
-3
/
+11
*
|
Merge branch 'master' into testing
Jeremy Kemper
2008-11-07
3
-14
/
+6
|
\
|
|
*
Don't leave open dangling connections in development mode. [#1335 state:resol...
Pratik Naik
2008-11-08
1
-2
/
+1
|
*
Simplify dispatcher callbacks to eliminate unnecessary stale thread purging. ...
Nick Sieger
2008-11-08
1
-4
/
+1
|
*
Revert commit which breaks all the tests.
Michael Koziarski
2008-11-07
1
-8
/
+4
*
|
undef abstract methods instead of raising NotImplementedError. Still need the...
Jeremy Kemper
2008-11-07
1
-4
/
+4
|
/
*
Stop logging SHOW FIELDS and SET SQL_AUTO_IS_NULL=0 for the MysqlAdapter as t...
David Heinemeier Hansson
2008-11-06
1
-4
/
+8
*
Make sure ActiveRecord::Base.connected? doesn't raise an exception for define...
Pratik Naik
2008-11-06
1
-1
/
+2
*
Ensure ActiveRecord::ConnectionPool.connected? handles undefined connections....
Wes Oldenbeuving
2008-11-06
1
-1
/
+1
*
It is not necessary to store QueryCache in a thread local since the cache is ...
Joshua Peek
2008-10-30
1
-27
/
+14
*
Use database name in query cache thread local key [#1283 state:resolved]
Joshua Peek
2008-10-30
1
-3
/
+2
*
Remove reference to fformat to restore support for postgres gem.
Michael Koziarski
2008-10-26
1
-1
/
+1
*
Fix binary data corruption bug in PostgreSQL adaptor
Adam Majer
2008-10-25
1
-68
/
+79
*
Add documentation for AbstractAdapter#sanitize_limit, and make its code more ...
Hongli Lai (Phusion)
2008-10-09
1
-4
/
+15
*
Merge docrails
Pratik Naik
2008-10-05
4
-24
/
+117
*
made ConnectionPool#checkout more robust by trying to loot dead threads when ...
Aliaksey Kandratsenka
2008-10-04
1
-1
/
+5
*
Fix race in ConnectionPool#checkout
Aliaksey Kandratsenka
2008-10-04
1
-15
/
+14
*
don't quote decimal values for mysql. It doesn't make sense and breaks in new...
Aliaksey Kandratsenka
2008-10-04
1
-1
/
+1
*
Make sure recreate MySQL test database with the proper encoding and collation...
Luca Guidi
2008-10-03
1
-2
/
+2
*
Deal with MySQL's quirky handling of defaults and blob/text columns
Frederick Cheung
2008-09-14
2
-1
/
+10
*
Merge docrails
Pratik Naik
2008-09-13
1
-2
/
+36
*
Support :limit on update_all so that has_many with :limit can be safely updated
Tarmo Tänav
2008-09-10
2
-0
/
+8
*
Use a more sensible resolution on the new millisecond benchmarks
David Heinemeier Hansson
2008-09-05
1
-1
/
+1
*
Changed all benchmarking reports to be in milliseconds
David Heinemeier Hansson
2008-09-05
1
-3
/
+3
*
Handle connection timeouts with a slightly nicer error message.
Michael Koziarski
2008-09-04
1
-1
/
+1
*
Remove flawed execute("ROLLBACK") approach; #reset! defaults to nothing
Nick Sieger
2008-09-04
2
-5
/
+1
*
Default connection allow_concurrency to false (for PostgreSQL)
Nick Sieger
2008-09-04
1
-2
/
+1
*
Deprecate verification_timeout and verify before reset
Nick Sieger
2008-09-04
3
-17
/
+16
*
still need to track whether we're the toplevel transaction
Jeremy Kemper
2008-09-04
1
-3
/
+10
*
PostgreSQL: introduce transaction_active? rather than tracking activity ourse...
Jeremy Kemper
2008-09-04
1
-0
/
+32
*
Minor tweak to retrieve_connection_pool -- recurse instead of loop
Nick Sieger
2008-08-29
1
-6
/
+4
*
Remove some synchronization that's probably overkill, assuming one doesn't es...
Nick Sieger
2008-08-29
1
-10
/
+1
*
Collapse connection pool class hierarchy; YAGNI.
Nick Sieger
2008-08-29
2
-112
/
+51
*
Make clear_active_connections! also return stale connections back to the pool
Nick Sieger
2008-08-29
2
-33
/
+25
*
Remove CachedConnectionPerThread per-thread pooling mechanism in favor of a f...
Nick Sieger
2008-08-29
2
-17
/
+9
*
Deprecate allow_concurrency and make it have no effect
Nick Sieger
2008-08-29
3
-40
/
+19
*
Add connection reset and verification upon each connection checkout
Nick Sieger
2008-08-29
3
-4
/
+27
*
Fix typo: was using brackets instead of parens. Must need more sleep.
Nick Sieger
2008-08-29
1
-1
/
+1
*
Favor existing connections over new ones if available
Nick Sieger
2008-08-29
1
-3
/
+3
*
More doco and class/method renames. Now have a strategy for integration with ...
Nick Sieger
2008-08-29
1
-24
/
+39
*
Fix checkin method, add a couple more tests
Nick Sieger
2008-08-29
1
-1
/
+1
*
Nearing the finish line. Initial fixed-size connection pool implemented, more...
Nick Sieger
2008-08-29
2
-22
/
+120
*
Clean up the code, get rid of reserve/release, add some more docs
Nick Sieger
2008-08-29
1
-34
/
+51
*
Extract a base class for connection pools, start to flesh out reserve/release...
Nick Sieger
2008-08-29
1
-84
/
+105
*
Split connection handler into single- and multiple-thread versions.
Nick Sieger
2008-08-29
2
-31
/
+57
*
Connection handling methods extracted out into separate ConnectionHandler class
Nick Sieger
2008-08-29
3
-105
/
+117
*
Fix failure to retain value of allow_concurrency
Nick
2008-08-29
2
-1
/
+3
[next]