Phillip Novess

Results 8 issues of Phillip Novess

This section is incorrect in my app. Not sure why or how you get the actual scss into your project since its a link to the other repo. But this...

Is there a reason why the tables are not named the snake case equivalent of the json camel case resource names? Seems table names like `careplan` should be `care_plan` to...

I was gonna try to use this with Next.js to simplify the universal side. I thought I'd ask here first and see if anyone has tried this. If so, what...

I'm trying to create a connection to another database server using an abstract connection model like so: ``` class MyConnection < ActiveRecord::Base self.establish_connection( configurations['my_connection'][Rails.env] ) self.abstract_class = true end ```...

The docs say this gem is compatible with shrine but I get this error in a rails 6.1.5 app, using ruby 2.7.2 and shrine 3. If I remove imgproxy.rb works...

This editor I would say really could be the best available - paid or otherwise, if it had one missing feature, the ability to put text on paths and curved...

I have a monkey patch for mysql active record adapter using the mysql2 gem to add the multi statement flag. seamless database pool ignores the monkey patch. Could it be...

Added resource_type to $cloudinary.url call to get correct url for video thumbnails