use mustache to abstract out html logic in javascript

This commit is contained in:
2012-11-26 17:46:33 +01:00
parent 88489804db
commit ecdac7e8c4
15 changed files with 785 additions and 83 deletions
+3 -1
View File
@@ -21,6 +21,7 @@ group :assets do
gem 'therubyracer', :platforms => :ruby
gem 'uglifier', '>= 1.0.3'
gem 'mustache' #, :require => 'mustache/railtie'
end
gem 'jquery-rails'
@@ -44,7 +45,8 @@ gem 'kaminari-bootstrap'
# To use Jbuilder templates for JSON
# gem 'jbuilder'
group :development do
gem 'pry'
gem 'pry'
gem 'pry-remote'
gem 'rspec-rails'
gem 'thin'
end