By default assets.digest is enable in production environment and is recommended for several reasons. However, if you really want to disable it write this in your production.rb
config.assets.digest = false
For more info refer http://guides.rubyonrails.org/asset_pipeline.html