echarp

Results 10 comments of echarp

This looks just great, although without the console colors, it would be even better ;)

It seems you need to add parenthesis around the sql "like xxx". It's related to "also_migrate", see https://github.com/echarp/also_migrate

C'est une MR utile ou nécessaire au déploiement de la dernière debian?

Bonne idée. Moins de dépendance c'est mieux!

Pour info, jquery ui est **très** utile? :-)

J'ai jeté un coup d'œil rapide, a priori il s'agit de jQuery avec jquery_ujs, c'est un peu indispensable en l'état :) Zut zut, je pensais qu'on pourrait simplifier cette partie...

I'm also having this issue, it seems some dev are just disablink turbolinks for the incriminating pages. Instead, I'm sure there is some call to do, maybe to clean up...

The following could have been a solution, but it didn't work for me: http://blog.gbinghan.com/2012/04/reintialize-tinymce-after-jquery-load.html

Solution trouvée \o/ (solution found). You just need to delete existing editors **before** init new one. The command I use in my "ready" handler: ``` javascript $(document).ready -> tinymce.remove() ```

After some testing, I recommand using this event instead ``` javascript $(document).on 'page:receive', -> tinymce.remove() ```