How disable assets compilation on heroku?
问题 I'm trying to deploy my rails app to heroku using this turtorial: https://devcenter.heroku.com/articles/getting-started-with-rails4 So, I use rails 4.1.1 and ruby 2.1.1 My Gemfile has gem 'rails_12factor', group: :production inside. My application.rb: require File.expand_path('../boot', __FILE__) require 'rails/all' Bundler.require(*Rails.groups) module Charticus class Application Rails::Application # Settings in config/environments/* take precedence over those specified here. # Application