openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
N
nested_assignment
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Aug 10, 2024 — Aug 10, 2025
Showing page 1 of 1
Search / Filter on:
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)
Lance Ivy
More...
over 16 years ago
writing test coverage for two conflicting saving patterns this plugin needs to support.
Lance Ivy
More...
over 16 years ago
pass arguments to all child saves, not just the chained save
Lance Ivy
More...
over 16 years ago
chain on create_or_update instead of save, to also work with save!
Lance Ivy
More...
over 16 years ago
more limited application of recursion control for saves, to allow "subsaves" (e.g. updating again in an after_save callback)
Lance Ivy
More...
over 16 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.
Lance Ivy
More...
over 16 years ago
adding recursion control to valid?(), save(), and changed?()
Lance Ivy
More...
over 16 years ago
performance tweaks: avoiding Symbol#to_proc, and trying not to duplicate ActiveRecord's own validation and saving of new associated records
Lance Ivy
More...
over 16 years ago
completely ignore new records that have :_delete => 1
Lance Ivy
More...
over 16 years ago
rdoc
Lance Ivy
More...
over 16 years ago
this is rdoc, right?
Lance Ivy
More...
over 16 years ago
tests for save_with_associated
Lance Ivy
More...
over 16 years ago
ignore the test log
Lance Ivy
More...
over 16 years ago
testing valid_with_associated?
Lance Ivy
More...
over 16 years ago
linking the broken test to a rubyonrails-core thread
Lance Ivy
More...
over 16 years ago
simplifying the parameter format for singular associations
Lance Ivy
More...
over 16 years ago
moving to a more plausible (?) model/fixture setup
Lance Ivy
More...
over 16 years ago
fleshing out assignment tests for all association types
Lance Ivy
More...
over 16 years ago
some progress on has_one association testing. ran into wall trying to replace an existing singular association.
Lance Ivy
More...
over 16 years ago
getting my testing on -- starting with the small helper methods
Lance Ivy
More...
over 16 years ago
importing and adapting my database-driven test setup
Lance Ivy
More...
over 16 years ago
importing untested concept code
Lance Ivy
More...
over 16 years ago
jotting down thoughts
Lance Ivy
More...
over 16 years ago
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree