Faraday::SSLError
Hotwire turbo stream update_or_[append/prepend] ?
Oh, I just realized that this was already solved in turbo, https://github.com/hotwired/turbo/pull/240
Miguel Michelson Martinez repliedLaw of Demeter - Question
Thanks that's very helpful I'll read it. Perhaps I'll go with the follow that seems to be inbetween the two? I'm going to think on your version and this one a little more. Try and work out the p...
David McDonald repliedMoving from STI to roles
List of Ruby Gems by Category on Go Rails
That's exactly what I was looking for! Thanks a lot!
Splohr replied • SolvedCreate (or not) a BaseComponent to work with TailwindCSS and ViewComponent?
How can i get youtube_id form the embedded youtube video in rich text editor?
hello everyone, currently i'm working with rails fast json api. and i came into an issue which i need to response the youtube video which we embedded in the rich text editor to the client. i tried ...
lyden29 postedHow to write a conditional in a create action?
Native mobile app and Rails
Is it be possible to use both JWT and session auth in Rails, where session auth would be used by web client and JWT by native mobile app?
Balsa Janjusevic postedHatchbox not returning correct credentials
Hi there, I have deployed an app successfully but the app crashed immediately I tried to login. I ran `bundle exec rails c` and it seems like the values aren't being returned (returns as `nil`) fr...
Christopher Lam postedHow do I upload images using (Administrate Gem + ActiveStorage + Rails 6)
How are folk handling ownership of an ActiveStorage::Attachment?
Thanks all! https://tutuappvip.co https://routingnumbers.onl
Rahul Paul repliedTranscode a video and move to a remote server
Auto-removing notices from a turbo_stream
Do you mean like a flash notice? you can do it as a ``` function myFunction() { setTimeout(function(){ alert("Hello"); }, 3000); } ```
Tabish Iqbal repliedDeliver Later not working
I am having the same problem. But in the rails server, it says 'deliver_now' even thought the code has it set to 'deliver_later'. And then, it doesn't even send the email. Were you able to get ...
Monroe Mann repliedArticles has_many tags and tags has_many articles - best way to get tag names uniq
Hi there Nikodem, First, a tiny nitpick with your naming—what you're calling `ArticlesTag`, I would rename to `ArticleTag`. It's just one tag for one article. Now, to get all the tag names that'v...
Lee Ourand repliedAppdynamics with Api
Where to get started?
Super old thread, but is the slack channel still a thing? I can't see a link in my profile page (paid member)
Jordan Brock repliedCan you csv import with additional form fields?
Say I have a form that some default information on a request. Start date, end date, access level etc. I want to be able to browse for a csv of employees that contains one field for each row the emp...
spacerobotTR posted