| d2cc10c |
2012-12-06 |
Oracle needs table to check index existence |
| dba022f |
2012-12-06 |
convert time to string |
| cb79070 |
2012-12-05 |
dump schema.rb without :version option |
| 94ef7b5 |
2012-12-04 |
style cleanup |
| f02d218 |
2012-12-03 |
Add migration history to schema.rb dump |
| 0a5afa2 |
2012-12-02 |
Add metadata to schema_migrations |
| c347b3c |
2011-11-29 |
don't change class definition in test case |
| 124c97f |
2011-11-27 |
avoid warnings |
| 10834e9 |
2011-11-27 |
changelog & docs for GeneratedFeatureMethods |
| 61bcc31 |
2011-11-27 |
use GeneratedFeatureMethods module for associations |
| 9cdf33a |
2011-11-16 |
add test for super-ing to association methods |
| 7cba6a3 |
2011-11-16 |
association methods are now generated in modules |
| 65dce01 |
2011-03-25 |
comment typo fix |
| 5214e73 |
2011-03-24 |
add #first! and #last! to models & relations |
| a49de98 |
2010-12-01 |
tests mostly pass |
| 7b8399b |
2010-03-26 |
find railties and engines by name [4264 state:resolved] |
| b07c2c0 |
2010-12-01 |
clear schema_migrations in Schema.define |
| 7139aa8 |
2010-12-01 |
name in schema_migrations, migrations in schema dump |
| 4e4e9ad |
2010-12-01 |
record migration timestamp when migrations run |
| c283cdd |
2010-12-01 |
Add migrated_at column to schema_migrations table. |
| 78f2c19 |
2009-01-18 |
Refactor Object#try to use inheritance. [#1774 state:res... |
| ccda960 |
2009-01-22 |
Minor refactoring of validates_associated to replace #in... |
| 1092c18 |
2008-08-26 |
add dynamic finder bang version to raise RecordNotFound |
| 143f5fb |
2008-08-26 |
refactor dynamic finder name matching into its own class |
| e48e77e |
2008-08-22 |
coerce blank strings to nil values for boolean and integ... |
| aee1463 |
2008-08-21 |
coerce blank strings to nil values for boolean and integ... |
| 2561be0 |
2008-08-13 |
Refactor Filter predicate methods to use inheritance. [#... |
| ce84ceb |
2008-01-07 |
Doc fixes for #atom_feed_helper. Closes #10715 [hasmany... |
| 24abd43 |
2008-01-07 |
Doc fixes for #atom_feed_helper. #10715 [hasmanyjosh] |
| d98728e |
2007-12-12 |
Fix that validates_acceptance_of still works for non-exi... |
| 112ed30 |
2007-12-04 |
Add 'disabled' attribute to <OPTION> separators used in ... |
| 96add62 |
2007-11-22 |
Document that the cookie store is the default session st... |
| 7863c4a |
2007-11-06 |
Update XML documentation examples to include explicit ty... |
| df0765d |
2007-10-28 |
Make sure that << works on has_many associations on unsa... |
| a4e1b79 |
2007-09-25 |
Fix test (closes #9120) [hasmanyjosh] |
| 016947c |
2007-08-28 |
Make sure create! raises errors on validation when creat... |
| c4c6662 |
2007-08-05 |
Performance enhancement for Base.exists?. CLoses #8769.... |
| 4ef5af8 |
2007-07-16 |
Change belongs_to so that the foreign_key assumption is ... |
| 46b0e7d |
2007-06-23 |
Added support for pluralization with a different startin... |
| 9e44614 |
2007-06-21 |
Added proper handling of arrays. Closes #8537 [hasmanyjosh] |
| 846e858 |
2007-06-01 |
Added proper handling of arrays (closes #8537) [hasmanyj... |
| 6ba8d87 |
2007-05-19 |
Merge [6790] to stable from trunk: document deep eager i... |
| 5b41419 |
2007-05-19 |
Document deep eager includes. Closes #6267. |
| 7288fd3 |
2007-05-18 |
Docs: warn that associations names shouldn't be reserved... |
| 14cc8d2 |
2007-03-14 |
find_or_create_by_* takes a hash so you can create with ... |
| f3f691e |
2007-01-23 |
A couple extra tests for #classify. Closes #7273. [Josh... |
| 8296c68 |
2007-01-23 |
Remove useless code in #attribute_present? since 0 != bl... |
| bc97a87 |
2007-01-23 |
Fix incorrect usage of #classify when creating the eager... |
| 51d840e |
2007-01-15 |
Improve association documentation, closes #7022. [hasma... |
| 0ac6b50 |
2007-01-12 |
Merge [5889] from trunk. References #6030. |
| 8d3ff3a |
2007-01-12 |
acts_as_nested_set works with single-table inheritance. ... |
| 0120b22 |
2007-01-01 |
Merge [5820] from trunk. |
| 0f048a5 |
2007-01-01 |
Set session to an empty hash if :new_session => false an... |
| 6439d0c |
2006-11-05 |
Merge [5427] from trunk. |
| 2fc9b55 |
2006-11-05 |
scaffold_resource generator uses _path named routes and ... |
| d52cee3 |
2006-09-04 |
Add deprecation warning for inferred foreign key. #6029 ... |
| e2a397f |
2006-09-04 |
Deprecation: use :dependent => :delete_all rather than :... |
| 70577d0 |
2006-08-20 |
Pushing a record onto a has_many :through sets the assoc... |
| 81b05fd |
2006-08-19 |
Pushing a record onto a has_many :through sets the assoc... |
| 78e37f4 |
2006-07-31 |
Fix bug when passing multiple options to SimplyRestful, ... |
| 06075a9 |
2006-05-29 |
Fix the has_and_belongs_to_many #create doesn't populate... |
| ea51d72 |
2006-05-28 |
Provide Association Extensions access to the instance th... |
| 7e76740 |
2006-04-11 |
Allow multiple association extensions with :extend opti... |
| 57af961 |
2006-03-19 |
Raise error when trying to select many polymorphic objec... |