| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Multiple enhancements and adjustments to DB2 adaptor. Closes #3377. | Marcel Molina | 2006-01-04 | 2 | -102/+102 |
* | Sanitize scoped conditions. | Marcel Molina | 2006-01-04 | 1 | -1/+6 |
* | removed :piggyback in favor of just allowing :select on :through associations | Tobias Lütke | 2005-12-20 | 1 | -1/+1 |
* | added :piggyback option to has_many :through relationships to pick up values ... | Tobias Lütke | 2005-12-20 | 1 | -1/+1 |
* | Fixed :through relations when using STI inherited classes would use the inher... | Tobias Lütke | 2005-12-16 | 4 | -2/+21 |
* | Added option inheritance for find calls on has_and_belongs_to_many and has_ma... | David Heinemeier Hansson | 2005-12-13 | 2 | -0/+2 |
* | Added tests for join models and fixed a bug #3177 | David Heinemeier Hansson | 2005-12-11 | 4 | -0/+19 |
* | Reloading an instance refreshes its aggregations as well as its associations.... | Jeremy Kemper | 2005-12-08 | 1 | -0/+4 |
* | PostgreSQL: more robust sequence name discovery. References #3087. | Jeremy Kemper | 2005-12-08 | 1 | -2/+3 |
* | Added preliminary support for join models [DHH] Added preliminary support for... | David Heinemeier Hansson | 2005-12-03 | 1 | -0/+1 |
* | Work-in progress for providing better join model support and polymorphic asso... | David Heinemeier Hansson | 2005-12-02 | 6 | -1/+30 |
* | r3116@asus: jeremy | 2005-11-16 00:17:06 -0800 | Jeremy Kemper | 2005-11-16 | 4 | -0/+321 |
* | r3095@asus: jeremy | 2005-11-15 22:40:51 -0800 | Jeremy Kemper | 2005-11-16 | 2 | -2/+4 |
* | Oracle: test case for column default parsing. References #2788. | Jeremy Kemper | 2005-11-14 | 1 | -0/+8 |
* | acts_as_list plays nicely with inheritance by remembering the class which dec... | Jeremy Kemper | 2005-11-10 | 2 | -0/+15 |
* | Fixed acts_as_list for definitions without an explicit :order #2803 [jonathan... | David Heinemeier Hansson | 2005-11-09 | 2 | -2/+16 |
* | Destroy associated has_and_belongs_to_many records after all before_destroy c... | Jeremy Kemper | 2005-11-08 | 1 | -0/+10 |
* | Add :order option to Author.posts_with_comments_and_categories so that tests ... | Jeremy Kemper | 2005-11-08 | 1 | -30/+30 |
* | Added :include as an option for association declarations [DHH] | David Heinemeier Hansson | 2005-11-06 | 2 | -0/+7 |
* | Made association extensions use simpler block syntax | David Heinemeier Hansson | 2005-11-06 | 2 | -7/+18 |
* | Added extension capabilities to has_many and has_and_belongs_to_many proxies ... | David Heinemeier Hansson | 2005-11-04 | 2 | -9/+6 |
* | Explicitly require topic from reply fixture. | Jeremy Kemper | 2005-11-04 | 1 | -1/+3 |
* | Added extension capabilities to has_many and has_and_belongs_to_many proxies ... | David Heinemeier Hansson | 2005-11-03 | 2 | -4/+20 |
* | Added that an DuplicateMigrationVersionError gets raised when multiple migrat... | Florian Weber | 2005-10-31 | 4 | -0/+40 |
* | Fixed SQL Server adapter so it honors options[:conditions] when applying :lim... | David Heinemeier Hansson | 2005-10-28 | 1 | -1/+1 |
* | Fixed handling of nil number columns on Oracle and cleaned up tests for Oracl... | David Heinemeier Hansson | 2005-10-26 | 3 | -10/+2 |
* | Added quoted_true and quoted_false methods to db2_adapter and cleaned up test... | David Heinemeier Hansson | 2005-10-26 | 1 | -1/+0 |
* | modified finder test a tiny bit so that it passes on sqlserver | Tobias Lütke | 2005-10-16 | 1 | -3/+6 |
* | r3616@asus: jeremy | 2005-09-26 23:09:28 -0700 | Jeremy Kemper | 2005-10-16 | 2 | -2/+4 |
* | Support ordered YAML fixtures. #1896 | Jeremy Kemper | 2005-10-15 | 1 | -0/+7 |
* | Adds :nullify option to :depends. Closes #2015 (Robby Russell) | Tobias Lütke | 2005-10-15 | 3 | -1/+24 |
* | Update DB2 adapter. Closes #2206. | Marcel Molina | 2005-10-12 | 1 | -0/+1 |
* | Add test coverage for customized primary keys including a failing test for #2... | Marcel Molina | 2005-10-12 | 14 | -5/+43 |
* | Add geometric type for postgresql adapter. Closes #2233. | Marcel Molina | 2005-10-09 | 2 | -0/+12 |
* | 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 | 1 | -1/+1 |
* | 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 | 2 | -3/+3 |
* | r3653@asus: jeremy | 2005-09-28 00:23:49 -0700 | Jeremy Kemper | 2005-09-28 | 1 | -0/+16 |
* | Ticket 2256 - Recognize PostgreSQL NOW() default as equivalent to CURRENT_TIM... | Jeremy Kemper | 2005-09-27 | 1 | -0/+2 |
* | r3589@asus: jeremy | 2005-09-26 16:58:40 -0700 | Jeremy Kemper | 2005-09-26 | 2 | -0/+0 |
* | Include the orders table in *.drop.sql | Jeremy Kemper | 2005-09-26 | 6 | -0/+7 |
* | Standardize the interpretation of boolean columns in the Mysql and Sqlite ada... | Jamis Buck | 2005-09-25 | 1 | -2/+2 |
* | Wrap :conditions in parentheses to prevent problems with OR's #1871 | Jamis Buck | 2005-09-24 | 2 | -0/+13 |
* | Fixed various problems with has_and_belongs_to_many when using customer finde... | David Heinemeier Hansson | 2005-09-13 | 1 | -0/+1 |
* | Fix fixture problem for pgsql | David Heinemeier Hansson | 2005-09-11 | 1 | -2/+2 |
* | Make the test_find_all_by_one_attribute and test_find_all_by_one_attribute_wi... | David Heinemeier Hansson | 2005-09-09 | 1 | -1/+1 |
* | Added the instance methods #root and #ancestors on acts_as_tree and fixed sib... | David Heinemeier Hansson | 2005-09-09 | 1 | -1/+11 |
* | Saving a record with two unsaved belongs_to associations pointing to the same... | Jamis Buck | 2005-08-23 | 7 | -1/+55 |
* | Made Oracle a first-class connection adapter by adhering closer to idiomatic ... | David Heinemeier Hansson | 2005-07-24 | 6 | -11/+72 |