0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 27, 2025 — Jan 27, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
keep the recursion stack clean even if there's an exception (credit: Ian Smith-Heisters) More... about 17 years ago
writing test coverage for two conflicting saving patterns this plugin needs to support. More... about 17 years ago
pass arguments to all child saves, not just the chained save More... about 17 years ago
chain on create_or_update instead of save, to also work with save! More... about 17 years ago
more limited application of recursion control for saves, to allow "subsaves" (e.g. updating again in an after_save callback) More... about 17 years ago
backing off on automatically validating/saving deeply nested modified records. the penalty is too big. see the newly failing tests for the tradeoff. More... about 17 years ago
adding recursion control to valid?(), save(), and changed?() More... about 17 years ago
performance tweaks: avoiding Symbol#to_proc, and trying not to duplicate ActiveRecord's own validation and saving of new associated records More... about 17 years ago
completely ignore new records that have :_delete => 1 More... about 17 years ago
rdoc More... about 17 years ago
this is rdoc, right? More... about 17 years ago
tests for save_with_associated More... about 17 years ago
ignore the test log More... about 17 years ago
testing valid_with_associated? More... about 17 years ago
linking the broken test to a rubyonrails-core thread More... about 17 years ago
simplifying the parameter format for singular associations More... about 17 years ago
moving to a more plausible (?) model/fixture setup More... about 17 years ago
fleshing out assignment tests for all association types More... about 17 years ago
some progress on has_one association testing. ran into wall trying to replace an existing singular association. More... about 17 years ago
getting my testing on -- starting with the small helper methods More... about 17 years ago
importing and adapting my database-driven test setup More... about 17 years ago
importing untested concept code More... about 17 years ago
jotting down thoughts More... about 17 years ago