Quantcast
Channel: Pragmatic Forums | Posts by Bill Gathen
Viewing all articles
Browse latest Browse all 25

The Flash showing up erratically and one behind posted by Bill Gathen @ Fri, 12 Feb 2010 11:49:54 +0000

$
0
0

I switched to the active record-based session store and the problem resolved itself.

  • Uncomment config.action_controller.session_store = :active_record_store from app/config/environment.rb
  • rake db:sessions:create
  • rake db:migrate

That corrected it on my local instance.

When I pushed it to heroku, I forgot to do a heroku rake db:migrate and got a 500 error, but once I migrated there too, everything seems fine.

Thanks for the quick solution!


Viewing all articles
Browse latest Browse all 25

Trending Articles