We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f39772b commit 37009b3Copy full SHA for 37009b3
Gemfile
@@ -53,6 +53,9 @@ gem 'lazy_high_charts', '1.5.8'
53
gem 'rack-attack'
54
gem 'rack-user_agent'
55
56
+# For Auto Link
57
+gem 'rinku'
58
+
59
# For RSS feed
60
gem 'ruby-mp3info', require: 'mp3info'
61
Gemfile.lock
@@ -390,6 +390,7 @@ GEM
390
reverse_markdown (3.0.0)
391
nokogiri
392
rexml (3.4.1)
393
+ rinku (2.0.6)
394
rspec-core (3.13.3)
395
rspec-support (~> 3.13.0)
396
rspec-expectations (3.13.3)
@@ -559,6 +560,7 @@ DEPENDENCIES
559
560
rails-html-sanitizer (~> 1.4.4)
561
rake
562
rambulance!
563
+ rinku
564
rspec-rails (~> 4.0)
565
rspec-retry
566
rss
0 commit comments