Nick

Results 2 comments of Nick

To add a similar issue where `.val()` is not added: ``` path /{project_uuid} { read() { projectMatch(this.parent_uuid) } } function projectMatch(parent_uuid) { return ( auth != null && parent_uuid !=...

I replaced `gem 'tinymce-rails', '4.3.2'` in my gemfile with `gem 'tinymce-rails', :git => 'git://github.com/spohlenz/tinymce-rails.git'`. Now the problem seems to be gone. Does that make sense? It seems to be still...