Activity
It is, but DHH recommends using the template file, and personally I like this method myself because you don't have to look at two places in different instances!
Check this out: https://github.com/hotwired/turbo-rails/issues/77
So the format that Chris shows is what's encouraged by DHH, check here:
If you get
Twitter::Error::Unauthorized (Read-only application cannot POST.)
Or
Could not authorize you
Go to twitter developer setting and under App permissions enable Read, Write and Direct Messages. It was on Read Only for me before.
And then regenerate all the keys/tokens + update them again in your app.
Also helps to restart the servers/console again. Fixed the problem for me.