Commit 2c128f3874eabf642ba78775e169177129f10a97

Authored by Robert Speicher
1 parent 4b2e151f

Remove rails-footnotes gem and its related files

.rails_footnotes
@@ -1,3 +0,0 @@ @@ -1,3 +0,0 @@
1 -#this code temporarily disables notes for all controllers  
2 -# Footnotes::Filter.notes = []  
3 -  
@@ -93,7 +93,6 @@ end @@ -93,7 +93,6 @@ end
93 93
94 group :development do 94 group :development do
95 gem "letter_opener" 95 gem "letter_opener"
96 - gem "rails-footnotes"  
97 gem "annotate", :git => "https://github.com/ctran/annotate_models.git" 96 gem "annotate", :git => "https://github.com/ctran/annotate_models.git"
98 gem 'rack-mini-profiler' 97 gem 'rack-mini-profiler'
99 end 98 end
@@ -259,8 +259,6 @@ GEM @@ -259,8 +259,6 @@ GEM
259 activesupport (= 3.2.8) 259 activesupport (= 3.2.8)
260 bundler (~> 1.0) 260 bundler (~> 1.0)
261 railties (= 3.2.8) 261 railties (= 3.2.8)
262 - rails-footnotes (3.7.8)  
263 - rails (>= 3.0.0)  
264 railties (3.2.8) 262 railties (3.2.8)
265 actionpack (= 3.2.8) 263 actionpack (= 3.2.8)
266 activesupport (= 3.2.8) 264 activesupport (= 3.2.8)
@@ -417,7 +415,6 @@ DEPENDENCIES @@ -417,7 +415,6 @@ DEPENDENCIES
417 pygments.rb! 415 pygments.rb!
418 rack-mini-profiler 416 rack-mini-profiler
419 rails (= 3.2.8) 417 rails (= 3.2.8)
420 - rails-footnotes  
421 raphael-rails (= 1.5.2) 418 raphael-rails (= 1.5.2)
422 redcarpet (~> 2.1.1) 419 redcarpet (~> 2.1.1)
423 resque (~> 1.20.0) 420 resque (~> 1.20.0)
config/initializers/rails_footnotes.rb
@@ -1,3 +0,0 @@ @@ -1,3 +0,0 @@
1 -#if defined?(Footnotes) && Rails.env.development?  
2 - #Footnotes.run! # first of all  
3 -#end