Skip to content

Remove Mongo completely !465 #277

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 5, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
language: ruby
rvm:
- 2.1.5
bundler_args: "--without development production autotest"
bundler_args: "--without development production"
services:
- mongodb
- redis-server
before_install:
- wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-0.90.13.deb
Expand Down
8 changes: 1 addition & 7 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ gem 'rails', '~> 3.2'

gem 'sass', '~> 3.2.9'
gem 'coffee-rails', '~> 3.2.1'
gem 'compass-rails'
gem 'sass-rails', '~> 3.2.6'
gem 'uglifier', '>= 1.0.3'
# Assets
Expand All @@ -29,7 +28,6 @@ gem 'dotenv-rails', groups: [:development, :test]
# Attachements
gem 'carrierwave'
gem 'carrierwave_backgrounder' #background processing of images
gem 'carrierwave-mongoid', require: 'carrierwave/mongoid'

# HTML
gem 'haml'
Expand Down Expand Up @@ -133,11 +131,7 @@ gem 'elasticsearch-model'
gem 'elasticsearch-rails'

# DROP BEFORE RAILS 4
# Mongo
gem 'mongoid'
gem 'mongo'
gem 'mongoid_taggable'
gem 'bson_ext'
gem 'compass-rails'
gem 'strong_parameters'
gem 'postgres_ext'
# ElasticSearch client
Expand Down
27 changes: 0 additions & 27 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,6 @@ GEM
binding_of_caller (0.7.2)
debug_inspector (>= 0.0.1)
blankslate (3.1.3)
bson (1.10.2)
bson_ext (1.10.2)
bson (~> 1.10.2)
buftok (0.2.0)
builder (3.0.4)
byebug (2.7.0)
Expand All @@ -142,10 +139,6 @@ GEM
activesupport (>= 3.2.0)
json (>= 1.7)
mime-types (>= 1.16)
carrierwave-mongoid (0.7.1)
carrierwave (>= 0.8.0, < 0.11.0)
mongoid (>= 3.0, < 5.0)
mongoid-grid_fs (>= 1.3, < 3.0)
carrierwave_backgrounder (0.4.1)
carrierwave (~> 0.5)
celluloid (0.16.0)
Expand Down Expand Up @@ -406,20 +399,6 @@ GEM
escape
json
rack
mongo (1.10.2)
bson (= 1.10.2)
mongoid (3.1.6)
activemodel (~> 3.2)
moped (~> 1.4)
origin (~> 1.0)
tzinfo (~> 0.3.29)
mongoid-grid_fs (2.1.0)
mime-types (>= 1.0, < 3.0)
mongoid (>= 3.0, < 5.0)
mongoid_taggable (1.1.1)
mongoid (>= 3)
rake
moped (1.5.2)
multi_json (1.10.1)
multi_xml (0.5.5)
multipart-post (1.2.0)
Expand Down Expand Up @@ -466,7 +445,6 @@ GEM
omniauth-twitter (0.0.18)
multi_json (~> 1.3)
omniauth-oauth (~> 1.0)
origin (1.1.0)
parser (2.1.9)
ast (>= 1.1, < 3.0)
slop (~> 3.4, >= 3.4.5)
Expand Down Expand Up @@ -766,11 +744,9 @@ DEPENDENCIES
backbone-on-rails
better_errors
binding_of_caller
bson_ext
capybara
capybara-screenshot
carrierwave
carrierwave-mongoid
carrierwave_backgrounder
chronic
clockwork
Expand Down Expand Up @@ -815,9 +791,6 @@ DEPENDENCIES
metamagic
mini_magick
mixpanel
mongo
mongoid
mongoid_taggable
multi_json
never_wastes
newrelic_rpm
Expand Down
1 change: 0 additions & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.network :private_network, ip: '192.168.237.95' # 192.168.cdr.wl

set_port_mapping_for(config, 'elasticsearch', 9200, custom_settings)
set_port_mapping_for(config, 'mongodb', 27017, custom_settings)
set_port_mapping_for(config, 'postgres', 5432, custom_settings)
set_port_mapping_for(config, 'redis', 6379, custom_settings)
set_port_mapping_for(config, 'rails', 3000, custom_settings, true)
Expand Down
97 changes: 0 additions & 97 deletions app/models/github_profile.rb

This file was deleted.

Loading