Solving Active Storage InvalidAuthencityToken Error
I have an application which is on lvh.me and i am trying to upload image using trix editor from my subdomain sample.lvh.me but for some reason i keep getting this error
```
Started POST "/rails/a...

1
Rails
Devise
Verify that all of the controllers and routes required to process password reset requests are in place. It's possible that you'll need to modify your routes.rb file to make use of Devise's default ...

10
Rails
I'm lost and can't find the way out
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...

19
Rails
Capistrano deploy fail to do rake db migrate
I follow this tutorial from crabs code
and do all as in tutorial but when i do cap production deploy initial
capistrano fail to do rake db migrate. I think is because capistrano not do rake db crea...

1
Rails
I miss App-Folders and Files after create a app
Hello and good day to all.
I'm new to RVM, Ruby and Rails and I have a problem.
I use RVM.
If I create a new RAILS app with the following command:
rails new appname -d mysql
Do I get the impress...

1
Rails
How do I create a sortable & searchable table with pagination?
Thanks! That's exactly what I'm looking for!

3
Rails
Count the number of pages in a pdf
Hello!
I am trying to count the number of pages in a PDF for a print service using PDF-reader (https://github.com/yob/pdf-reader).
Here's what I have so far but, I only get a hash of {"identified...

1
Rails
2 sites... 1 DB?
I don't see where there's any issue other than activestorage I have two sites running from the same database but I can't figure out how to display images

9
Rails