| Commit message (Expand) | Author | Age | Files | Lines |
* | Move all Schema creation into schema.rb for Mysql. Closes #9899 [mikong, lawr... | Michael Koziarski | 2007-10-19 | 6 | -278/+220 |
* | Use a smaller binary fixture so we don't overflow column size limitations in ... | Michael Koziarski | 2007-10-17 | 2 | -435/+130 |
* | Refactor association create and build so before & after callbacks behave cons... | Jeremy Kemper | 2007-10-16 | 2 | -7/+7 |
* | Quote table names. Defaults to column quoting. Closes #4593. | Jeremy Kemper | 2007-10-16 | 5 | -0/+45 |
* | Moving SQL Server tests to the extracted adapter. References #9884. | Jeremy Kemper | 2007-10-16 | 4 | -289/+0 |
* | find_and_(initialize|create)_by methods can now properly initialize protected... | Tobias Lütke | 2007-10-10 | 1 | -0/+1 |
* | Ensure that 'autosaving' works when associations aren't loaded [Bryan Helmkam... | Michael Koziarski | 2007-10-10 | 2 | -0/+15 |
* | Make sure AR::Base#clone handles attr changes made in after_initialize hooks.... | Michael Koziarski | 2007-10-08 | 1 | -1/+7 |
* | PostgreSQL: support multiline default values. Closes #7533. | Jeremy Kemper | 2007-10-08 | 1 | -1/+2 |
* | Missed the add | Michael Koziarski | 2007-10-06 | 2 | -0/+4 |
* | Send the correct INSERT statement when dealing with objects with only primary... | Michael Koziarski | 2007-10-06 | 18 | -1/+58 |
* | Don't call attr_readonly on polymorphic belongs_to associations, in case it m... | Rick Olson | 2007-10-05 | 1 | -0/+4 |
* | Added ActiveRecord::Base#to_json/from_json (currently does not support :inclu... | David Heinemeier Hansson | 2007-09-20 | 1 | -0/+16 |
* | Associations macros accept extension blocks alongside modules. Closes #9346. | Jeremy Kemper | 2007-09-17 | 1 | -0/+10 |
* | Ensure that custom mutators aren't redefined by define_attribute_methods. [Koz] | Michael Koziarski | 2007-09-17 | 1 | -0/+6 |
* | OpenBase: update for new lib and latest Rails. Support migrations. Closes #8748. | Jeremy Kemper | 2007-09-13 | 1 | -25/+34 |
* | Moved acts_as_tree into a plugin of the same name on the official Rails svn (... | David Heinemeier Hansson | 2007-09-11 | 2 | -136/+0 |
* | Moved acts_as_nested_set into a plugin of the same name on the official Rails... | David Heinemeier Hansson | 2007-09-11 | 2 | -18/+28 |
* | Remove acts_as_list. Users are advised to install the new plugin. Reference... | Michael Koziarski | 2007-09-10 | 2 | -35/+0 |
* | Improve performance and functionality of the postgresql adapter. Closes #804... | Michael Koziarski | 2007-08-16 | 2 | -0/+47 |
* | Make sure has_many associations honour :include when counting. Closes #9167 [... | Michael Koziarski | 2007-08-16 | 1 | -0/+1 |
* | Make habtm respect the :select option. Closes #9207. [Aleksey Kondratenko] | Michael Koziarski | 2007-08-07 | 1 | -0/+6 |
* | Don't call unsupported methods on associated objects when using :include, :me... | Michael Koziarski | 2007-06-30 | 1 | -0/+4 |
* | Fix polymorphic has_one associations declared in an abstract class. Closes #8... | Jeremy Kemper | 2007-06-25 | 4 | -1/+23 |
* | acts_as_nested_set: direct_children is sorted correctly. Closes #4761. | Jeremy Kemper | 2007-05-30 | 1 | -2/+2 |
* | Ensure that associations with :dependent => :delete_all respect :conditions o... | Rick Olson | 2007-05-24 | 1 | -0/+2 |
* | forgot binary fixture | Rick Olson | 2007-05-21 | 1 | -0/+437 |
* | Allow a polymorphic :source for has_many :through associations. Closes #7143... | Rick Olson | 2007-03-13 | 1 | -0/+2 |
* | Consistently quote primary key column names. Closes #7763. | Jeremy Kemper | 2007-03-09 | 21 | -0/+78 |
* | Fixtures: fix YAML ordered map support. Closes #2665. | Jeremy Kemper | 2007-03-09 | 1 | -1/+1 |
* | Fix has_many :through << with custom foreign keys. Closes #6466, #7153. | Jeremy Kemper | 2007-03-05 | 1 | -1/+1 |
* | SQLServer: recognize real column type as Ruby float, correctly schema-dump ta... | Jeremy Kemper | 2007-03-03 | 1 | -0/+7 |
* | Added fixtures :all to test_helper.rb to assume that most people just want al... | David Heinemeier Hansson | 2007-02-25 | 3 | -0/+0 |
* | MySQL: blob and text columns may not have defaults in 5.x. Update fixtures sc... | Jeremy Kemper | 2007-01-28 | 1 | -2/+2 |
* | Subclasses of an abstract class work with single-table inheritance. Reference... | Jeremy Kemper | 2007-01-23 | 1 | -1/+5 |
* | Oracle: create_table takes a :sequence_name option to override the 'tablename... | Jeremy Kemper | 2007-01-15 | 1 | -0/+17 |
* | SQLServer: handle [quoted] table names. Closes #6635. | Jeremy Kemper | 2007-01-12 | 2 | -0/+9 |
* | acts_as_nested_set works with single-table inheritance. Closes #6030. | Jeremy Kemper | 2007-01-12 | 2 | -0/+28 |
* | Inline primary keys. | Jeremy Kemper | 2007-01-12 | 2 | -59/+42 |
* | Sybase adapter fixes. Closes #6926 [jsheets] | Michael Koziarski | 2007-01-05 | 2 | -2/+3 |
* | utf8 mysql topics table | Jeremy Kemper | 2006-12-19 | 1 | -1/+1 |
* | Subclasses of an abstract class work with single-table inheritance. Closes #5... | Jeremy Kemper | 2006-12-01 | 3 | -6/+7 |
* | MySQL: detect when a NOT NULL column without a default value is misreported a... | Jeremy Kemper | 2006-11-20 | 1 | -2/+2 |
* | Cleanup SQLite AUTOINCREMENT: exclude sqlite_sequence table, factor out featu... | Jeremy Kemper | 2006-11-14 | 1 | -0/+7 |
* | Oracle: resolve test failures, use prefetched primary key for inserts, check ... | Jeremy Kemper | 2006-11-01 | 1 | -1/+1 |
* | Fix has_many :through to add the appropriate conditions when going through an... | Rick Olson | 2006-10-15 | 1 | -1/+9 |
* | Removes the ability for eager loaded conditions to be interpolated, since the... | Rick Olson | 2006-10-09 | 3 | -4/+3 |
* | Deprecated add_on_boundary_breaking (use validates_length_of instead) (closes... | David Heinemeier Hansson | 2006-10-09 | 1 | -5/+1 |
* | Deprecation tests. Remove warnings for dynamic finders and for the foo_count ... | Jeremy Kemper | 2006-09-15 | 2 | -6/+8 |
* | Optimistic locking: gracefully handle nil versions, treat as zero. Closes #5908. | Jeremy Kemper | 2006-09-04 | 1 | -0/+8 |