Skip to content
This repository has been archived by the owner on Oct 11, 2019. It is now read-only.

Chagelog

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.
  • Bug fixes
  • Removed dependency on Haml
Clone this wiki locally