search for: railsoid

Displaying 2 results from an estimated 2 matches for "railsoid".

Did you mean: railsfid
2007 Feb 14
5
FormTestHelper should change hidden fields
Railsoids: FormTestHelper rules. It tests your response.body form at the same time as it triggers your action, with all the parameters in that form. This obviously improves quality. But it took issue with this: submit_form ''validate_stuff'' do |form| form[''IBhidden'...
2006 Nov 23
1
Problem with image caching
Hello, I have a little problem with image caching. I have a Student model which contains, for each student, a picture (picture_data for datas and picture_type for the content-type of the picture). As I want to save brandwidth, I followed the tutorial in http://manuals.rubyonrails.com/read/chapter/62 for caching pictures. If I test, as the tutorial suggests it, with curl, it''s working