How do I create a sortable & searchable table with pagination?
2
Rails
Not really sure how to set this up with the different query params. Could someone point me in the right direction? Thanks!
Kevin Gutowski replied
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
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
Liking Posts in Rails with Hotwire Discussion
1
General
Really fun to revise our most popular [GoRails episode on Liking Posts](https://gorails.com/episodes/liking-posts?autoplay=1) and update it for modern Rails. No more jQuery, js.erb responses, or an...
Eric Halverson replied
Native Mobile Options
6
General
I have a Rails 4 app that is fully responsive and works good on the mobile browser. However, I want to make native apps for it for iOS and Android.
What are some recommended steps? Is Phonegap a ...
Tracking Metrics with Ahoy and Blazer Discussion
20
General
Awesome episode! Thanks Chris!
CF Pro Tools replied
Rails for Beginners Part 16: Logging Out Users Discussion
3
General
Could you provide a little excerpt of why button_to is better than link_to for Hotwire? Or a link to the specific video and time? I'm sure it would be useful.
Andrés Ibáñez Ulloa replied
Hotwire Modal Forms Discussion
25
General
Thanks a lot for this video! I see it's becoming a trend to add a `format.turbo_stream` response in all my controllers only if it fails.
Fernando Flores replied
Auto-submitting Forms & Custom Turbo Stream Actions Discussion
14
General
Awsome work Chris. Thanks!
Ahmed Nadar replied
Flash Messages and Toasts with Hotwire & Turbo.js Discussion
25
General
Nice! I've been playing with Turbo and that comes on perfect timing, thanks!
But didn't you think that feels wrong?
We used to have the controller do all of that for us with the redirects and fla...
Chuck replied
Infinite Scroll in Rails with Stimulus.js Discussion
25
General
This is super slick. I wonder how easily one could append the query parameter in the URL to reflect the current page? Could `History.replaceState()` handle the job?
Kevin Urbaum replied
Setting up Customer Support models with Hotwire Discussion
3
General
It's for useful episodes like this, that I'm here since 2014. Super thank you!
magico replied
How do I fork turbo and use it as my turbo version
1
Rails
How do I fork turbo and use it as my turbo version in a rails 6 app, I tried linking to the github of my forked turbo repo in package.json but it gave me an error couldnt find hotwire
Solved
How to build a wizard
7
Rails
Hi Chris
Something I'd love to see a video on is on how to *build a wizard*. I find this not that simple and would love to see how you solve these kind of issues, like in an onboarding process (or...
Bryan Beshore replied
Could we get a video on passing Devise current_user (or general user roles) into a Turbo partial?
1
General
Hi Chris,
I was just wondering if there is any possibility of getting a video or some tips on including Devise current_user data or user roles inside a turbo stream - specifically to show/hide edi...
Knowing you're probably preparing some episodes on Hotwire, here are some questions
3
General
* how do you install it with Rails 6.1 and most common use case (webpack setup)
* is Turbo a drop-in replacement for Turbolinks?
* what would it take to replace Turbolinks with Turbo in existing (6...
Using Docker with Rails on M1 Mac
2
Rails
I have an M1 Mac and I always get errors for either sprocket-rails or nokogiri. I am using Ruby 3 and Rails 7. Is anyone using Docker with an M1 Mac and Ruby 3/Rails 7 with success? If so, could yo...
What is Hotwire Strada?
6
General
Hi, I am not sure what Hotwire Strada will be for?
Is it something to be able to do kind of mobile web app with our rails app?
Anybody know more details?
Abdullah replied
How to use Devise with Hotwire & Turbo.js Discussion
81
General
Hey Chris - If we are still using Webpacker, we just need to change data-turbolinks-track to data-turbo-track in our layout files? In your episode repo, you still have it as turbolinks.
<%= st...