almokhtar

Joined

2,290 Experience
22 Lessons Completed
0 Questions Solved

Activity

Posted in How to Deploy Rails to Fly.io Discussion

but what diff between this and hatchbox ?

@chris that an amazing episode never know i can do that with stimulus !!

Can't resolve image into URL: undefined method `attachment_url' for #<#Class:0x00007f9f6098f308:0x00007f9f6493d770>

I spent hours to solve it but nothing !!
Env: ruby : ruby 2.6.5p114 | Rails 6.0.2.2
what i did :
rails active_storage:install
rails db:migrate
has_one_attached :main_image
<%= f.label :main_image %>
<%= f.file_field :main_image %>
<%= image_tag event.main_image %>