Skip to content

Commit

Permalink
Removes haml altogether
Browse files Browse the repository at this point in the history
  • Loading branch information
Logan Koester committed Sep 19, 2011
1 parent e2caefe commit 1ee3dac
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 21 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ group :development do
gem "bundler", "~> 1.0.0"
gem "jeweler", "~> 1.6.0"
gem "rcov", ">= 0"
gem 'haml'
end

group :test do
Expand Down
2 changes: 0 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ GEM
builder (3.0.0)
erubis (2.7.0)
git (1.2.5)
haml (3.1.1)
hike (1.2.1)
i18n (0.6.0)
jeweler (1.6.2)
Expand Down Expand Up @@ -115,7 +114,6 @@ PLATFORMS
DEPENDENCIES
bson_ext
bundler (~> 1.0.0)
haml
jeweler (~> 1.6.0)
mocha
mongo_mapper
Expand Down
14 changes: 0 additions & 14 deletions app/views/errship/standard.html.erb

This file was deleted.

4 changes: 0 additions & 4 deletions lib/errship.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
begin
require 'haml'
rescue LoadError
end
require 'rescuers/active_record'
require 'rescuers/mongoid'
require 'rescuers/mongo_mapper'
Expand Down

0 comments on commit 1ee3dac

Please sign in to comment.