Search Results for "how-can-i-add-to-existing-attachments"
Lessons
Forum Threads

Using the Trix Editor plus File Upload Attachments Discussion
52
General
Great vid, can this be done with the carrierwave gem?
Gabriel Ursache replied

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

Using Active Storage to upload images not working.
0
Rails
Hey guys,
I could really use your assistance with my current app. I decided to add the active storage feature and followed the guide on how to set it up. I did a practice project first to test the...
Shan Siddiqui posted

Direct Messages in Realtime with ActionCable Discussion
20
General
Shouldn't be better to create a model lets say conversations with both users "sender and receiver" and maybe make messages a polymorphic association between rooms and conversations?
Marcos replied

How are folk handling ownership of an ActiveStorage::Attachment?
3
Rails
Hi all,
With carrierwave etc it was easy enough to associate a User with an uploaded image. Things are a bit different with ActiveStorage::Attachment & Blobs.
For example, suppose I have a`Pa...
Rahul Paul replied

Direct File Uploads to S3: Part 3 Discussion
51
General
Awesome as usual Chris.How similar do you think this process would be to using Carrierwave Direct?
Chris Oliver replied

How do I display several posts in related "weeks"
17
General
I would like to structure my blog so that I can assign posts I have created with Trix and Shrine to weeks.
I want to have 12 teaserboxes on my index page which can then be clicked and if I click o...

Advanced Search, Autocomplete and Suggestions with ElasticSearch and the Searchkick gem Discussion
77
General
Chris, this is awesome!I was hoping you'd do a Searchkick/ElasticSearch video since you did the Ransack video!Thanks for all the great videos!

Inviting Users with devise_invitable Discussion
46
General
What made you laugh at 7:25? Is that a bird?! When do we get meet her/him? :)
nikhil kumawat replied

How to use devise with Adminitrate?
7
Gems / Libraries
Great tuts, please how can i use this with devise? when i run rails generate administrate:install, it generate error... says admin is not a class, already have a devise called admin, also have a vi...
Oyewole Samuel replied

Code Review: Run Number Refactoring Discussion
17
General
Very useful, code review series is awesome
Marc Gayle replied

How would I setup a two-sided referral program in rails with stripe?
2
Rails
I want to set up a two-sided referral program in rails that would similar to the setup used by Dropbox. How would I get this setup? The referral program would work with Stripe to reward the referri...
Jonas Johnson replied

Group Chat with ActionCable: Part 1 Discussion
35
General
Great tutorial. Can't wait to see Part 2.
Moi_link replied

Devise User with separate Profile
3
Gems / Libraries
Hi,
i am using Devise and i want to a separate profile for each user with additional informations like address, phone, mobile, ...
After Signup, the user should be forced to fill out his profile.
...
Pat James replied

Rails for Beginners Part 38: Deploying to Heroku Discussion
13
General
I wasn't able to see the error where the users database table does not exist. I'm not sure if this is because I am on free tier but only the requests show on the logs and not the error itself:
```...
Guilherme Domingos replied

Multitenancy with the Apartment gem Discussion
80
General
Hi, Chris video is not loading!
Prajjwal Gupta replied

Configuring Ruby on Rails on IIS
0
Ruby
Hi,
I am new to Ruby on Rails. I have an existing website that I need to configure on IIS. I installed Ruby Hosting package from Web Platform Installer. When I ran the website, I got the following...
Muhammad Usama Alam posted

Rails for Beginners Part 14: Handling Sign Up Errors Discussion
39
General
Love these Chris, noting some new tricks along the way. Plus your always positive demeanour makes this so enjoyable to go through.
Michael replied

I'm lost and can't find the way out
18
Rails
So I'm in the middle of this project and I thought I could figure it out on my own, but it appears I am in over my head here. So any advice/help you can give me would be great.
Basically I'm tryi...
Andrea Fomera replied
Solved