remove old redcloth lib. We now depend on the RedCloth gem which is a lot faster

makes the homepage load a bit faster (10%). Could not freeze the gem because it is platform dependent
This commit is contained in:
Reinier Balt 2009-03-27 17:41:39 +01:00
parent 8612c1a677
commit eb9fc5391c
2 changed files with 1 additions and 1113 deletions

View file

@ -22,6 +22,7 @@ Rails::Initializer.run do |config|
config.load_paths += %W( #{RAILS_ROOT}/app/apis ) config.load_paths += %W( #{RAILS_ROOT}/app/apis )
config.gem "highline" config.gem "highline"
config.gem "RedCloth"
config.action_controller.use_accept_header = true config.action_controller.use_accept_header = true

File diff suppressed because it is too large Load diff