3
votes
Using the after_save callback to modify the same object without triggering the callback again (recursion)
One workaround is to set a variable in the class, and check its value in the after_save.
Check it first. (if var)
Assign it to a 'false' value before calling update_attribu …
1
vote
Newbie: Installing Rails on Debian (Gem Fetch Error?)
I just had this problem myself, and discovered this site:
http://www.typeoneerror.com/updating-rails-error/
W …
