Search Results for "migrating-from-jquery-to-vanilla-javascript-discussion-afa18db2-bb26-4df8-afd4-ad53d504a0f1"
Lessons
Forum Threads

Migrating From jQuery to Vanilla Javascript Discussion
47
General
`document.querySelectorAll` looks like return an array, but in fact it is an object. It's important to keep this in mind in order to avoid some problems iterating the dom elements.
Dan LeGrand replied

File uploading with ActiveStorage in Rails 5.2 Discussion
30
General
Do previewers for Word Files and Excel
Michael Prince replied

[HATCH] Error deploying app
3
Rails
I'm getting this error when trying to deploy my project with hatch. I made sure I have the RSA file.
Deployment Error
```
Fetching origin
Warning: Identity file /home/deploy/.ssh/thinkrtc_rsa not...
Chris Oliver replied
Solved

How do I get bin/rails app:template LOCATION=.. to actually work? (rails template with existing app)
7
Rails
I remember Chris mentioning in the "Rails Application Templates" video that he was covering only templates for new rails apps because applying templates to existing apps is "complicated." I'm begin...
Jeff Helman replied

Iam desperately trying to deploy my App with Capistrano but it isnt working
2
Rails
Hey Folks,
I have always received great help here, so I hope that it will work out this time so shortly before the end. I would like to deploy my app on my server and use capistrano. However, I c...
Sebastian replied
Solved

File Uploads in Rails With Shrine Discussion
26
General
Request as you build the next few in the series that, if possible, you cover:1) Direct upload to S32) JQuery/Multi-File/Background uploadingThanks!
Mike Saltsman replied

Thousand separator and Number formating
10
General
Something as simple as formatting a number in form field with thousand separators and currency symbol is driving me crazy! Something that should be simple to do and more importantly should be part...

How fix this error
0
Rails
mina deploy
-----> Creating a temporary build path
-----> Loading rbenv
-----> Loading rbenv
-----> Fetching new git commits
-----> Using git branch 'develop'
Cloning into '.'...
don...
Орест posted

File Uploads with Refile Discussion
94
General
Awesome.
Someone replied

Migrating from Rails UJS to Hotwire: Data Method, Confirm, and Disable With Discussion
18
General
Small comment about those delete links (I really dislike using links for delete requests): when you need to put a delete button inside form, consider moving the submit button outside of the form in...
Colin Ambler replied

How can I display production s3 images in staging?
1
General
I have one s3 bucket for production and one for staging. What I want to be able to do is display production images when on staging (or development), but if I update an image while on staging/develo...
Peter vande Put replied

Migrating Application from Heroku to Hatchbox AWS - rails console fails
1
Rails
I started migrating the application from Heroku to AWS using Hatchbox. The deployment was successful. But when I tried accessing the rails console, I'm getting a `NameError`.
```
/home/deploy/app-...
David replied

[HATCH] Some questions :)
1
Rails
Hey there,
i have a few questions rg. your new product Hatch.
1. is there a Heroku-like way to insert a SSL cert or do we need to do that manually?
2. What permissions are we granting so you can ...
Chris Oliver replied

Refile uploading via rails console
6
General
So I'm using Refile and I'm trying to migrate some existing data that I need when I seed the database (migrating to Refile from existing solution and need to keep existing data).
When I try testi...
Chris Oliver replied

Working with Lists from a Database
1
Rails
Greetings, I am learing Ruby on Rails as I'm migrating a legacy app from PHP. I'm just a beginner in ROR, and having trouble setting up the simplest of relationships.
In simplest terms, I have a ...
Brad Morrical replied
Solved

Infinite Scroll in Rails with Stimulus.js Discussion
25
General
This is super slick. I wonder how easily one could append the query parameter in the URL to reflect the current page? Could `History.replaceState()` handle the job?
Kevin Urbaum replied

How to Migrate from Heroku to Hatchbox.io Discussion
9
General
Thanks, Chris!I'd love to see more of these. I'm using Hatch and loving it, I just don't think I'm using it to it's full potential.I think a series of setting up and configuring different features ...
Matthias Orgler replied

Spree commerce vs custom solution from scratch
5
General
Hey Chris, like most people already mentioned, awesome content on GoRails.com. I love how you give additional explanation to how things work and not just a step by step tutorial how to make somethi...
William Gillett replied

How is the Trix editor on gorails.com "Parsed with Markdown"?
9
General
I was considering implementing on my website the ability for users to switch between a markdown editor or the trix editor but then I noticed on this gorails.com editor (which appears to be Trix) it...
Sebastian replied
Solved

Building AnimatedGif.me Part 1 Discussion
4
General
This is awesome Chris! Thanks so much! This will help me and my team better understand rails coding from start to finish!
brobles replied