
Jumpstart App get's stucked with wrong login data
9
General
Hi.
I've created a new app by using the jumpstart template:
rails new testapp -d postgresql -m https://raw.githubusercontent.com/excid3/jumpstart/master/template.rb'
rails db:create db:migrate
rai...
Martin replied
Solved

How do I pass local variables to iteration in turbo_stream?
0
Ruby
In my app I have projects which have many tasks. The tasks are iterated through on the projects show page:
```
### Project#show
<% @tasks.each do |task| %>
<%= f...
Gabriel posted

Realtime Nested Comments: Part 3 Discussion
32
General
Very cool. I imagine a real-time comment feed like this will make a website feel come alive.
One issue I’d love to see addressed in a follow up video is the page kinda moving around as you’re rea...
OuttaSpaceTime 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 ...

Turbo Stream - dynamically replacing partial on the page
6
Rails
I have an edit user page that has multiple cards on it. I have each card wrapped in its own turbo frame tag with a unique id. On the update action in my controller if I just redirect_to @user the s...

Populate dropdowns based on selection
4
Javascript
I'd like to get people's thoughts on the best approach.
I'd like to have a search ability where once a selection if made, the next dropdown box populates with only the available options from the d...
Chris Oliver replied

Google Maps and Google Places Autocomplete API with Rails, Turbolinks, and Stimulus.js Discussion
12
General
Thanks Chris, great video.
I have tried to work with Google Maps Places API in the past, but I have faced an issue with their API Policies. According to their policy you cannot save details like t...
alangosh replied

Remember Me in Devise fails to Login User
2
Gems / Libraries
If I don't use `remember_me` option, it works perfectly fine. The app flows as expected.
However, if I check `remember_me`, it will login in as expected, redirect me to a protected page, which wi...
Szedmák István replied

How to Deploy Rails to Render Discussion
14
General
Great video, thanks Collin!
Emmaotiki5 replied

Realtime Online User Tracking with ActionCable Discussion
16
General
How would you limit those users by tenant ( account)? Would you make the data sent to redis an array of two integers, like [1, 2] where 1 is the account.id and 2 is the user.id? Or is there a simpl...
Matthias Orgler replied

How to use ESBuild in Rails with JSBundling Discussion
30
General
This is awesome, I have been using it for a couple of weeks now. I didn’t necessarily think webpacker was slow, except maybe on Heroku builds. But when you use this, you wonder why you put up with ...
Aaron replied

Tracking Metrics with Ahoy and Blazer Discussion
20
General
Awesome episode! Thanks Chris!
CF Pro Tools replied

How to add Notifications to Rails with Noticed Discussion
35
General
Awesome gem, I had been thinking on how to integrate all types of notification from rails app, from web notification, emails and Push Notifications. I guess Push Notification is just an API call (f...
Alan Kirk replied

Dynamic Nested Forms with Stimulus JS Discussion
36
General
Yes this is what ive been waiting for!
James DuBois replied

Deploy Ubuntu 22.04 Jammy Jellyfish Discussion
46
General
Thanks a lot for this step by step guide!
Anyway, I'm facing a problem with Passenger. After deploying the app, I see this in the nginx logs:
Error opening '/home/deploy/my_app/current/Passengerfi...
Hamdan M replied