Skip to content

Commit

Permalink
Removed asset pipeline and added active_model_serializers in Rails
Browse files Browse the repository at this point in the history
  • Loading branch information
bcardarella committed May 7, 2014
1 parent 748d2a4 commit cf2d9e1
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 42 deletions.
13 changes: 2 additions & 11 deletions rails/Gemfile
Expand Up @@ -5,23 +5,14 @@ source 'https://rubygems.org'
gem 'rails', '4.1.1'
# Use postgresql as the database for Active Record
gem 'pg'
# Use CoffeeScript for .js.coffee assets and views
gem 'coffee-rails', '~> 4.0.0'
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
# gem 'therubyracer', platforms: :ruby

# Use jquery as the JavaScript library
gem 'jquery-rails'
# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
gem 'turbolinks'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 2.0'
# bundle exec rake doc:rails generates the API under doc/api.
gem 'sdoc', '~> 0.4.0', group: :doc

# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring', group: :development

gem 'active_model_serializers'

# Use ActiveModel has_secure_password
# gem 'bcrypt', '~> 3.1.7'

Expand Down
Empty file removed rails/app/assets/images/.keep
Empty file.
16 changes: 0 additions & 16 deletions rails/app/assets/javascripts/application.js

This file was deleted.

15 changes: 0 additions & 15 deletions rails/app/assets/stylesheets/application.css

This file was deleted.

0 comments on commit cf2d9e1

Please sign in to comment.