| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Refactor DB exceptions and deal more with DB2 (closes #2624) | David Heinemeier Hansson | 2005-10-27 | 7 | -58/+44 |
* | Added :offset and :limit to the kinds of options that Base.constrain can use ... | David Heinemeier Hansson | 2005-10-26 | 1 | -0/+24 |
* | Fixed handling of nil number columns on Oracle and cleaned up tests for Oracl... | David Heinemeier Hansson | 2005-10-26 | 7 | -34/+34 |
* | Added quoted_true and quoted_false methods to db2_adapter and cleaned up test... | David Heinemeier Hansson | 2005-10-26 | 2 | -2/+1 |
* | Allow symbols to rename columns when using SQLite adapter. #2531 [kevin.clark... | Jamis Buck | 2005-10-25 | 1 | -0/+22 |
* | r2736@asus: jeremy | 2005-10-24 17:08:12 -0700 | Jeremy Kemper | 2005-10-25 | 4 | -82/+3 |
* | r2727@asus: jeremy | 2005-10-24 14:14:36 -0700 | Jeremy Kemper | 2005-10-24 | 1 | -0/+41 |
* | r2726@asus: jeremy | 2005-10-24 14:11:59 -0700 | Jeremy Kemper | 2005-10-24 | 1 | -6/+5 |
* | r2718@asus: jeremy | 2005-10-23 14:45:30 -0700 | Jeremy Kemper | 2005-10-23 | 4 | -16/+53 |
* | Clarify semantics of ActiveRecord::Base#respond_to? Closes #2560. | Jeremy Kemper | 2005-10-22 | 3 | -1/+30 |
* | Fix Associations#clear for not-yet-loaded associations (Patrick Lenz) | Tobias Lütke | 2005-10-20 | 1 | -0/+9 |
* | HABTM finder sets :readonly => false. Closes #2525. | Jeremy Kemper | 2005-10-20 | 1 | -14/+24 |
* | Make all of tests runnable on their own. | Marcel Molina | 2005-10-19 | 2 | -3/+4 |
* | Parenthesize :conditions | Jeremy Kemper | 2005-10-18 | 1 | -8/+5 |
* | Added support for using limits in eager loads that involve has_many and has_a... | David Heinemeier Hansson | 2005-10-18 | 1 | -2/+29 |
* | unbreak unit tests on windows | Michael Koziarski | 2005-10-18 | 1 | -2/+0 |
* | Fixed a few sqlserver test case errors. Closes #2486 | Tobias Lütke | 2005-10-17 | 3 | -7/+13 |
* | modified finder test a tiny bit so that it passes on sqlserver | Tobias Lütke | 2005-10-16 | 2 | -5/+8 |
* | 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 | 6 | -6/+35 |
* | Comment out the memory leak test because it b0rks the testing environment. Up... | Jamis Buck | 2005-10-16 | 1 | -18/+21 |
* | Renaming the deprecated finder test | Michael Koziarski | 2005-10-15 | 1 | -1/+1 |
* | squash the memleak in dev mode finally (fingers crossed, here) | Jamis Buck | 2005-10-15 | 1 | -0/+19 |
* | Support ordered YAML fixtures. #1896 | Jeremy Kemper | 2005-10-15 | 2 | -0/+20 |
* | Adds :nullify option to :depends. Closes #2015 (Robby Russell) | Tobias Lütke | 2005-10-15 | 6 | -13/+56 |
* | r3618@sedna: jeremy | 2005-10-14 12:06:03 -0700 | Jeremy Kemper | 2005-10-15 | 1 | -0/+31 |
* | Change quote delimiters for sql interpolation to obviate SyntaxErrors. Closes... | Marcel Molina | 2005-10-14 | 1 | -0/+6 |
* | DRYed up Associations#clear. Closes #1906 [Caleb] | Tobias Lütke | 2005-10-14 | 2 | -1/+17 |
* | Delegate access to a customized primary key to the conventional id method. Cl... | Marcel Molina | 2005-10-13 | 1 | -2/+2 |
* | Fix errors caused by assigning a has-one or belongs-to property to itself | Jamis Buck | 2005-10-13 | 1 | -0/+10 |
* | r3579@sedna: jeremy | 2005-10-13 12:02:01 -0700 | Jeremy Kemper | 2005-10-13 | 1 | -4/+2 |
* | r3577@sedna: jeremy | 2005-10-13 11:55:20 -0700 | Jeremy Kemper | 2005-10-13 | 1 | -0/+17 |
* | Update DB2 adapter. Closes #2206. | Marcel Molina | 2005-10-12 | 1 | -0/+1 |
* | Deprecated ActiveRecord::Base.threaded_connection in favor of ActiveRecord::B... | Marcel Molina | 2005-10-12 | 1 | -1/+1 |
* | Protect id attribute from mass assigment even when the primary key is set to ... | Marcel Molina | 2005-10-12 | 1 | -0/+18 |
* | Add test coverage for customized primary keys including a failing test for #2... | Marcel Molina | 2005-10-12 | 16 | -6/+65 |
* | Add test coverage for content_columns. Closes #2432. | Marcel Molina | 2005-10-11 | 1 | -1/+4 |
* | Speed up the setting of table_name. Closes #2428. | Marcel Molina | 2005-10-10 | 2 | -0/+20 |
* | Fix typo of 'constrains' to 'contraints'. Closes #2069. | Marcel Molina | 2005-10-09 | 1 | -1/+1 |
* | Add ability to get all siblings, including the current child, with acts_as_tr... | Marcel Molina | 2005-10-09 | 1 | -0/+9 |
* | Add geometric type for postgresql adapter. Closes #2233. | Marcel Molina | 2005-10-09 | 3 | -0/+74 |
* | Add option (true by default) to generate reader methods for each attribute of... | Marcel Molina | 2005-10-07 | 1 | -0/+20 |
* | Add convenience predicate methods on Column class. In partial fullfilment of ... | Marcel Molina | 2005-10-06 | 1 | -0/+3 |
* | Raise an exception when invalid options are passed to ActiveRecord::Base.find... | Marcel Molina | 2005-10-06 | 2 | -2/+6 |
* | sqlite topics.approved should default to true like the other dbs | Jeremy Kemper | 2005-10-06 | 1 | -1/+1 |
* | Fixup tests for [2474]. | Jeremy Kemper | 2005-10-06 | 2 | -11/+11 |
* | Add rename_table to mysql, sqlite and postgres adapters for use in migrations | Tobias Lütke | 2005-10-06 | 1 | -0/+19 |
* | smallint -> boolean in pg sql | Jeremy Kemper | 2005-10-06 | 1 | -1/+1 |
* | Quote booleans according the rules defined by the adapter | Michael Koziarski | 2005-10-06 | 5 | -8/+13 |
* | Association validation does not belong in a before_save callback: move it int... | Jeremy Kemper | 2005-10-02 | 2 | -23/+62 |