Auto-submitting Forms & Custom Turbo Stream Actions Discussion
Awsome work Chris. Thanks!
Ahmed Nadar repliedAwsome work Chris. Thanks!
Ahmed Nadar repliedDo you mean like a flash notice? you can do it as a ``` function myFunction() { setTimeout(function(){ alert("Hello"); }, 3000); } ```
Tabish Iqbal repliedYes Chris, I think this is a common feature now that it will be a great screencast! DO IT.
Anthony Lee repliedanother well explained video! I have been struggling with how to handle timezones for some time now!
Shawn Wilson repliedhave I to setup Action Calbe or a rake job or something else or directly with javascript/jquery? Thank you very much!!!
Rodrigo repliedI added some CSS to my site to put a font a https://birthdaywishes.onl/ wesome PDF icon in front of every hyperlink that links to a PDF. It looks great, but there are a lot of instances where there...
AustinLan postedAnyone having issues with the command 'annotate' not working in the command line after following this tutorial?
Dylan Jones repliedHi chris, Isn't storing chat id is vulnerable to XSS?
anasaijaz repliedI have 2 MySQL instances. One is master and the second is a slave. I want to configure the rails app in a way that if the connection to my master database failed, then auto-connect to the slave dat...
hetal sharma postedI am following the guide on this site for lets encrypt and I ran into error, I don't know if something is outdated or changed cd ~ git clone https://github.com/letsencrypt/letsencrypt cd letsencry...
Ohre Alex postedLOOKING FOR SOME ANSWERS FROM EXPERTS. I DO HAVE A BUILDSPEC.YML FILE AND MY CONTAINER BOOTS UP AND SAYS: Your Ruby version is 2.6.5, but your Gemfile specified 2.7.2 my ruby version of the app is...
skooby repliedI have existing rails application . Currently no language support and now need to do language support . Is there any tools , gem etc which will help me to find static word from erb/helper/model etc...
Mitesh Kumar postedProblem solved by stopping the program and ran `rails db:migrate`
Kolawole Ezekiel repliedHi everyone, I have a migration like this: ``` def change add_column :orders, :order_number, :serial end ``` and when I create a new record in the database I get 1,2,3 etc., What I need is ...
Squealer182 postedThanks!
Aleksey Sizov repliedSo the problem wasn't with Amazon S3 but was an issue with rmagick/ImageMagick? I'm using CarrierWave and looking to do auto-resize of images on upload. Is there any configuration that needs to h...
shakycode replied • Solvedif you are getting the error: ```sh undefined local variable or method `form' for # ``` make sure you ***don't*** include `partial` in the render (like you would with the navbar) ```erb <%= re...
Peter replied