Denny Deng
Joined 3/8/2017
Denny Deng said about 7 years ago on Searchkick and Elasticsearch :

Sorry, I did not know the format would mess up like this. My email is danlideng@yahoo.com. I will send you a email about the log message if you give your email address.


Denny Deng said about 7 years ago on Searchkick and Elasticsearch :

I cannot believe I missed reindexing. Thanks a lot! Everything is working now.


Denny Deng said over 6 years ago on Client Side Validations :

I think the original code of client_side_validations had been changed since you made this tutorial.


For one, their is no line of 658 in rails.validations.js. There are a total of only 574 lines.

Secondly,

gem 'client_side_validations',

    github: 'DavyJonesLocker/client_side_validations',

    branch: 'rails5'

gem 'client_side_validations-simple_form',

    github: 'DavyJonesLocker/client_side_validations-simple_form',

    branch: 'rails5'

It would get me an error message when I bundle installed.

I am struglling to get this to work. Could you be kind enough to point me to right direction?


Denny Deng said over 6 years ago on Client Side Validations :

gem 'client_side_validations'

I tried to bundle install this and worked.

With so many trial and errors, I still could not figure this out. 


Denny Deng said over 6 years ago on Client Side Validations :

It is working now after I have restarted the server!


Thank you  so much!