0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 12 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update readme More... over 12 years ago
Update readme More... over 12 years ago
Merge pull request #10 from ferrisoxide/master More... over 12 years ago
fixed problem with select tags not showing options More... over 13 years ago
unescaped question HTML, appears to be working in Rails 3.0.. woot More... over 13 years ago
generators working in Rails 3, nothing tested - unlikely to be working yet More... over 13 years ago
When dealing with subquestions of type singlechoice it was not possible for the user to clear previously selected answers if they decided to select a non-subquestion answer. SMERF will now check to see if a non-subquestion answer was selected and if the subquestion type is singlechoice it will clear the answers of the subquestion. Additionally it will display an error message to inform the user of the ambiguous answer, here is an example error message: Are you aged over 40: Ambiguous answer provided for question 'Specify your ages', the answers to this question has been cleared. More... almost 15 years ago
Bug fix: As per the bug reported by bgoodwin. SMERF now correctly handles numeric question codes. Previously if a numeric question code was used the validation functions did not work correctly as it was trying to access the responses hash extracted directly from the HTTP request using a numeric key when all the keys in the responses hash are strings. SMERF will now convert numeric codes to a string before saving to the DB. More... almost 15 years ago
smerf css bug fix More... about 15 years ago
Change smerf_url to correct smerf_form_url in docs More... over 15 years ago
Update to work with Rails 2.2 More... over 15 years ago
AddSMERF to Git More... over 15 years ago