Lud
Lud
Not sure, what is being parsed. Sorry, my description is not very clear. I've done: Shell: Rails new app-name Ad the oj-gems Shell: install rich text ---> parsing error So...
`bundle install` should be enough. Maybe yarn install as well. I can check out the repo on a different machine tomorrow and try again (it's getting late in Europe^^).
> Options I am considering are adding an option to not raise but just return and then turning on that option for the JSON gem mimicking. this sounds like a...
I updated the repo linked above (on Jul 15, so already a while ago. Sry. forgot to ping you here about the update). @talhajunaid63 maybe you can push a scaffold...
fixes https://github.com/onury/accesscontrol/issues/96
adding this gem: https://rubygems.org/gems/active_admin_trix and following its documentation: https://www.rubydoc.info/gems/active_admin_trix/0.0.3 solved the issue (= "using the Trix-editor with active admin") for me. My stack: - rails 6.0.1.2 - ruby 2.6.5 The...
Thanks for the reply @rosendi . At least locally, it did not work out of the box for me, I haven't tested it in `production` environment yet just `development`. I...
bold claim: people running on Ruby
@botandrose in case one would start working on this, any preference from the maintainers for either *kwargs* or *options-hashes*? I think, using hashes gives more flexibility regarding the DSL, since...
@botandrose indeed, tests are all passing, however when I used ```ruby DatabaseCleaner.strategy = :deletion, { except: %i[not_you also_not_you blubb] } ``` in my codebase, then RSpec failed with a syntax...