7H3LaughingMan wrote: > Haven't really created any "proper" tests since I actually only have > one controller at the moment and I can test it via browser
Not an excuse. You should write tests before writing any application code at all. That way you know your code does what you meant it to. Read up on test-first development and apply the practice religiously. > All of my > methods work however whenever I do an update it doesn't touch the set > method to change the variable. (Tested with simple outputing text to > say that it was being used) Right. I don't think update_attribute would. > > On Nov 7, 8:59�pm, Marnen Laibow-Koser <rails-mailing-l...@andreas- Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] -- 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

