You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 11, 2019. It is now read-only.
halloffame edited this page Feb 6, 2013
·
2 revisions
v0.5.1
Fixed bug that didn't let you edit a submission. Apparently when you do a join from a different table (in this case the default scope was looking at the questions table to determine the order of the answers), it set the answers into read-only mode. This prevented you from updating answers from the submission controller. To fix it I added .readonly(false) to the scope.
Added tests for this fix
v0.5.0
Added a new question type for file uploads. This uses carrierwave . Be sure to run rake ask_engine:install:migrations add the new migration files. Then to a rake db:migrate.
Updated test suite. Still more work to be done on this though.