Hi there everyone,
I just released iseq_rails_tools (
<a href="https://github.com/kddeisz/iseq-rails-tools" title="https://github.com/kddeisz/iseq-rails-tools">https://github.com/kddeisz/iseq-rails-tools</a>,
<a href="https://rubygems.org/gems/iseq_rails_tools" title="https://rubygems.org/gems/iseq_rails_tools">https://rubygems.org/gems/iseq_rails_tools</a>) a gem for taking advantage of
ruby 2.3's AOT bytecode compilation in Rails projects.
To use, add `gem 'iseq_rails_tools'` to your Gemfile and bundle install.
From then on when files are required, they will be precompiled. On my
work's production Rails app I'm seeing about a 30% increase in boot time.
Enjoy! PRs/feedback always welcome.