From 2c128f3874eabf642ba78775e169177129f10a97 Mon Sep 17 00:00:00 2001 From: Robert Speicher Date: Thu, 23 Aug 2012 19:20:28 -0400 Subject: [PATCH] Remove rails-footnotes gem and its related files --- .rails_footnotes | 3 --- Gemfile | 1 - Gemfile.lock | 3 --- config/initializers/rails_footnotes.rb | 3 --- 4 files changed, 0 insertions(+), 10 deletions(-) delete mode 100644 .rails_footnotes delete mode 100644 config/initializers/rails_footnotes.rb diff --git a/.rails_footnotes b/.rails_footnotes deleted file mode 100644 index 1019a70..0000000 --- a/.rails_footnotes +++ /dev/null @@ -1,3 +0,0 @@ -#this code temporarily disables notes for all controllers -# Footnotes::Filter.notes = [] - diff --git a/Gemfile b/Gemfile index f256ecc..214c06a 100644 --- a/Gemfile +++ b/Gemfile @@ -93,7 +93,6 @@ end group :development do gem "letter_opener" - gem "rails-footnotes" gem "annotate", :git => "https://github.com/ctran/annotate_models.git" gem 'rack-mini-profiler' end diff --git a/Gemfile.lock b/Gemfile.lock index b2a0011..c2d60d7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -259,8 +259,6 @@ GEM activesupport (= 3.2.8) bundler (~> 1.0) railties (= 3.2.8) - rails-footnotes (3.7.8) - rails (>= 3.0.0) railties (3.2.8) actionpack (= 3.2.8) activesupport (= 3.2.8) @@ -417,7 +415,6 @@ DEPENDENCIES pygments.rb! rack-mini-profiler rails (= 3.2.8) - rails-footnotes raphael-rails (= 1.5.2) redcarpet (~> 2.1.1) resque (~> 1.20.0) diff --git a/config/initializers/rails_footnotes.rb b/config/initializers/rails_footnotes.rb deleted file mode 100644 index afe6f3a..0000000 --- a/config/initializers/rails_footnotes.rb +++ /dev/null @@ -1,3 +0,0 @@ -#if defined?(Footnotes) && Rails.env.development? - #Footnotes.run! # first of all -#end -- libgit2 0.21.2