n-studio
n-studio
`store!` and `retrieve!` should return a CarrierWave::SanitizedFile instance instead of a hash. Working on a fix.
@the-teacher Awesome, I was about to open an issue for that! I hope the feature will be validated!
> Exciting! Is there a way to lint whether assets have been re-compiled? Not sure how to do that... but maybe I can trigger the assets build each time rake...
Does someone know how to silence `hound`? This is annoying...
@pablobm When I run the specs with Rails 6.1 locally all my specs pass green. Maybe you haven't compiled the assets before running the tests? If you run `rake spec`...
@pablobm The date picker is broken indeed, let me fix it. Btw can you help me silence Hound? I'm not familiar with it and I couldn't find how to exclude...
I fixed the date picker and rebased here: https://github.com/n-studio/administrate/pull/2 I will merge in this branch when I figure out how to silence hound.
@danielmorrison I added: ``` scss_files: "lib/assets/stylesheets/**/*.scss" exclude: - "lib/assets/stylesheets/reset/**" - "app/assets/builds/**/*" ``` but it didn't work...
@pablobm The Hound fix didn't seem to work 😖 To fix date-time-picker I had to copy the css from https://github.com/c4lliope/datetime_picker_rails I couldn't figure out where the css was in `npm`...
If https://github.com/thoughtbot/administrate/pull/2136 is accepted I can also drop date-time-picker completely.