mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-21 21:40:48 +02:00
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:
parent
8612c1a677
commit
eb9fc5391c
2 changed files with 1 additions and 1113 deletions
|
@ -22,6 +22,7 @@ Rails::Initializer.run do |config|
|
|||
config.load_paths += %W( #{RAILS_ROOT}/app/apis )
|
||||
|
||||
config.gem "highline"
|
||||
config.gem "RedCloth"
|
||||
|
||||
config.action_controller.use_accept_header = true
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue