Sam Williams
Joined
Activity
I'm getting an error undefined method
then' for "messages":Stringon my
<%= turbo_stream_from "messages" do %>` line in an app I'm trying to build this into. Any ideas why?
Posted in Exporting Records To CSV Discussion
Hey Chris. Love the tutorial. Used it with ease on Rails 5.2. Now with webpack and Rails 6.0 I seem to be getting some sort of weird caching issue in production. I made some changes to the attributes, and they don't update on server. I even added a record and it still didn't show up!
Any ideas as to what might be going on and how to fix it? I posted a Stack question with some more code here.
https://stackoverflow.com/questions/61150453/compile-in-rails-6-webpacker-doesnt-make-changes-to-send-data-with-methods-defi?noredirect=1#comment108188144_61150453
Your Uppy tutorial was amazing!