Skip to content

Commit

Permalink
Merge pull request #78 from commonplaceusa/jb-minimize-css-fixes
Browse files Browse the repository at this point in the history
[WIP] Fixing development environment
  • Loading branch information
Jason Berlinsky committed Jan 5, 2016
2 parents 77d6828 + a358c6d commit a5e0793
Show file tree
Hide file tree
Showing 159 changed files with 565 additions and 1,184 deletions.
2 changes: 1 addition & 1 deletion .rspec
Original file line number Diff line number Diff line change
@@ -1 +1 @@
--colour --drb --format Fuubar
--colour --drb
34 changes: 17 additions & 17 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ source "http://gems.github.com"
ruby '2.1.5'

gem 'rails', "= 3.2.11"
gem 'sass-rails', '= 3.2.4'
gem 'sass-rails'
gem "sprockets", ">= 2.2.2"

# API
gem 'sinatra', "= 1.2.7"
Expand All @@ -13,6 +14,7 @@ gem 'rack-cache', '= 1.2' # For caching
gem 'dalli', '= 1.1.5' # memcache client, for caching
gem 'acts_as_api', '= 0.3.11'
gem 'barometer', '= 0.8.0' #for weather forecasts
gem "compass-rails"

# ActiveRecord
gem 'sunspot_rails', "= 1.3.0"
Expand All @@ -21,7 +23,7 @@ gem 'pg', '= 0.13.2' # for postgres
gem 'permanent_records', '= 2.1.2' # adds soft-delete if a model has a deleted_at column
gem 'cocaine', '= 0.3.2'
gem 'paperclip', "= 2.4.5" # we use this to store avatars
gem 'rmagick'
gem 'rmagick', '~> 2.15.4'
gem 'geocoder', '= 1.0.5' # we use geocoder to find user latlngs from addresses
gem 'glebm-geokit', '= 1.5.2', :require => 'geokit' # use this to find latlngs from address again. try to remove in favor of geocoder

Expand All @@ -45,7 +47,7 @@ gem 'aws-s3', :require => 'aws/s3' # storing avatars and stuff
gem 'amazon-ec2', '= 0.9.17', :require => 'AWS' # managing instances

# Worker Jobs
gem 'mock_redis', :git => "https://github.com/causes/mock_redis.git", :ref => "fe01880"
# gem 'mock_redis', :git => "https://github.com/causes/mock_redis.git", :ref => "fe01880"
gem 'redis', '= 2.2.2' # for queueing with resque
gem 'redis-namespace', '= 1.0.3', :require => false # resque wants it, we don't need to require it
gem 'mcbean' # We use this to pull data from rss feeds for import
Expand All @@ -59,21 +61,22 @@ gem 'resque-scheduler', '= 1.9.9' # we use this to queue jobs at specific times
gem 'resque-cleaner', '= 0.2.7'

# Mail
gem 'mail', '= 2.4.4' # Used for mail
gem 'mail'
gem 'mustache', '= 0.99.4' # used for mail
gem 'premailer', '= 1.7.3' # we use this to inline css in our emails

# ActionView
gem 'sanitize', '= 2.0.3' # used in app/controllers/posts_controller.rb (which is dead code) ! remove
gem 'haml', '= 3.1.4' # used for view templates
gem 'haml'
gem 'formtastic', '= 2.0.2' # used for view templates
gem 'sass', '= 3.1.15' # used for stylesheets
gem 'sass', "= 3.2.19"

# Admin
gem 'rails_admin', :git => 'https://github.com/sferik/rails_admin.git', :ref => "1eda06e"
gem 'rest-client', '= 1.6.7'
gem 'leftronic', :git => 'https://github.com/Jberlinsky/leftronic-gem.git', :ref => "a090bf1d49004f501c9164d5dcd51761b48803e4"


# Tech admin
gem 'newrelic_rpm'
gem 'honeybadger'
Expand All @@ -98,8 +101,7 @@ gem 'km', '= 1.1.2'
gem 'km-db', :git => "https://github.com/Jberlinsky/km-db.git", :ref => "65bf2c5ffc203a773c9cc2d491306924a6c78cd2"

group :assets do
gem 'uglifier', '= 1.2.3'
gem 'compass', '= 0.12.alpha.0'
gem 'uglifier'
end

group :development do
Expand All @@ -123,15 +125,14 @@ group :development, :test, :remote_worker do
end

group :test do
gem 'rspec-resque', :github => "Jberlinsky/rspec-resque", ref: "eba6f41cc57102a91d208cd71a6507034a59efd0"
gem 'rspec-rails' # we use rspec-rails for tests
gem 'fuubar', '= 1.0.0' # we use fuubar for pretty rspec output
gem "capybara-screenshot"
gem "resque_spec"
gem "rspec-mocks"
gem "rspec-rails", "~> 3.2.1"
gem 'spork', '= 0.9.2'
gem 'rr', '= 1.0.4'
gem 'capybara', '= 1.1.2'
gem 'capybara'
gem 'launchy', '= 2.1.0' # we use launchy to launch a browser during integration testing
gem 'database_cleaner', '= 0.7.1' # we use database_cleaner to clean the database between tests
gem 'jasmine', '= 1.2.1' # we use jasmine for javascript tests
gem 'database_cleaner'
gem 'cucumber-rails', '= 1.1.1'
end

Expand All @@ -140,14 +141,13 @@ gem 'acts-as-taggable-on', '= 2.3.1'
gem 'amatch', '= 0.2.10'

gem 'builder', '= 3.0.0'
gem 'i18n', '= 0.6.0'
gem 'i18n'
gem 'journey', :git => "git://github.com/Jberlinsky/journey.git", :ref => "v1.0.3-shim"# :ref => "cd6aa3e"
gem 'multi_json', '= 1.2.0'
gem 'rack', '= 1.4.5'
gem 'rack-ssl', '= 1.3.2'
gem 'rack-test', '= 0.6.1'
gem 'rake', '= 0.9.2.2'
gem 'sprockets', '= 2.2.1'
gem 'treetop', '= 1.4.10'
gem 'tzinfo', '= 0.3.32'
gem 'area', '= 0.9.0', :require => false
Expand Down
Loading

0 comments on commit a5e0793

Please sign in to comment.