Skip to content

Instantly share code, notes, and snippets.

@rmm5t
Created September 23, 2014 15:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rmm5t/77679f6582cbdd9df139 to your computer and use it in GitHub Desktop.
Save rmm5t/77679f6582cbdd9df139 to your computer and use it in GitHub Desktop.
font-awesome-rails issues #113 support
source 'https://rubygems.org'
ruby '2.1.2'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '4.1.6'
gem 'sqlite3'
## Assets
gem "sprockets-rails", "~> 2.1.3"
# Use SCSS for stylesheets
gem 'sass-rails', '~> 4.0.3'
# Twitter Bootstrap
gem 'less-rails-bootstrap'
gem 'font-awesome-rails'
# Use Uglifier as compressor for JavaScript assets
gem 'uglifier', '>= 1.3.0'
# 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'
gem 'jquery-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
group :development do
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring'
gem 'better_errors'
gem 'binding_of_caller'
gem 'quiet_assets'
gem 'pry-rails'
gem 'bullet'
gem 'rack-mini-profiler'
gem 'rails_best_practices'
end
# FB Authentication
gem 'omniauth-facebook'
gem 'koala'
# Server components
gem 'puma'
gem 'foreman'
# various gems
gem 'icalendar'
gem 'draper'
gem 'cells'
gem 'utf8-cleaner'
gem 'lazy_high_charts'
gem 'ruby-progressbar'
gem 'rails-env-favicon'
gem 'imgkit'
group :development, :test do
gem 'rspec-rails'
gem 'rspec-cells'
end
group :production do
# heroku specific
gem 'rails_12factor'
gem 'rails_serve_static_assets'
gem 'sprockets_better_errors'
gem 'redis'
gem 'redis-rails'
# monitoring
gem 'rollbar', '~> 1.0.0'
gem 'newrelic_rpm'
end
# Use ActiveModel has_secure_password
# gem 'bcrypt', '~> 3.1.7'
# Use unicorn as the app server
# gem 'unicorn'
# Use Capistrano for deployment
# gem 'capistrano-rails', group: :development
# Use debugger
# gem 'debugger', group: [:development, :test]
GEM
remote: https://rubygems.org/
specs:
actionmailer (4.1.6)
actionpack (= 4.1.6)
actionview (= 4.1.6)
mail (~> 2.5, >= 2.5.4)
actionpack (4.1.6)
actionview (= 4.1.6)
activesupport (= 4.1.6)
rack (~> 1.5.2)
rack-test (~> 0.6.2)
actionview (4.1.6)
activesupport (= 4.1.6)
builder (~> 3.1)
erubis (~> 2.7.0)
activemodel (4.1.6)
activesupport (= 4.1.6)
builder (~> 3.1)
activerecord (4.1.6)
activemodel (= 4.1.6)
activesupport (= 4.1.6)
arel (~> 5.0.0)
activesupport (4.1.6)
i18n (~> 0.6, >= 0.6.9)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.1)
tzinfo (~> 1.1)
addressable (2.3.6)
arel (5.0.1.20140414130214)
awesome_print (1.2.0)
better_errors (2.0.0)
coderay (>= 1.0.0)
erubis (>= 2.6.6)
rack (>= 0.9.0)
binding_of_caller (0.7.2)
debug_inspector (>= 0.0.1)
builder (3.2.2)
bullet (4.13.2)
activesupport (>= 3.0.0)
uniform_notifier (>= 1.6.0)
cells (3.11.2)
actionpack (>= 3.0)
railties (>= 3.0)
uber (~> 0.0.8)
code_analyzer (0.4.5)
sexp_processor
coderay (1.1.0)
coffee-rails (4.0.1)
coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.0)
coffee-script (2.3.0)
coffee-script-source
execjs
coffee-script-source (1.8.0)
colored (1.2)
commonjs (0.2.7)
debug_inspector (0.0.2)
diff-lcs (1.2.5)
dotenv (0.11.1)
dotenv-deployment (~> 0.0.2)
dotenv-deployment (0.0.2)
draper (1.4.0)
actionpack (>= 3.0)
activemodel (>= 3.0)
activesupport (>= 3.0)
request_store (~> 1.0)
erubis (2.7.0)
execjs (2.2.1)
faraday (0.9.0)
multipart-post (>= 1.2, < 3)
font-awesome-rails (4.2.0.0)
railties (>= 3.2, < 5.0)
foreman (0.75.0)
dotenv (~> 0.11.1)
thor (~> 0.19.1)
hash-deep-merge (0.1.1)
hashie (3.3.1)
hike (1.2.3)
i18n (0.6.11)
icalendar (2.1.2)
imgkit (1.4.1)
jbuilder (2.1.3)
activesupport (>= 3.0.0, < 5)
multi_json (~> 1.2)
jquery-rails (3.1.2)
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
jquery-turbolinks (2.1.0)
railties (>= 3.1.0)
turbolinks
json (1.8.1)
jwt (1.0.0)
koala (1.10.1)
addressable
faraday
multi_json
lazy_high_charts (1.5.4)
bundler (>= 1.0)
hash-deep-merge
less (2.5.1)
commonjs (~> 0.2.7)
less-rails (2.5.0)
actionpack (>= 3.1)
less (~> 2.5.0)
less-rails-bootstrap (3.2.0)
less-rails (~> 2.5.0)
libv8 (3.16.14.7)
mail (2.6.1)
mime-types (>= 1.16, < 3)
method_source (0.8.2)
mime-types (2.3)
minitest (5.4.1)
multi_json (1.10.1)
multi_xml (0.5.5)
multipart-post (2.0.0)
newrelic_rpm (3.9.4.245)
oauth2 (1.0.0)
faraday (>= 0.8, < 0.10)
jwt (~> 1.0)
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (~> 1.2)
omniauth (1.2.2)
hashie (>= 1.2, < 4)
rack (~> 1.0)
omniauth-facebook (2.0.0)
omniauth-oauth2 (~> 1.2)
omniauth-oauth2 (1.2.0)
faraday (>= 0.8, < 0.10)
multi_json (~> 1.3)
oauth2 (~> 1.0)
omniauth (~> 1.2)
pry (0.10.1)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
pry-rails (0.3.2)
pry (>= 0.9.10)
puma (2.9.1)
rack (>= 1.1, < 2.0)
quiet_assets (1.0.3)
railties (>= 3.1, < 5.0)
rack (1.5.2)
rack-mini-profiler (0.9.2)
rack (>= 1.1.3)
rack-test (0.6.2)
rack (>= 1.0)
rails (4.1.6)
actionmailer (= 4.1.6)
actionpack (= 4.1.6)
actionview (= 4.1.6)
activemodel (= 4.1.6)
activerecord (= 4.1.6)
activesupport (= 4.1.6)
bundler (>= 1.3.0, < 2.0)
railties (= 4.1.6)
sprockets-rails (~> 2.0)
rails-env-favicon (0.0.5)
railties (>= 3.1)
tinycon-rails
rails_12factor (0.0.2)
rails_serve_static_assets
rails_stdout_logging
rails_best_practices (1.15.4)
activesupport
awesome_print
code_analyzer (>= 0.4.3)
colored
erubis
i18n
json
require_all
ruby-progressbar
rails_serve_static_assets (0.0.2)
rails_stdout_logging (0.0.3)
railties (4.1.6)
actionpack (= 4.1.6)
activesupport (= 4.1.6)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (10.3.2)
rdoc (4.1.2)
json (~> 1.4)
redis (3.1.0)
redis-actionpack (4.0.0)
actionpack (~> 4)
redis-rack (~> 1.5.0)
redis-store (~> 1.1.0)
redis-activesupport (4.0.0)
activesupport (~> 4)
redis-store (~> 1.1.0)
redis-rack (1.5.0)
rack (~> 1.5)
redis-store (~> 1.1.0)
redis-rails (4.0.0)
redis-actionpack (~> 4)
redis-activesupport (~> 4)
redis-store (~> 1.1.0)
redis-store (1.1.4)
redis (>= 2.2)
ref (1.0.5)
request_store (1.1.0)
require_all (1.3.2)
rollbar (1.0.1)
multi_json (~> 1.3)
rspec-cells (0.2.2)
cells (>= 3.4.0)
railties (>= 3.0)
rspec-rails (>= 2.14)
rspec-core (3.1.4)
rspec-support (~> 3.1.0)
rspec-expectations (3.1.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.1.0)
rspec-mocks (3.1.1)
rspec-support (~> 3.1.0)
rspec-rails (3.1.0)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
rspec-core (~> 3.1.0)
rspec-expectations (~> 3.1.0)
rspec-mocks (~> 3.1.0)
rspec-support (~> 3.1.0)
rspec-support (3.1.0)
ruby-progressbar (1.6.0)
sass (3.2.19)
sass-rails (4.0.3)
railties (>= 4.0.0, < 5.0)
sass (~> 3.2.0)
sprockets (~> 2.8, <= 2.11.0)
sprockets-rails (~> 2.0)
sdoc (0.4.1)
json (~> 1.7, >= 1.7.7)
rdoc (~> 4.0)
sexp_processor (4.4.4)
slop (3.6.0)
spring (1.1.3)
sprockets (2.11.0)
hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sprockets-rails (2.1.4)
actionpack (>= 3.0)
activesupport (>= 3.0)
sprockets (~> 2.8)
sprockets_better_errors (0.0.4)
sprockets-rails (>= 1.0.0)
sqlite3 (1.3.9)
therubyracer (0.12.1)
libv8 (~> 3.16.14.0)
ref
thor (0.19.1)
thread_safe (0.3.4)
tilt (1.4.1)
tinycon-rails (0.0.1)
railties (>= 3.1)
turbolinks (2.3.0)
coffee-rails
tzinfo (1.2.2)
thread_safe (~> 0.1)
uber (0.0.8)
uglifier (2.5.3)
execjs (>= 0.3.0)
json (>= 1.8.0)
uniform_notifier (1.6.2)
utf8-cleaner (0.0.9)
PLATFORMS
ruby
DEPENDENCIES
better_errors
binding_of_caller
bullet
cells
coffee-rails (~> 4.0.0)
draper
font-awesome-rails
foreman
icalendar
imgkit
jbuilder (~> 2.0)
jquery-rails
jquery-turbolinks
koala
lazy_high_charts
less-rails-bootstrap
newrelic_rpm
omniauth-facebook
pry-rails
puma
quiet_assets
rack-mini-profiler
rails (= 4.1.6)
rails-env-favicon
rails_12factor
rails_best_practices
rails_serve_static_assets
redis
redis-rails
rollbar (~> 1.0.0)
rspec-cells
rspec-rails
ruby-progressbar
sass-rails (~> 4.0.3)
sdoc (~> 0.4.0)
spring
sprockets-rails (~> 2.1.3)
sprockets_better_errors
sqlite3
therubyracer
turbolinks
uglifier (>= 1.3.0)
utf8-cleaner
$ rake assets:precompile
I, [2014-09-23T11:31:49.775225 #99652] INFO -- : Writing /Users/rmcgeary/work/oss/testfar/public/assets/application-71784af1bdadc53aae44c390ff7d29f8.js
I, [2014-09-23T11:31:49.812654 #99652] INFO -- : Writing /Users/rmcgeary/work/oss/testfar/public/assets/application-06dcbabadbbb123b306294261ae8283c.css
I, [2014-09-23T11:31:49.820259 #99652] INFO -- : Writing /Users/rmcgeary/work/oss/testfar/public/assets/FontAwesome-c530e303b5fb681632e4250bdb6841e9.otf
I, [2014-09-23T11:31:49.823813 #99652] INFO -- : Writing /Users/rmcgeary/work/oss/testfar/public/assets/fontawesome-webfont-a0dad1cdc8910af4a209616fbcef8b3e.eot
I, [2014-09-23T11:31:49.826607 #99652] INFO -- : Writing /Users/rmcgeary/work/oss/testfar/public/assets/fontawesome-webfont-8efac888052959e218770178c80c8228.svg
I, [2014-09-23T11:31:49.829554 #99652] INFO -- : Writing /Users/rmcgeary/work/oss/testfar/public/assets/fontawesome-webfont-b5fe41035865f2ff03bf4e65d8d57e6f.ttf
I, [2014-09-23T11:31:49.832589 #99652] INFO -- : Writing /Users/rmcgeary/work/oss/testfar/public/assets/fontawesome-webfont-3b07a0e177e1c9b30566be12b2048d9f.woff
I, [2014-09-23T11:31:49.835636 #99652] INFO -- : Writing /Users/rmcgeary/work/oss/testfar/public/assets/twitter/bootstrap/glyphicons-halflings-regular-2118882d8e9b061fb4e5bb2a63527212.eot
I, [2014-09-23T11:31:49.844337 #99652] INFO -- : Writing /Users/rmcgeary/work/oss/testfar/public/assets/twitter/bootstrap/glyphicons-halflings-regular-a19f29ff572c8d1bbc548769cb6d4e82.svg
I, [2014-09-23T11:31:49.847504 #99652] INFO -- : Writing /Users/rmcgeary/work/oss/testfar/public/assets/twitter/bootstrap/glyphicons-halflings-regular-518fafbd0527485e113ee54efe364ffd.ttf
I, [2014-09-23T11:31:49.850406 #99652] INFO -- : Writing /Users/rmcgeary/work/oss/testfar/public/assets/twitter/bootstrap/glyphicons-halflings-regular-178ae837d0fd32b2229770c016754363.woff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment