| 6d96124 |
2011-05-14 |
Reset ActiveRecord::LogSubscriber runtime at the start o... |
| 518ffcd |
2011-05-14 |
Escape regex in controller_runtime_test to actually chec... |
| d970733 |
2009-06-09 |
Change autoload declaration in ActionView::Helpers from ... |
| 89d1c77 |
2008-08-22 |
Initializer to sort files before eager loading. [#859 st... |
| f205939 |
2008-07-19 |
Ensure checked value is a string when validating case-se... |
| d394850 |
2008-07-19 |
Raise ArgumentError if an invalid method is specified as... |
| c3d1fda |
2008-07-19 |
Set the response content type to that of found template ... |
| 77e4535 |
2008-05-31 |
Fixed Dependencies so load errors are not masked behind ... |
| ebb642f |
2008-05-20 |
Fix Dependencies watch_frames collection. [#24 state:res... |
| ccb87e2 |
2007-09-28 |
BufferedLogger#add converts the message to a string. Clo... |
| 6f0390c |
2007-09-25 |
Add BufferedLogger#add #9667 [tomafro] |
| 14c1cb4 |
2007-09-25 |
Skip test runner workaround only if Test::Unit is loaded... |
| b18d956 |
2007-09-02 |
Ensure QueryCache doesn't try to dup numeric results (do... |
| b2c0359 |
2007-03-03 |
SQLServer: recognize real column type as Ruby float, cor... |
| 528618a |
2006-09-04 |
Optimistic locking: gracefully handle nil versions, trea... |
| ee23970 |
2006-08-25 |
SQLServer: work around bug where some unambiguous date f... |
| 91dff30 |
2006-08-25 |
SQLServer: fix eager association test. Closes #5901. |
| 32dcfa6 |
2006-08-23 |
MySQL: update test schema for MySQL 5 strict mode. Close... |
| 5779deb |
2006-08-05 |
Refactored select routing for SQL Server adapter (closes... |
| 5ad4f1a |
2006-07-10 |
SQLServer: added tests to ensure all database statements... |
| 0555fc9 |
2006-03-18 |
Added connection#current_database that'll return of the ... |
| ec20838 |
2006-02-26 |
r3847@asus: jeremy | 2006-02-26 15:26:53 -0800 |
| 6bd8e35 |
2006-02-26 |
ActiveRecord::Base.remove_connection explicitly closes d... |
| 60793cc |
2006-02-09 |
SQLServer: more compatible limit/offset emulation. Close... |
| d424674 |
2006-02-09 |
SQL Server cannot sort on type text. This causes three e... |
| 6a2104d |
2006-01-21 |
Added assert_date_from_db to do cleaner tests for SQL Se... |
| c98011b |
2005-11-15 |
SQLServer: active? and reconnect! methods for handling s... |
| 9decb1a |
2005-11-14 |
r3077@asus: jeremy | 2005-11-14 14:28:21 -0800 |
| fb1efca |
2005-11-14 |
SQLServer: insert uses given primary key value if not ni... |
| 97f418c |
2005-11-08 |
Correct handling of complex order clauses with SQL Serve... |
| bc73b83 |
2005-10-28 |
Made more tests for SQLServer pass (closes #2486) [Tom W... |
| 816f37a |
2005-10-28 |
Added migration support to SQL Server adapter (please so... |
| 847a323 |
2005-10-10 |
Replace '%e' from long and short time formats as Windows... |
| 3004217 |
2005-09-09 |
Fixed that the SQL Server adapter would sometimes return... |
| e5cc729 |
2005-09-09 |
Make the test_find_all_by_one_attribute and test_find_al... |
| c207138 |
2005-07-09 |
Fixed optimistic locking with SQL Server #1660 [tom@popd... |
| 14f06c2 |
2005-07-09 |
Fixed SQL Server test #1678 [Tom Ward] |