Nathan Colgate

Results 10 comments of Nathan Colgate

HI @HiroshiSano0711 , I believe these lines: ``` require 'trestle-devise/controller_methods' Trestle::ApplicationController.send(:include, Trestle::Auth::ControllerMethods) ``` should go outside your config block. I've updated the wiki to reflect this. Let us know how...

Hi @welon2005 I've added a wiki page that documents how we use ransack: [How To: Search Using Ransack](https://github.com/TrestleAdmin/trestle/wiki/How-To:-Search-Using-Ransack)

@klobuczek I'm not sure. We are running Rails 7 [which requires Ruby 2.7.0 or newer](https://guides.rubyonrails.org/upgrading_ruby_on_rails.html#ruby-versions) in `ruby:3.1.2-slim-bulleye`. The latest version of JRuby is 9.3.8.0, which is only [compatible with Ruby...

@klobuczek oh! I'm not sure. The README mentions v11 only being available on jRuby.

@klobuczek Then that should work for us! Great!

Looking at the source, seems the best thing to do is: AWS::S3::S3Object.copy(source_path, copy_path, bucket, :copy_acl => true)

FWIW: I threw this monkey patch in an initializer: ```ruby module ActiveRecord module Type class Json < ActiveModel::Type::Value def deserialize(value) return value unless value.is_a?(::String) FastJsonparser.parse(value) end end end end ```...

Hi, @pokonski ! I work with @markvanlan and we are using `gush` in a new client project. First: thanks so much for the gem. We all agree it is the...

Hey @pokonski ! It's been a couple years. The project we used this on is up and running just fine without this. How would you feel about closing this PR?

Experiencing this as well, and just want to confirm my test: * Visit the jsfiddle for [pattern examples](https://jsfiddle.net/api/post/library/pure/) as referenced in the [docs](https://www.highcharts.com/docs/chart-design-and-style/pattern-fills) * Print the page (in my case:...