I know you guys seem to be sticking to the RTFM hardline, but it seems as though debugging in the model has very few options without importing a bunch of gems.
Even on the page recommended there are 35 mentions of controller, and only 4 mentions of model. I installed debugger 'gem install debugger', but it doesn't integrate at all with webrick ('rails s') and there apparently is no ruby-debug for 1.9.3 (ughh..) I've put a bunch of logger.info in my model, but I now know no more than I did before. When store_docfile is called before after_save, it never even gets to the first line containing the logger.info "we are now in store_docfile" message. I have a feeling this might be something deeper than a tiny typo *shrug* If one of you could PLEASE just look at my model and help me figure out what's up, it would be appreciated. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-talk+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en-US.