search for: am_i_insane

Displaying 1 result from an estimated 1 matches for "am_i_insane".

2007 Feb 04
2
Per activerecord object callbacks (aka: should I have gone to bed hours ago?)
...gt; #<Tag:0x27d5b50 @attributes={"name"=>nil}, @errors=#<ActiveRecord::Errors:0x27bd5f0 @base=#<Tag:0x27d5b50 ...>, @errors={"name"=>["can''t be blank"]}>, @callbacks={:after_save=>#<Proc:0x02639800@./script/../config/../config/../lib/am_i_insane.rb:28>}, @new_record=true> >> tag.name = "Hello" => "Hello" >> Tagging.count => 0 >> tag.save => true >> Tagging.count => 1 Any thoughts on this? Am I missing some implications or anything? I definitely not am an expert of the ruby...