-
Hi!
I just tried to run 5.1.1-4 image and it told me that I am missing matrix:
`redmine-1 | LoadError: cannot load such file -- matrix (LoadError)
`
I googled and found that Matrix was remove…
vomus updated
1 month ago
-
Hi, I'm encountering this error during the boot-up process of the Rails LSP server. I am running Ruby 3.1.2, and environment spec are:
RUBY_VERSION=ruby-3.1.2
```ruby
.ruby-lsp/Gemfile
# This cust…
k-von updated
2 weeks ago
-
## Context
Hello,
I have a problem with the Spree setting or is it an undetected bug so far. In Storefront API on index I have a query (front end, slightly modified Storefront from Vue) when fi…
-
I'm migrating the pdfs from the Prawn system to Grover, but when trying to run the basic example:
```
grover = Grover.new('https://google.com', format: 'A4')
pdf = grover.to_pdf
send_data(
…
-
I'm using prawn to create PDF files, and am using the `_` and `n_` functions inside my .prawn files. These are plain Ruby files with the .prawn extension so Rails knows how to render the template con…
-
_UPDATED_ Didn't have time to write up full documentation yet. But here is what you will need to get Snort 2.8.6 compiled /w mysql support and dynamic plugins, along with what Snorby needs in Ubuntu 1…
-
Simplified code I am using is
skill_table = pdf.make_table([ ['Safety Boat Helm', "\u2612"],
['Duty Race Officer', "\u2612"],
['First Aider', "\u2612"],
], :cell_sty…
-
We are implementing QRBills into a rails application that uses Prawn for generating PDFs.
Right now, for us to be able to use this gem without any modification means we have to output the bill to …
-
Any idea how to override the method below to increase the field size in my rails application?
```
def make_field_box(field)
stroke_bounds
bounds.add_left_padding 2
move_down 2
…
-
my Y-axis values are 6 digit numbers but graph is displaying max 4 digits.
Also Values are overriding in Y-axis.
Is there any way to fix this ?
I am using
rails 6.1.6
ruby 2.6.7
prawn-graph 1…