• Painful learning 6,251 -- When you make a change to your database schema, and it doesn't show up in your testing with cucumber after you run "rake db:migrate", you should first run "rake features" and then "rake db:migrate" and then run "rake features" again.
  • ouch