aantix / turkee

Blurring the line between Mechanical Turk, Rails and usability testing..
http://github.com/aantix/turkee
MIT License
152 stars 39 forks source link

mixed content blocking. #23

Open cheolhom opened 11 years ago

cheolhom commented 11 years ago

On firefox , it is no longer a warning and blocks. It appears it still works on chrome. ssl now is required for local and production testing on firefox.

cheolhom commented 11 years ago

It should be suggested to use thin

For dev purposes you can use "Thin" as it provides a ssl certificate if you start the server with the following command:

"thin start --ssl" instead of the usual:

"rails s/rails server"

For local and to get around the mixed content