You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 12, 2019. It is now read-only.
In our app we're putting in a ckeditor row like so (in slim templates):
This fails when the
CkEditorInput
(a formtastic input from theckeditor
gem) calls for a hint:After further digging, it seems that
FormtasticBootstrap::FormBuilder
raises (https://github.com/mjbellantoni/formtastic-bootstrap/blob/master/lib/formtastic-bootstrap/form_builder.rb#L22) ...Is there a good reason for this
raise
? I got around the issue by monkey patching that method. But I'd rather not have to do that.Also, seemingly strangely we have this line in the same form:
and it works just fine.
Thanks for any info.
Relevant Gems:
formtastic (3.1.3)
formtastic-bootstrap (3.1.0)
ckeditor (4.1.2)
The text was updated successfully, but these errors were encountered: