2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-12 21:10:47 +08:00

FIX: proper hack to support underscores in URLs

This commit is contained in:
Régis Hanol 2014-11-12 18:15:50 +01:00
parent e26e5312d7
commit 961f676b91
3 changed files with 12 additions and 17 deletions

View file

@ -249,10 +249,6 @@ gem 'stringex', require: false

gem 'logster'

# we need that to support underscore in URLs (mostly when using S3 for storing files)
# cf. http://stackoverflow.com/a/17108137/11983
gem 'addressable'

# perftools only works on 1.9 atm
group :profile do
# travis refuses to install this, instead of fuffing, just avoid it for now