use less-rails, and make exception_notifier work again

This commit is contained in:
wvengen 2013-07-13 23:06:30 +02:00
parent cfae279196
commit fc6fbdaa95
3 changed files with 15 additions and 17 deletions

16
Gemfile
View file

@ -4,22 +4,20 @@ ruby "1.9.3"
gem "rails", '~> 3.2.9'
gem 'jquery-rails'
gem 'bootstrap-datepicker-rails'
# Gems used only for assets and not required
# in production environments by default.
group :assets do
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
gem 'therubyracer', platforms: :ruby
gem 'sass-rails', '~> 3.2.3'
gem 'coffee-rails', '~> 3.2.1'
gem 'less-rails-bootstrap'
gem 'less-rails'
gem 'uglifier', '>= 1.0.3'
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
gem 'therubyracer', platforms: :ruby
end
gem 'jquery-rails'
gem 'bootstrap-datepicker-rails'
gem 'mysql2'
gem 'prawn'
gem 'haml-rails'
@ -42,7 +40,7 @@ gem 'resque'
gem 'whenever', require: false # For defining cronjobs, see config/schedule.rb
group :production do
gem 'exception_notification', require: 'exception_notifier'
gem 'exception_notification'
end
group :development do