Joseph Combs
Joseph Combs
For old versions of ruby without access to Pathname#glob, you can use instead: ```Dir.glob("#{Bundler.bundle_path}/**/ext/**/*.o").map{|path| File.delete(path) }```
I'm on Rails 5.2, and got the error in this issue - I got this working by calling the new #render method and **omitting** the base64 option in the mailer...
@dtakeshta try omitting the base64 argument or generally following my workaround detailed in my comment above from about a year ago.
This has to be done [with a ref](https://stackoverflow.com/questions/37949981/call-child-method-from-parent). In my example, I put the current swiper into a parent's state using a method I've defined, setCurrentSwiperRef (I use multiple swipers...
> Fixed it by adding () => > So the readme instructions become: > > ``` > import Cards, { Card } from 'react-swipe-card' > > > const data =...
I also needed to override react-dom: ``` "overrides": { "react-vis": { "react": "^17.0.2", "react": "^17.0.2" } } } ```
best I could do to get this taking up less space is changing `Gitlens › Blame: Format` to: ``` ${author|10?} ${date|10?} ```
@VFUC 's solution confirmed as working on 5/4/19. I did need to **update** to get it to work.
if you are serializing active record objects, you can use [only: [:type, :bla, :de, :blah]](https://apidock.com/rails/ActiveRecord/Serialization/to_json) to force rails to render the type column