James
James
@yash2code What command are you using to add the app to hotel? `hotel add 'php artisan serve --port=$PORT'` `hotel add 'php -S 127.0.0.1:$PORT -t public'` Both work for me from...
@derekprior Using rails 5 this breaks completely for me with a forbidden attributes error.
@derekprior Sorry, that was a pretty unhelpful comment. I can't find where I had an issue and having created a simple app to try and replicate it I can't.
I have the same issue using 1.0.4, and @LauraAntuna's solution works for me.
Hi @spohlenz , I have a similar issue, an engine which loads in a couple of custom plugins. Rails precompiles these but tinymce is looking for the non-fingerprinted version. Any...