| 44319ef |
2012-01-23 |
The deprecated ActiveSupport::Base64.decode64 method sho... |
| 9ab2904 |
2012-01-22 |
Fix `$rails_rake_task` global variable warning without r... |
| 1d9357d |
2012-01-21 |
Fix `$rails_rake_task` global variable warning without r... |
| 3f4a8b6 |
2008-11-03 |
Fix assert_queries failures by ignoring savepoint sql. |
| b1b204a |
2008-11-03 |
Fix what looks like a Mysql bug with transactions, savep... |
| b3420f5 |
2008-11-03 |
Implement savepoints. |
| 4f72feb |
2008-07-15 |
Move the transaction counter to the connection object ra... |
| 4210d85 |
2008-06-02 |
Ensure Associations#sum returns 0 when no rows are retur... |
| f657371 |
2008-06-02 |
Ensure Associations#sum returns 0 when no rows are retur... |
| 0cbdd96 |
2008-05-11 |
Fix blank conditions on AssociationCollection#find. [#10... |
| 16b129a |
2008-01-19 |
belongs_to supports :dependent => :destroy and :delete. ... |
| f6379bf |
2007-12-21 |
Eager belongs_to :include infers the foreign key from th... |
| 85c86f0 |
2007-10-08 |
MySQL: fix change_column on not-null columns that don't ... |
| c87206c |
2007-09-14 |
Add option to force binary mode on tempfile used for fix... |
| 498d8ff |
2007-09-14 |
Fix association writer with :dependent => :nullify. Clos... |
| 46f0920 |
2007-03-18 |
alias_method_chain preserves the original method's visib... |
| d4b6671 |
2007-01-28 |
Merge [6064] from trunk. References #6778. |
| 8f5c12e |
2007-01-28 |
MySQL: SET SQL_AUTO_IS_NULL=0 so 'where id is null' does... |
| 5f11417 |
2007-01-15 |
Merge [5935] from trunk. References #3987, #6664. |
| a491f92 |
2007-01-15 |
MySQL, PostgreSQL: change_column_default quotes the defa... |
| 2043513 |
2006-11-20 |
Merge [5586], [5596] from trunk. |
| cd6beac |
2006-11-20 |
Test for forged '' default before it's typecast. Closes ... |
| 427fb03 |
2006-11-20 |
Simplify query_attribute by typecasting the attribute va... |
| ba553f9 |
2006-11-05 |
Add assert_emails and assert_no_emails to test the numbe... |
| c5536f9 |
2006-10-16 |
Fix has_many :through to add the appropriate conditions ... |
| cdb5132 |
2006-10-15 |
Fix has_many :through to add the appropriate conditions ... |
| 3704088 |
2006-08-29 |
has_one supports the :dependent => :delete option which ... |
| bcbce90 |
2006-08-25 |
Nested subclasses are not prefixed with the parent class... |
| 35670bb |
2006-08-06 |
Don't save has_one associations unnecessarily. Closes #5... |
| 1aff68d |
2006-03-20 |
Fix bug introduced by changeset 3679 which caused custom... |
| 9a72cd2 |
2006-03-19 |
Don't classify the has_one class when eager loading, it ... |
| fcd4c95 |
2006-03-19 |
Allow has_many :through associations to find the source ... |
| 9c9069a |
2006-03-18 |
Fixed has_many :through to include :conditions set on th... |
| 6c67905 |
2006-03-18 |
Fixed that eager loading from belongs_to would cause the... |
| cee9231 |
2006-03-16 |
Stop the MySQL adapter crashing when views are present. ... |
| 7c4b7af |
2006-03-06 |
Fix quoting of inheritance column for STI eager loading ... |
| 1a06d32 |
2006-02-27 |
Define attribute query methods to avoid method_missing c... |
| 9723d03 |
2006-02-19 |
Fix Object.subclasses_of to only return currently define... |
| d933627 |
2005-11-23 |
Introduce :selected option to the select helper. Allows... |
| bc7ec23 |
2005-11-09 |
Fixed acts_as_list for definitions without an explicit :... |