| 877920b |
2013-05-15 |
Removed incorrect warning from application.js templates ... |
| a85b9fa |
2011-06-21 |
Use non-'jdbc*' names so that db:create and db:drop work |
| 4a5f1ce |
2011-06-21 |
Use non-'jdbc*' names so that db:create and db:drop work |
| f12f756 |
2011-06-21 |
Add generic 'jdbc' database option |
| 198cd8b |
2011-06-21 |
Add generic 'jdbc' database option |
| 4dd2d07 |
2011-06-21 |
Convert database names to ones appropriate for JRuby |
| 1cbbe06 |
2011-06-21 |
Convert database names to ones appropriate for JRuby |
| 2b0b726 |
2011-06-21 |
Remove superfluous pg driver install instructions |
| e1d6667 |
2011-06-21 |
Remove superfluous pg driver install instructions |
| 2277c51 |
2010-08-20 |
Fix hash modification during iteration in Mapper [#5420] |
| b4a5208 |
2010-08-20 |
Fix hash modification during iteration in Mapper [#5420] |
| f5c5cdd |
2010-08-11 |
Missed one spot for --skip-active-record, which means th... |
| 43b8722 |
2010-08-11 |
Missed one spot for --skip-active-record, which means th... |
| f427fdd |
2010-07-26 |
JRuby should not need system_timer, and cannot install i... |
| ea7f1fb |
2010-07-16 |
Don't rely on implementation-specific order-dependence o... |
| b549d93 |
2010-06-24 |
AS::Isolation functional on Windows/JRuby. |
| c0db784 |
2010-05-20 |
More accurate JRuby gem requirements |
| 471a394 |
2009-10-16 |
Modify connection pool callbacks to be compatible w/ new... |
| 529c271 |
2008-11-07 |
Simplify dispatcher callbacks to eliminate unnecessary s... |
| 395369b |
2008-10-03 |
Provide alternate implementation of Object#subclasses_of... |
| 0d9e238 |
2008-09-04 |
Remove flawed execute("ROLLBACK") approach; #reset! defa... |
| a3f12f5 |
2008-09-04 |
Default connection allow_concurrency to false (for Postg... |
| 7ba2872 |
2008-09-04 |
Deprecate verification_timeout and verify before reset |
| a9086b3 |
2008-08-29 |
Make query-cache thread-local |
| 3007545 |
2008-08-29 |
Minor tweak to retrieve_connection_pool -- recurse inste... |
| 113cc4e |
2008-08-29 |
Remove some synchronization that's probably overkill, as... |
| c1b9498 |
2008-08-29 |
Remove call to active_record.allow_concurrency since it'... |
| 8e5e02b |
2008-08-29 |
Collapse connection pool class hierarchy; YAGNI. |
| d07a6b1 |
2008-08-29 |
Make clear_active_connections! also return stale connect... |
| 212134d |
2008-08-29 |
Remove CachedConnectionPerThread per-thread pooling mech... |
| ca6d717 |
2008-08-29 |
Deprecate allow_concurrency and make it have no effect |
| a96b7d4 |
2008-08-29 |
Add connection reset and verification upon each connecti... |
| d7d2d73 |
2008-08-29 |
Fix typo: was using brackets instead of parens. Must nee... |
| 1712e37 |
2008-08-29 |
Favor existing connections over new ones if available |
| 817a07b |
2008-08-29 |
More doco and class/method renames. Now have a strategy ... |
| 3ce64d4 |
2008-08-29 |
Fix checkin method, add a couple more tests |
| fe575dd |
2008-08-29 |
Nearing the finish line. Initial fixed-size connection p... |
| 82fcd9d |
2008-08-29 |
Clean up the code, get rid of reserve/release, add some ... |
| 029952e |
2008-08-29 |
Extract a base class for connection pools, start to fles... |
| 51349ec |
2008-08-29 |
Add readme stating intentions of the work |
| 72d959d |
2008-08-29 |
Split connection handler into single- and multiple-threa... |
| ff97e9d |
2008-08-29 |
Connection handling methods extracted out into separate ... |
| 3151d96 |
2008-08-29 |
Revert "Change all databases.rake adapter 'when' stateme... |
| 37b0b36 |
2008-08-29 |
Fix failure to retain value of allow_concurrency |
| cab76ce |
2008-08-29 |
Add synchronization to connection pool also |
| 50cd4bd |
2008-08-29 |
Introduce synchronization around connection pool access |
| b185d15 |
2008-08-29 |
Module#synchronize: Add testcase to ensure that singleto... |
| 9dc4f66 |
2008-08-29 |
Add method punctuation handling to #synchronize |
| 3eb6824 |
2008-08-29 |
Adds Module#synchronize for easier method-level synchron... |
| 5879b15 |
2008-08-29 |
Rename defined_connections to connection_pools |
| 6edaa26 |
2008-08-29 |
Initial conversion to connection pool |
| 1a81f15 |
2008-08-29 |
Change all databases.rake adapter 'when' statements to u... |
| 420c4b3 |
2008-04-13 |
Added Rails.public_path to control where HTML and assets... |
| 25eeea7 |
2008-04-01 |
PostgreSQL: use create_ and drop_database for rake tasks... |
| e4e3df8 |
2008-04-01 |
PostgreSQL: create_ and drop_database support. Closes #9... |
| 2029b8a |
2006-11-02 |
merge xmlsimple update to release branch |
| ea433f1 |
2006-11-02 |
update XmlSimple to 1.0.10. Closes #6532. [nicksieger] |
| 81a6a60 |
2006-06-28 |
Remove opts.on { |options[:option_name] } style hash ass... |