Search Results for "image-attachments-in-actiontext-not-showing-due-to-routing"

Forum Threads

How to use ActionText in Rails 6 Discussion

30
General
Great stuff Chris! Very exciting. I also just watched the @mention episode too. To anyone reading this, a few questions: 1. Do you think we can get @mentions working on our Rails 5.2 app that ha...

ActionText attachments not visible in Trix editor after domain migration

3
Rails
Hi All, We recently moved domains and have noticed an issue with how ActionText attachments are displayed in the Trix editor. They display correctly in the show view, just not in the editor. Arti...
Emiliano López replied

Using the Trix Editor plus File Upload Attachments Discussion

52
General
Great vid, can this be done with the carrierwave gem?
Gabriel Ursache replied

Rich Text Blog Posts with ActionText Discussion

19
General
Hi Chris, thanks for the video. I was wondering how do I truncate the text on the index.html page? I only want to show 130 characters of the content (previously body). <%= truncate(blog_post.c...
Pat Fitzner replied

Select cover image from ActionText attachments

0
Rails
I wanted to add a “cover image” feature to a blog. I’m already using ActionText for the content. I’m not sure if this is a good idea or if there are better ways to do it. I’m going to explain what...
gorka posted

File uploads in Rails with Shrine Discussion

9
General
has anyone used Shrine and Backblaze B2 storage?
Johnathan R. Nunes replied

Display non-image attachments with Trix/action_text

0
Rails
I've got the barebones functionality of Trix working ok... The editor displays ok and text and images display as expected. But when I drag and drop a PDF (for example) I can see in the editor a sma...
Nelson Casanova posted

How do I create a delete button for images uploaded with Active Storage

2
Rails
I am creating a user interface for users to upload images and delete ones they've already uploaded. It is using Rails 5.2 Active Storage and Amazon S3. The issue I am experiencing is similar to t...
Dmitriy replied
Solved

How would one go about sorting ActiveStorage has_many_attached objects?

6
Rails
Hey there,Just wondering if anyone can shed some light here as the Google search is pretty thin right now for ActiveStorage.Is there a way to a a property (say sort_order) to each of the has_many_a...
Tomas Valent replied
Solved

Ruby on Rails ActionMailer Images Issue

1
General
I'm trying to use embedded images in my E-Mail, but if I try to load a file from my image folder as a header, it's not displaying in the email: The image is an inline attachment: def export_b...
Chris Oliver replied

How to Resolve a SystemStackError in Ruby on Rails Controller?

0
Rails
Trying to create category, Getting SystemStackError (stack level too deep) in rails 6 I'm encountering a SystemStackError in my Ruby on Rails application, specifically in one of my controllers. I'v...

I need help to get delete of attachments to work from view with ActiveStorage

0
Rails
Hello, I am on Rails 5.2.3. I just followed the rails guide on ActiveStorage, and have the attachments working. from a display, download link POV. What I do not seem to get functioning is the delet...
jl@lejoly.com posted

How do I upload images using (Administrate Gem + ActiveStorage + Rails 6)

2
Rails
Hey Everyone I'm working on rails 6 and building an admin panel using Administrate Gem. I have a product model "has_many_attached :images" but administrate does not recognizing: images_attachme...

Sorting Images using Active Storage

25
Rails
I'm experimenting with Active Storage to manage images. I got the multiple uploads working, but I want to use acts_as_list position with jQuery sortable to manage their order using ajax, like in [t...
Tony Serkis replied

How do I upload files with ActiveStorage and Vue.js?

3
Rails
Hey GoRailers, Stemming from the Rails & Vue.js Trello Clone, I'm looking to add file uploads to a Card model using the new Rails 5.2 ActiveStorage feature. I'm stronger in Rails - previously ...
Abhinav Mathur 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...

How do I set and use a default image with active storage?

3
Rails
If the User does not upload an image using active storage, how do I set a default image for that record?

Upload image and send email without saving to the database

1
Rails
I recently tried to implement summernote to my rails app. I can send email and everything works fine. But I want to upload image and send the email, but the email received shows that the image was ...

File uploading with ActiveStorage in Rails 5.2 Discussion

30
General
Do previewers for Word Files and Excel 
Michael Prince replied

Upload Progress with Refile Javascript Discussion

32
General
Hello Chris, is there a good gem to build a progress bar? (for example, show % complete based on how many episodes you've watched)
Nikola Okonesh replied