Frank Groeneveld
Frank Groeneveld
Follow [my instructions](https://github.com/foundation/foundation-rails/issues/294#issuecomment-984682679) to fix this.
The problem seems to be that the `.js.es6` file extensions used in this gem are not recognized by Sprockets. You can work around this error by creating an initializer: `config/initializers/foundation-rails.rb`...
Same as @dahmc here. I'm on Fedora using gvim.
Isn't it doing this already? Using Rails 4.1 it seems my code is reloaded automatically in development.
Isn't it doing this already? Using Rails 4.1 it seems my code is reloaded automatically in development.
If you wrap it in a div with some css styling it will work without problems: ``` ```
I see the same problem even without min_height. There is a brief flash of TinyMCE at the default height, then it resizes to a smaller size.
What would be needed to get this merged?
For me it shows up as: ``` * action_dispatch.secret_key_base : [FILTERED] ``` Did you setup your `Rails.application.config.filter_parameters` correctly?
The default for a Rails 6 app is this, it is what I use: config/initializers/filter_parameter_logging.rb : ``` # Be sure to restart your server when you modify this file. #...