After rewriting a lot of the same code regularly for Flux patterns within Rails, I was wishing for a single command that could generate all the files and folders I would need (action, util, dispatcher, store, etc.) with a "general" placeholder that I could quickly replace. So, I decided to try and make a gem (which does seem to work at this point). I'd love to get some feedback on it.
Include gem 'fluxify', '~> 0.2.1' in your Rails project. And, do rails generate fluxify:install to see the files in your app/javascripts/assets folder.