How can I test sortableJs ? (RSpec)
I made a drag and drop to-do-list with SortableJs and i'm trying to test the drag-n-drop with RSpec/Selenium/Capybara if the request is sent onEnd. I'm able to do the drag n drop using selenium `dr...
paul lahana postedHow to create Custom Elements with Web Components Discussion
Hey Chris, I'm working with this right now and i've gone quite deep down the road to implement this. Glad you added the turbo stream logic there. I was still puzzling on how that one worked :). H...
Danny Oosthoek repliedlearning ruby
Create a User Profile after saving a Devise User
Hi @pedro these methods are automatically generated by Rails when you set up an association like the `belongs_to` so you do not need to create it on any model to make it work with this example. You...
Alex Ventura repliedHow to deploy Rails to a Staging Environment Discussion
Thanks for the episode. Why didn't you have to add the secret env variable when deploying to Heroku. Does Heroku know to look the staging master key because you set the RAILS_ENV to stagging?
Eitán repliedContrasting Colors with YIQ and Helper Tests in Rails Discussion
Thank you for visiting here.
jivizza12 repliedMitigating Spammers with Recaptcha Discussion
MushroomObserver.org Now Hiring
How do I fork turbo and use it as my turbo version
Can anyone suggest me best Ruby on Rails 5 book?
Row-level Multitenancy with ActsAsTenant Discussion
Hey Chris/Team, Are there any videos on Gorails that shows how we can implement a custom domain feature into our multitenant app? More specifically can we do these sort of DNS changes and routing i...
bradley repliedAction cable - How to delete message in chatroom that belongs to current user?
How to set correct host for action-text-attachment figure img src?
Rails for Beginners Part 12: Validations Discussion
Not sure if anything can be done about this other than raising the bottom of the terminal window a bit higher, but the Video controls constantly hide what you're doing since you're typing in at the...
Jerry Lupo replied@Mentions, Autocomplete, Notifications, and Links Discussion
How would go about doing this using devise? I'm a bit confused of how to accomplish this.
Jake Yeaton repliedUser Referral Program From Scratch Discussion
Thanks for the video Chris. Would you do this in a different way if there were multiple levels to the referral. For example: A refers B B accepts B refers C C accepts A gets rewarded for both, B...
Ajay Mishael repliedCustom Rails Configuration Options Discussion
This was interesting to watch you walk through the Rails source code and connect it it to something you could do. Would like to see a practical use case for this. Not really sure how I might use this.
Lee McAlilly repliedHow can compound csv file datas in ruby on rails oop
https://stackoverflow.com/questions/68876726/how-can-compound-csv-file-datas-in-ruby-on-rails-oop
Alper Efe Şahin postedI want to use devise gem for normal authentication and api authentication with devise-jwt gem. Is it possible?
Hi Nejdet. I have exactly the same problem. Can you give me some ideas or tell me how you resolve it?
Carlos Vazquez replied • Solved