Any HTML→PDF gem that supports modern CSS (flex/grid) and works on Ruby 2.5.1 + Rails 5.0.7.2?
3
Rails
Background
---------
I have an existing Rails 5.0.7.2 app running on Ruby 2.5.1. In several places I generate invoices as HTML (I build a full HTML string by replacing template tags server-side) an...
sabrinacollinsss581 replied
Lazy Requiring Dependencies in Ruby Discussion
8
General
I love removing dependencies. 💖
Also, learning how libraries can make features or dependencies optional is a great thing to learn along the way.
What do you listen to while coding?
24
General
So i had an interesting chat with fellow community member Jacob, and we are wondering what music do you listen to while you're coding?
What really gets you in the zone as you work hard creating yo...
disegnidacoloraremondo replied
ActiveRecord in_order_of Discussion
0
General
I always forget this feature exists, but it can really come in handy. Much cleaner than writing your own SQL for this.
Chris Oliver posted
Removing Duplication Using with_options Discussion
0
General
Book Review: Learning Devise For Rails Discussion
3
General
Hi, does it cover rails 4 or rails 3?
Luca Wragge replied
Invoker Commands API Discussion
0
General
One of the best new browser features. 🔥
Chris Oliver posted
Nested Comment Threads in Rails - Part 3 Discussion
12
General
Really great series, thank you for doing it. One question:
I have a comment form below the comments and it is not clearing out. However, when I move above the comments it does. Any thoughts?
Antonio Tate replied
New Position Senior engineer, where to start?
2
Tips
Hi everyone,
I am starting a new position as a senior software engineer. I was told that it is very ruby on rails environment. I want to know what is the best way to get started with learning inte...
Tuan Mark replied
New DataTypes For Ruby
3
Ruby
Hi,
I'm Alex. I program science I was in school and I have concepts of Datatypes which I would like to have in programming language.
Ruby is My Favorite languge (10+ years of experience), Are ther...
MatthewEPeyton replied
Problem with Stimulus and counter_culture gem (counter_cache)
8
Rails
Hy all, i have a problem with the counter_culture gem with my stimulus controller.
I have installed the gem and configured all.
I have 3 model :
Thats working fine for this relation: Category hav...
Nate Roberts replied
Authentication Generator and Registration Discussion
1
General
are there any generators for jwt or token based for sperate frontend
v-d-k replied
Adding Turbo Frame Test Helpers Discussion
5
General
Does GoRail allow users to use group accounts?
Tommy Gun replied
Customizing the Jumpstart app template
2
General
Hi:
I'm working on exploring the Jumpstart app template. I've noticed the Navbar (_navbar.html.erb) links at the far left to a logo (logo.svg) and that the logo is displayed using an operand "rend...
How to add logo image to mailer
7
Rails
Hi how can we add image from my assets to the email like my logo when sending email to the users.
Improving Rails Credentials & Encrypted File Decryption Discussion
0
General
Great episode-this highlights how even small issues like a rogue newline can break Rails credential decryption. Really appreciate the practical insight and the effort to contribute a fix back to Ra...
Ruby Scripts & IRB Discussion
16
General
Good job Collin!
Quick notes:
- Ruby has to already be installed to do everything in the video so maybe a link to the Install Ruby and Rails Guide if folks need help with that (https://gorails.co...
Jacob Garrett replied
2025 Rails frontend solution: Phlex or ViewComponents?
6
Gems / Libraries
I'm just wondering what everyone's opinions are on the two. I've always leaned into ViewComponents, but it seems like Phlex is on the come up. What has everyone's experience been with the two as of...
Brian Allen replied
Deploy Ubuntu 18.04 Bionic Beaver Discussion
79
General
Thanks btihen! I'll get the tutorial updated for its changes shortly!
Improving app:update command for Rails 7.2 Discussion
2
General
Using Rails main, betas, or release candidates are great ways to find bugs and contribute to Rails itself. 🎉
Ricky Garrison replied