This code might some day become kilpako.com website.
-
If you are deploying on Heroku with Rails 3.2 only, you may want to set:
config.assets.initialize_on_precompile = falseOn config/application.rb forcing your application to not access the DB or load models when precompiling your assets.
-
You can copy Devise views (for customization) to your app by running:
rails g devise:views