Skip to content

Commit

Permalink
Server starts
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Aug 12, 2014
1 parent 1b9698f commit f701afa
Show file tree
Hide file tree
Showing 32 changed files with 552 additions and 489 deletions.
32 changes: 13 additions & 19 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

ruby '2.1.2'
gem 'rails', '3.2.19'
gem 'rails', '4.1.4'

# Servers
gem 'thin'
Expand All @@ -19,9 +19,9 @@ gem 'client_side_validations-turbolinks'
gem 'kaminari'
gem 'mongoid'
gem 'mongoid_geospatial'
gem 'mongoid_paranoia'
gem 'mongoid_slug'
gem 'validates_timeliness'
gem 'strong_parameters'

# Authentication framework
gem 'devise'
Expand All @@ -48,6 +48,17 @@ gem 'http_accept_language'
gem 'jquery-rails'
gem 'resque', require: 'resque/server' # Resque web interface

# Assets
gem 'autoprefixer-rails'
gem 'coffee-rails', '~> 4.0.0'
gem 'haml_assets'
gem 'handlebars_assets'
gem 'i18n-js'
gem 'jquery-turbolinks'
gem 'sass-rails', '~> 4.0.3'
gem 'twbs_sass_rails'
gem 'uglifier', '>= 1.3.0'

group :development, :test do
gem 'bullet'
gem 'byebug'
Expand Down Expand Up @@ -81,23 +92,6 @@ group :test do
gem 'webmock', require: false
end

# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'autoprefixer-rails'
gem 'coffee-rails'
gem 'compass-rails'
gem 'haml_assets'
gem 'handlebars_assets'
gem 'i18n-js'
gem 'jquery-turbolinks'
gem 'sass-rails', github: 'guilleiguaran/sass-rails', branch: 'backport'
gem 'sprockets-rails', '=2.0.0.backport1'
gem 'sprockets', '=2.2.2.backport2'
gem 'twbs_sass_rails'
gem 'uglifier'
end

group :staging, :production do
gem 'rails_12factor' # Only for heroku
end
Loading

0 comments on commit f701afa

Please sign in to comment.