Activity
I figured this out
Posted in Implementing Hotwire
I figured it out.
Posted in How Do Determine If Is By Same User
Hello,
I am building a app with comments. I want to implement the feature where you don't show the avatar as long as the previous comment is by the same user. Like how Skype does it.
How can I achieve the same with ruby/rails ?
I am learning rails by building a project. I am using the turbo frames for the form.
I would like to add a loading indicator to the submit button just like the one on this forum when you comment on a thread. Has anyone any idea on how I can achieve that ?
Best regards,
Suleiman Nassor
Posted in Create Customer Url
Thanks Dom.
Posted in Create Customer Url
Hello @chris and fellow members. I am new to rails and I was seeking help on how to create a url like "mydomain.com/5047315/projects/21789643 where is 5047315 the user account number ?
Regards,
Suleiman Nassor
This is one is caused by a missing OTP_KEY. You need to set it up.
Thank you so much!
Posted in Implementing Hotwire
Hello good people.
I was watching DHH's video on hotwire and @Chris video on on this site demonstrating hotwire.
Do we still need stimulus js in case we want to implement that on the group chat ?
How would we handle channel authentication?
Thanks.