Dane Anderson

Results 15 comments of Dane Anderson

Currently my team is trying to streamline our search code as we have been using both `Searchkick.search` and `Model.search` for example: ``` options = { models: [SomeModel], debug: debug, execute:...

Do something like this: ``` if current_user.role == "admin" @results = PgSearch.multisearch(@q).where(:searchable_type => "title") else @results = PgSearch.multisearch(@q).where("searchable_type='title' or searchable_type='content') end ```

@orien / @asellitt we are about to start using this gem for a project. I was wondering if we can get a 2.0 release that way we do not have...

@asellitt my team is picking up this gem to use at our company. If you want some support at getting a release out email me at [email protected]

@orien / @asellitt any update on this?

@ricobl Can we get this merged in and a new release put out? https://github.com/envato/double_entry/issues/211

@orien can you take a look at this PR ? https://github.com/envato/double_entry/pull/213#issuecomment-1372645467

@orien I want to see if there is any reason why we cannot get this merged and a new 2.1 release cut?

> Thor already supports the `--no` variants to boolean options. You could just check it for `false` (will be `nil` if unspecified) @ddollar I am confused by the ask here?...

I am getting the same error on Ruby 2.3.0 and rails 5.0.0.beta1: ``` Error: Failed to execute: ["/usr/local/rvm/gems/ruby-2.3.0/bin/wkhtmltopdf", "-q", "file:////tmp/wicked_pdf20160119-9204-xwajkb.html", "/tmp/wicked_pdf_generated_file20160119-9204-ul3rij.pdf"] Error: PDF could not be generated! Command Error ```...