Skip to content

Commit

Permalink
Started removing remaining forem gem code
Browse files Browse the repository at this point in the history
  • Loading branch information
remomueller committed Jan 16, 2015
1 parent ec7935f commit 9ea35ff
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 28 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG-MYAPNEAORG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
- Removed provider name as a field on the member registration page
- Fixed a bug that prevented topic replies from being sent out to email subscribers

### Refactoring
- Removed all remaining `forem` gem code

## 4.0.0 (January 15, 2015)

### Enhancements
Expand Down
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ gem 'authority'
gem 'koala'

# Forum
gem 'forem', :github => "openpprn/forem", :branch => "rails-4.2"
gem 'kaminari', '~> 0.16.1'

# Blogs and Notifications
Expand Down
4 changes: 1 addition & 3 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.

load 'tasks/emoji.rake'

require File.expand_path('../config/application', __FILE__)

Rails.application.load_tasks
Expand All @@ -19,4 +17,4 @@ Rails::TestTask.new("test:features" => "test:prepare") do |t|
end

#If you want your new task to be run when you run rake test, also add the following:
Rake::Task["test:run"].enhance ["test:features"]
Rake::Task["test:run"].enhance ["test:features"]
17 changes: 0 additions & 17 deletions config/initializers/forem.rb

This file was deleted.

7 changes: 0 additions & 7 deletions config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -152,13 +152,6 @@

get 'forum', to: redirect("forums")

# # This line mounts Forem's routes at /forums by default.
# # This means, any requests to the /forums URL of your application will go to Forem::ForumsController#index.
# # If you would like to change where this extension is mounted, simply change the :at option to something different.

# # We ask that you don't use the :as option here, as Forem relies on it being the default of "forem"
mount Forem::Engine, :at => '/old_forums'

# # Authentication
# devise_for :user, skip: [:sessions, :passwords, :confirmations, :registrations]
# as :user do
Expand Down

0 comments on commit 9ea35ff

Please sign in to comment.