daddyz / evercookie

evercookie gem for Ruby on Rails
MIT License
49 stars 27 forks source link

ec.js & get.js not found #6

Closed kevin-jj closed 8 years ago

kevin-jj commented 10 years ago

do i need to manually add ec.js & get.js to assets?

daddyz commented 10 years ago

no, it should be added automatically, please tell me with which version of ruby and rails you have this bug?

kevin-jj commented 10 years ago

ruby 2.1.0 rails 3.2.14

kevin-jj commented 10 years ago

any update?

daddyz commented 10 years ago

Hi, sorry for delay, I checked with these versions everything seems to work fine, ec.js was precompiled, get.js and set.js shouldn't be precompiled at all, they are templates and are generated dynamically. How are you running your environment? Can you provide some more information?

kevin-jj commented 10 years ago

evercookie does not work on cross browser after testing on Chrome, Firefox.

daddyz commented 10 years ago

You mean evercookie was set on one browser and couldn't be read on another? On Apr 21, 2014 9:15 AM, "kevin-jj" notifications@github.com wrote:

evercookie does not work on cross browser after testing on Chrome, Firefox.

— Reply to this email directly or view it on GitHubhttps://github.com/daddyz/evercookie/issues/6#issuecomment-40918491 .

kevin-jj commented 10 years ago

yes.. https://github.com/samyk/evercookie can read on anthoer browser.

daddyz commented 10 years ago

ok, I will check and update JS files, thanks for reporting

daddyz commented 10 years ago

Sorry for delay, I updated files some time ago, during that update I checked original evercookie code and can't get it work on different browsers. My workstation is linux, that might be the issue. Additionally I disabled some engines because of different behavior on different browsers (you can see this in readme). I will put those settings as options I think in order to allow you to enable them.