Replace bluecloth by redcarpet; assume markdown engine is a blackbox

This commit is contained in:
2015-09-06 11:11:56 -04:00
parent 580098eaf1
commit 2d9ef6dd5b
24 changed files with 105 additions and 5523 deletions

46
Gemfile
View File

@@ -1,8 +1,25 @@
source 'https://rubygems.org'
gem 'rails', '3.2.13'
gem 'sqlite3'
gem 'activerecord-postgresql-adapter'
gem 'acts_as_list', '0.2.0'
gem 'acts_as_paranoid', '0.4.2'
gem 'acts_as_versioned',
git: 'https://github.com/isoron/acts_as_versioned.git',
ref: 'df85fc1e438c18dddf610414b5c8a1ee8a7cefc9'
gem 'calendar_helper', '0.2.5'
gem 'debugger'
gem 'dynamic_form'
gem 'haml', '3.1.8'
gem 'hpricot', '0.8.6'
gem 'icalendar', '1.4.1'
gem 'json'
gem 'prototype-rails', '3.2.1'
gem 'rails', '3.2.13'
gem 'rails-i18n', '3.0.0'
gem 'redcarpet', '3.3.2'
gem 'shoulda', "3.5.0"
gem 'sqlite3'
gem 'will_paginate', "3.0.4"
group :assets do
gem 'sass-rails', '3.2.6'
@@ -10,29 +27,10 @@ group :assets do
gem 'uglifier', '2.7.2'
end
gem 'acts_as_list', '0.2.0'
gem 'acts_as_paranoid', '0.4.2'
gem 'acts_as_versioned',
git: 'https://github.com/isoron/acts_as_versioned.git',
ref: 'df85fc1e438c18dddf610414b5c8a1ee8a7cefc9'
gem 'bluecloth', '1.0.0', path: './vendor/gems/bluecloth'
gem 'calendar_helper', '0.2.5'
gem 'dynamic_form'
gem 'haml', '3.1.8'
gem 'hpricot', '0.8.6'
gem 'icalendar', '1.4.1'
gem 'shoulda', "3.5.0"
gem 'will_paginate', "3.0.4"
gem 'rails-i18n', '3.0.0'
gem 'debugger'
gem 'prototype-rails', '3.2.1'
gem 'activerecord-postgresql-adapter'
gem 'ZenTest'
gem 'autotest-rails-pure'
gem 'minitest'
group :test do
gem 'simplecov'
gem 'turn'
gem 'ZenTest'
gem 'autotest-rails-pure'
gem 'minitest'
end