| Commit message (Expand) | Author | Age | Files | Lines |
* | A missing primary key column shouldn't raise an error when generating its err... | Jeremy Kemper | 2005-11-01 | 2 | -1/+3 |
* | Added that an DuplicateMigrationVersionError gets raised when multiple migrat... | Florian Weber | 2005-10-31 | 6 | -4/+63 |
* | Changed :dbfile to :database for SQLite adapter for consistency (old key stil... | David Heinemeier Hansson | 2005-10-30 | 7 | -16/+19 |
* | Added migration support for Oracle (closes #2647) [Michael Schoen] | David Heinemeier Hansson | 2005-10-29 | 11 | -229/+335 |
* | Worked around that connection can't be reset if allow_concurrency is off. Cl... | Jeremy Kemper | 2005-10-29 | 2 | -0/+3 |
* | Fixed SQL Server adapter so it honors options[:conditions] when applying :lim... | David Heinemeier Hansson | 2005-10-28 | 5 | -15/+39 |
* | Made more tests for SQLServer pass (closes #2486) [Tom Ward] | David Heinemeier Hansson | 2005-10-28 | 1 | -3/+3 |
* | Added migration support to SQL Server adapter (please someone do the same for... | David Heinemeier Hansson | 2005-10-28 | 6 | -31/+143 |
* | r3801@sedna: jeremy | 2005-10-28 00:42:28 -0700 | Jeremy Kemper | 2005-10-28 | 2 | -2/+4 |
* | r3800@sedna: jeremy | 2005-10-28 00:39:05 -0700 | Jeremy Kemper | 2005-10-28 | 5 | -15/+90 |
* | Update documentation for observers to reflect new configuration system. | Marcel Molina | 2005-10-27 | 1 | -3/+4 |
* | Refactor DB exceptions and deal more with DB2 (closes #2624) | David Heinemeier Hansson | 2005-10-27 | 12 | -62/+58 |
* | Add exception to example (closes #2315) | David Heinemeier Hansson | 2005-10-26 | 1 | -0/+1 |
* | Added :offset and :limit to the kinds of options that Base.constrain can use ... | David Heinemeier Hansson | 2005-10-26 | 3 | -1/+30 |
* | Fix docs (closes #2491) | David Heinemeier Hansson | 2005-10-26 | 11 | -55/+56 |
* | Fixed handling of nil number columns on Oracle and cleaned up tests for Oracl... | David Heinemeier Hansson | 2005-10-26 | 9 | -41/+79 |
* | Added quoted_true and quoted_false methods to db2_adapter and cleaned up test... | David Heinemeier Hansson | 2005-10-26 | 4 | -2/+14 |
* | Prepared for release of 0.14.2 (RC3) | David Heinemeier Hansson | 2005-10-25 | 3 | -3/+4 |
* | Allow symbols to rename columns when using SQLite adapter. #2531 [kevin.clark... | Jamis Buck | 2005-10-25 | 3 | -4/+30 |
* | r2736@asus: jeremy | 2005-10-24 17:08:12 -0700 | Jeremy Kemper | 2005-10-25 | 7 | -194/+82 |
* | Minor documentation fix | Florian Weber | 2005-10-25 | 1 | -1/+1 |
* | r2727@asus: jeremy | 2005-10-24 14:14:36 -0700 | Jeremy Kemper | 2005-10-24 | 2 | -9/+49 |
* | r2726@asus: jeremy | 2005-10-24 14:11:59 -0700 | Jeremy Kemper | 2005-10-24 | 2 | -7/+6 |
* | A little spacing goes a long way | David Heinemeier Hansson | 2005-10-24 | 1 | -0/+1 |
* | r3689@sedna: jeremy | 2005-10-16 10:24:36 -0700 | Jeremy Kemper | 2005-10-23 | 1 | -1/+3 |
* | r2718@asus: jeremy | 2005-10-23 14:45:30 -0700 | Jeremy Kemper | 2005-10-23 | 6 | -106/+170 |
* | Map Active Record time to SQL TIME. Closes #2576. | Jeremy Kemper | 2005-10-23 | 2 | -2/+2 |
* | Map AR time to PostgreSQL TIME. Closes #2575. | Jeremy Kemper | 2005-10-23 | 2 | -1/+3 |
* | Clarify semantics of ActiveRecord::Base#respond_to? Closes #2560. | Jeremy Kemper | 2005-10-22 | 5 | -14/+58 |
* | Fix Associations#clear for not-yet-loaded associations (Patrick Lenz) | Tobias Lütke | 2005-10-20 | 3 | -2/+13 |
* | HABTM finder sets :readonly => false. Closes #2525. | Jeremy Kemper | 2005-10-20 | 4 | -17/+32 |
* | Update CHANGELOG. | Marcel Molina | 2005-10-19 | 1 | -1/+2 |
* | Make all of tests runnable on their own. | Marcel Molina | 2005-10-19 | 2 | -3/+4 |
* | Really ready for release | David Heinemeier Hansson | 2005-10-19 | 1 | -1/+1 |
* | Made ready to push RC2 | David Heinemeier Hansson | 2005-10-19 | 2 | -2/+3 |
* | Parenthesize :conditions | Jeremy Kemper | 2005-10-18 | 7 | -18/+19 |
* | Correct PostgreSQL primary key sequence detection. #2507 | Jeremy Kemper | 2005-10-18 | 2 | -13/+22 |
* | Added support for using limits in eager loads that involve has_many and has_a... | David Heinemeier Hansson | 2005-10-18 | 3 | -11/+87 |
* | unbreak unit tests on windows | Michael Koziarski | 2005-10-18 | 1 | -2/+0 |
* | Updated the gem specs | David Heinemeier Hansson | 2005-10-17 | 1 | -1/+1 |
* | Fixed a few sqlserver test case errors. Closes #2486 | Tobias Lütke | 2005-10-17 | 3 | -7/+13 |
* | Getting ready for 0.14.0 (1.0.0 Release Candidate 1) | David Heinemeier Hansson | 2005-10-16 | 2 | -3/+3 |
* | modified finder test a tiny bit so that it passes on sqlserver | Tobias Lütke | 2005-10-16 | 2 | -5/+8 |
* | Update/clean up ActiveRecord documentation (rdoc) | Jamis Buck | 2005-10-16 | 4 | -6/+45 |
* | r3959@asus: jeremy | 2005-10-16 00:09:09 -0700 | Jeremy Kemper | 2005-10-16 | 1 | -0/+2 |
* | r3957@asus: jeremy | 2005-10-16 00:01:55 -0700 | Jeremy Kemper | 2005-10-16 | 1 | -0/+20 |
* | r3616@asus: jeremy | 2005-09-26 23:09:28 -0700 | Jeremy Kemper | 2005-10-16 | 13 | -42/+113 |
* | Comment out the memory leak test because it b0rks the testing environment. Up... | Jamis Buck | 2005-10-16 | 2 | -19/+22 |
* | Fix bad commit. (Bad developer, bad\!) | Nicholas Seckar | 2005-10-16 | 1 | -1/+1 |
* | Add __FILE__ and __LINE__ to eval | Nicholas Seckar | 2005-10-15 | 1 | -1/+1 |