diff --git a/Gemfile b/Gemfile index fb136b6a..df58a866 100644 --- a/Gemfile +++ b/Gemfile @@ -31,6 +31,7 @@ gem "htmlentities" gem "swf_fu" gem "rails_autolink" gem "cache_digests" +gem "rack-dev-mark" # To use ActiveModel has_secure_password gem 'bcrypt', '~> 3.1.7' diff --git a/app/assets/images/construction.gif b/app/assets/images/construction.gif deleted file mode 100644 index 95ef4e62..00000000 Binary files a/app/assets/images/construction.gif and /dev/null differ diff --git a/app/assets/stylesheets/tracks.css.scss b/app/assets/stylesheets/tracks.css.scss index 0aba6569..467c4c40 100644 --- a/app/assets/stylesheets/tracks.css.scss +++ b/app/assets/stylesheets/tracks.css.scss @@ -277,12 +277,6 @@ a.show_successors:hover, a.link_to_successors:hover {background-image: image-url a:hover { color: #CCC; } } -#develop-notify-bar { - line-height:0.5; - background-image: image-url('construction.gif'); - background-repeat: repeat-x; -} - #topbar { position: fixed; top: 0px; diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 2630f6c7..dfce64c3 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -35,8 +35,6 @@