Commit 2c128f3874eabf642ba78775e169177129f10a97

Authored by Robert Speicher
1 parent 4b2e151f

Remove rails-footnotes gem and its related files

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