
Live Reloading with Hotwire Spark Discussion
1
General
I like the idea of morphing for live reloading. It makes for a very smooth experience. There is still lots to improve but I'm excited to have an official live reloading library for Hotwire.
John-Henry Liberty replied

solidus
4
General
I am creating my e commerce using solidus. In the admin backend, I pload products but then they are not reflected in the frontend...anyone who has come accross this?
EthanFinn 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

What is the best configuration for VScode for Rails Development alongside JS
4
Tips
Hey Guys, So I'm actually trying to properly setup VS code for rails, But I am not able to make it as perfect as I set it up for JS or other languages.
Currently, I am using rubocop, selenium, rub...
DuaneOgburn replied

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

ActiveMailer .with method
1
Rails
Hi everyone,
What is the reasoning to use .with over the just passing the args using regular ways?
for ex:
class UserMailer < ApplicationMailer
def welcome_email
@user = params[:user]
...
Chris Oliver replied

Creating a Ruby Gem for Black Friday sales Discussion
3
General
We're using this gem to hide and show the Black Friday sale banners on GoRails. 🎉
Check out our Black Friday sale: https://gorails.com/blog/black-friday-2024
Cassandra Pace replied

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

ActionText and Globalize error
5
Rails
Hi!
I have application which is using [globalize gem](https://github.com/globalize/globalize/) and i planning to start using ActionText. So, for example i have model called Business
```
class Busi...

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?

How to include javascript node_modules dependencies in Rails Engine?
4
Rails
I'm working on fork of `simple_discussion` gem which is Rails Engine to extend the functionality of forum in the parent Rails application.
I'm adding Markdown support using SimpleMDE. I've thought...
crowdhamburger replied

How to correct Error 401 Unauthorized, using a multiple devise model ?
1
Rails
I'm doing a mini-project, for which I'm using two devise models, a user model and a advisor model. When I log in as an advisor, I'm redirected to a 'pages_advisors' page. On this page, there's a li...
Clément NICOLAS replied

Setup MacOS 15 Sequoia Discussion
0
General

Help with concurrency
2
Ruby
Hi everyone, how’s it going? I’m a Go developer transitioning to Ruby due to a job change. Typically, I solve various problems in web apps using Go’s lightweight threads (goroutines). For example, ...
Matheus Cumpian replied

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

Why aren't Tailwind UI components displaying properly?
0
Rails
Is anyone else recently having issues with Tailwind UI components not displaying properly? For example, let’s examine the first “Stacked” component: **tailwindui dot com/components/application...
Hideko Endo posted