いつも使う処理なのでgemにしました。
fixed_footer-rails | RubyGems.org | your community gem host
使い方
Gemfileに書きを追加。
gem "fixed_footer-rails"
$ bundler install
application.jsに書きを追加。
//= require fixed-footer
jsから呼び出す。例えばfooter.coffeeを作って下記のように書く。
$(document).on "turbolinks:load", ->
new FixedFooter("your-own-footer-id")