
Building A Hosting Platform in Ruby Discussion
11
General
Just thought I would share this in case anyone is interested how Hatchbox.io works. 👍

How do I build a multi step wizard in ruby with StimulusJS
6
Ruby
Hi GoRails,
I would like to make a multistep wizard in ruby on rails without making use of the wicked gem. Just stimulusJS and ruby :)
Could you make a tutorial about that?
Thanks in advance!
Fatih replied
Solved

Multi-step forms, without a gem?
1
Rails
I am looking for a good way to get multistep forms working, I have seen a couple of ways to do this and each has their own merits.
Now I would like to be able to navigate back and forth between t...
Fatih replied

CanCanCan, Pagy, and MeiliSearch, How to combine the 3 gems?
5
Rails
I'm working on a project that has Cue model that could be accessed and searched by multiple roles like guest and admin. The authorization happens using CanCanCan gem based on some logic written in ...
mariakennet replied

The Unusual Error when rendering the main page at start
0
General
Hi,
I am having this unusual error where I have created the view, models, and controllers for a page with home and about views. I have also set the routes to point to the pages#home, but the view ...
Asim Mehmood Khan posted

SQL Learning Path - Creating and Dropping Tables Discussion
0
General
One fun tip; You can have multiple statements in the Query editor and hi-light the statement that you want to run and it will only run that statement.
For example, you could have both statements i...
Eric Halverson posted

How to download multiple files from s3 on fly?
3
Rails
Hi,
I am able to download files from s3 as a zip by using below mentioned code.
require 'open-uri'
def download_all_files
folder_path = "#{Rails.root}/public/downloads/"
zipfile_name = "#{...
mamatharao replied

How to work with nested methods correctly
2
Ruby
I am trying to figure out how to pass parent arguments to child arguments of a nested method block
so I would like to do something like
```ruby
namespace "top" do
namespace "middle" do
names...
Freibuis replied

Setup Ubuntu 20.10 Groovy Gorilla Discussion
2
General
Hi! How are you? When I try this:
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add
--->
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt...

Testing Rails ActionCable with Devise Discussion
1
General
Can't we just use sign_in and sign_out helpers from the Devise, instead of stubbing out Warden?
Matthew Kennedy replied

Copy Link To Clipboard Discussion
0
General

Adding Link Integration Tests Discussion
0
General

Challenge: Add Users To The URL Shortener Discussion
0
General

Creating The Link Model Discussion
0
General

Rails Components From Scratch Discussion
14
General
Great episode Chris!
xiaohui replied

Using Vuex with a Rails Backend Discussion
0
General
Hi! I am really in doubt if I start my project with the Hotwire approach vs the Vue approach. One of the main concerns is that I intend tô have a PWA for mobile. In this case are both ways suitab...
Ricardo Miranda de Novais posted

Help to debug inside Jumpstart
1
Rails
Hi,
I am currently developing my client's Jumpstart application and I am seeking advice on how to effectively debug any issues that may arise during the development process.
I tried to use bindi...
Chris Oliver replied

TailwindCSS Admin Theme
2
Gems / Libraries
Hello,
Does anyone have any recommendations for a clean TailwindCSS admin theme that I could easily integrate with Jumpstart pro?
- Chuck
chuckblake replied