More at rubyonrails.org: Overview | Download | Deploy | Code | Screencasts | Documentation | Ecosystem | Community | Blog

#31 Josh Susser - All time
Showing 39 commits

All contributors →
Hash Date Message
ccda960 2009-01-22 Minor refactoring of validates_associated to replace #in...
78f2c19 2009-01-18 Refactor Object#try to use inheritance. [#1774 state:res...
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...
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...
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...
8d3ff3a 2007-01-12 acts_as_nested_set works with single-table inheritance. ...
0f048a5 2007-01-01 Set session to an empty hash if :new_session => false an...
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...