README.md in under_construction-0.1.3 vs README.md in under_construction-0.1.4

- old
+ new

@@ -39,10 +39,11 @@ Put your configs in config/under_construction.yml file and edit it as you wish. Depending on the theme using, not all options may be used: theme: 'site-under-construction' launch_time: "24 Feb 2050 7:00pm" + time_zone: "UTC" # Used in scheduler. For opetions, see http://api.rubyonrails.org/classes/ActiveSupport/TimeZone.html progress: "60" # Percent progress_label: "Progress" website_address: "http://example.com" host_name: "localhost:3000" info: @@ -107,9 +108,10 @@ */ In javascript, you have to include under_construction/*theme* like below: //= require under_construction/site-under-construction + //= require jquery_ujs Note: If you want your under construction works on production mode you must adds under_construction.js and under_construction.css in your production env in config.assets.precompile like below: