
How to use the Ruby 2.6 Just-in-Time (JIT) Compiler Discussion
2
General
Nice!
himanshu bahetiya replied

What is 'it' in Ruby 3.4 Discussion
0
General

Looking for Rails work? / Hiring Rails developers?
52
General
Similar to the Hacker News thread, I thought we might start up a thread for anyone looking to hire a Ruby / Rails freelancer or if you're a freelancer looking for work.
*Please lead with either SE...
Azmat Ulhaq replied

What is Programming & Web Development?
11
General
Give help.
Cassandra Pace replied

Dynamic Nested Forms With Turbo Part 2 Discussion
9
General
Great lesson: thanks Collin! I learned a couple of new tricks there - appreciated!
Dave replied

Nested Comment Threads in Rails - Part 3 Discussion
11
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?
beckham daniel replied

How to create Custom Elements with Web Components Discussion
2
General
Interesting topic. Thanks for sharing!
Curious to see more examples. Chris, do you use any web components for GoRails or Jumpstart Pro?
Christian Sedlmair replied

Frozen String Literals in Ruby 3.4 Discussion
0
General
This will be a great performance improvement when Ruby 4 drops, but until then keep using the frozen string literal magic comment at the top of your files!
Chris Oliver posted

Parsing Markdown Code Line Highlighting with Ruby Discussion
0
General
These types of problems are fun to code golf because they can be implemented so many different ways. ⛳️🏌️♂️
Chris Oliver posted

Sending emails not working, no errors found in the terminal
2
General
I'm new on rails, I would appreciate any help. This is the repository of this project: https://github.com/felixpro/Kadra
when a client signup an email is sent to the mail of the admin to approve t...
Cassandra Pace replied

Deploy Ubuntu 18.04 Bionic Beaver Discussion
77
General
Thanks btihen! I'll get the tutorial updated for its changes shortly!

Docker Basics for Rails Discussion
15
General
If I run rails inside of Docker, does this set-up require more resources from my my machine?

Setup MacOS 15 Sequoia Discussion
0
General

URL Shortener Requirements Discussion
4
General
Adding the requirements here:
# URL Shortener
## Requirements
+ [ ] Submit a url in a form on the homepage
+ [ ] Url is saved to the database
+ [ ] The URL can be viewed by accessing a **Base62*...
Derek Hobson replied

Setup Windows 11 Discussion
8
General
In case you guys have Windows 10 like me:
1) Run PowerShell as administrator
2) Paste this command:
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
3) Restart...
Derek Hobson replied

Black Friday 2024 - Sales on GoRails, Courses, Jumpstart, SellRepo! 🎉 Discussion
3
General
This is awesome!
I have annual contract with Jumpstart pro starting from last July. Do you prorate the billing if I switch to Black Friday Sales?
(I am also switching to annually for Gorails!) Rea...
jack lin replied

SQL Learning Path - Having Statements Discussion
4
General
I have a question about replacing `store_id` with `stores.name` if we add JOIN to the query (4:50 for example). Would it be valid replacement if there are multiple stores with the same name but obv...
Mark Kavanagh replied

OCR
7
General
I am not a programmer!! But I create specifications for them.
We are looking to add smart OCR to our ROR app. By smart, I mean that can read, pair, and export tabular data from a scanned/exported...

I need recommendation for ecommerce store
3
General
Hi,
I need a recommendation for Hosting as cPanel is easy to manage but is not a good option for an ecommerce store as I would have limited control and do have performance and security issues. Whe...

Health Check Endpoint in Rails 7.1 Discussion
0
General
This is fantastic to have out of the box in Rails. Hosting can now have a place to look and we don't have to do anything custom. 👍