I'm switching my website from Siteleaf to Github. The website is loading perfectly except the CSS is not rendering.
Here is my _config.yml
title: Awesomeness
timezone: UTC
collections:
posts:
title: Posts
output: true
uploads:
title: Uploads
output: true
defaults:
- scope:
path: ''
type: posts
values:
layout: post
permalink: "/posts/:title/"
- scope:
path: ''
type: pages
values:
layout: page
permalink: pretty
And this is my Gemfile.lock
GEM
remote: http://rubygems.org/
specs:
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
colorator (1.1.0)
concurrent-ruby (1.1.10)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
ffi (1.15.5)
forwardable-extended (2.6.0)
http_parser.rb (0.8.0)
httparty (0.20.0)
mime-types (~> 3.0)
multi_xml (>= 0.5.2)
i18n (1.10.0)
concurrent-ruby (~> 1.0)
jekyll (4.2.2)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
i18n (~> 1.0)
jekyll-sass-converter (~> 2.0)
jekyll-watch (~> 2.0)
kramdown (~> 2.3)
kramdown-parser-gfm (~> 1.0)
liquid (~> 4.0)
mercenary (~> 0.4.0)
pathutil (~> 0.9)
rouge (~> 3.0)
safe_yaml (~> 1.0)
terminal-table (~> 2.0)
jekyll-sass-converter (2.2.0)
sassc (> 2.0.1, < 3.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.3)
listen (3.7.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2022.0105)
multi_xml (0.6.0)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
psych (4.0.3)
stringio
public_suffix (4.0.7)
rack (2.2.3)
rb-fsevent (0.11.1)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.5)
rouge (3.28.0)
safe_yaml (1.0.5)
sassc (2.4.0)
ffi (~> 1.9)
siteleaf (2.1.2)
httparty (>= 0.16.0)
jekyll (>= 1.4.1)
psych (>= 2.1.0)
rack
stringio (3.0.1)
terminal-table (2.0.0)
unicode-display_width (~> 1.1, >= 1.1.1)
unicode-display_width (1.8.0)
PLATFORMS
ruby
DEPENDENCIES
jekyll
siteleaf (~> 2)
BUNDLED WITH
2.1.4
I tried to add baseurl or root in the _config.yml yet I'm unable to solve the problem.
When I serve the website locally it runs perfectly. The problem only occur in Github pages.
I solved this issues by removing the slash forward from "/css/main.css".
So Github pages needed it to be "css/main.css"
I'm leaving this if any lost soul faces this issue in the future.
Related
Disclaimer - I'm a Java developer with zero Ruby experience.
I'm trying to update the Ruby version of a legacy company application so that I can leverage a better telemetry client library which is incompatible with our old Ruby version. After updating our Gemfile to remove some restrictions and bumping the version of Ruby from 2.3.1 to 2.7.3 and Bundler from 1.7.13 to 2.2.17. After this our site is returning errors about not recognizing the formerly recognized 'blank?' and 'present?' methods. My understanding is that these are part of Rails extensions, not native Ruby but if we don't have that framework in the mix here how would those have worked previously?
I'm not even really sure what information Ruby people want in these situations but I've not modified any source code so the Gemfile.lock files seem appropriate. Sorry for my level of ignorance here, been flailing for a day or so and Google hasn't gotten me over the hump. Hoping this is an easy one for someone in the Ruby community.
Old Gemfile.lock:
GEM
remote: https://rubygems.org/
specs:
activesupport (4.2.5)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
backports (3.16.0)
bcrypt (3.1.10)
colorize (0.7.7)
erubis (2.7.0)
ethon (0.9.1)
ffi (>= 1.3.0)
faraday (0.9.2)
multipart-post (>= 1.2, < 3)
ffi (1.9.10)
hashie (3.4.3)
i18n (0.7.0)
json (1.8.3)
jwt (1.5.4)
listen (3.0.5)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
macaddr (1.7.1)
systemu (~> 2.6.2)
mail (2.6.3)
mime-types (>= 1.16, < 3)
metaclass (0.0.4)
mime-types (2.99)
mini_portile2 (2.0.0)
minitest (5.2.3)
mocha (1.1.0)
metaclass (~> 0.0.1)
multi_json (1.14.1)
multipart-post (2.0.0)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
nokogiri (1.6.7.1)
mini_portile2 (~> 2.0.0.rc2)
omniauth (1.3.1)
hashie (>= 1.2, < 4)
rack (>= 1.0, < 3)
omniauth-saml (1.4.1)
omniauth (~> 1.1)
ruby-saml (~> 1.0.0)
pg (0.18.4)
pony (1.11)
mail (>= 2.0)
power_assert (0.2.6)
puma (2.15.3)
rack (2.1.0)
rack-mobile-detect (0.4.0)
rack
rack-protection (2.0.8.1)
rack
rack-test (0.6.3)
rack (>= 1.0)
rake (10.4.2)
rb-fsevent (0.9.7)
rb-inotify (0.9.5)
ffi (>= 0.5.0)
redis (3.2.2)
rerun (0.11.0)
listen (~> 3.0)
ruby-saml (1.0.0)
nokogiri (>= 1.5.10)
uuid (~> 2.3)
ruby-saml-idp (0.3.2)
uuid
ruby2_keywords (0.0.2)
sequel (4.29.0)
sequel_pg (1.6.13)
pg (>= 0.8.0)
sequel (>= 3.39.0)
shoulda (3.5.0)
shoulda-context (~> 1.0, >= 1.0.1)
shoulda-matchers (>= 1.4.1, < 3.0)
shoulda-context (1.2.1)
shoulda-matchers (2.8.0)
activesupport (>= 3.0.0)
sinatra (2.0.8.1)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.8.1)
tilt (~> 2.0)
sinatra-contrib (2.0.8.1)
backports (>= 2.8.2)
multi_json
mustermann (~> 1.0)
rack-protection (= 2.0.8.1)
sinatra (= 2.0.8.1)
tilt (~> 2.0)
systemu (2.6.5)
test-unit (3.1.5)
power_assert
thread_safe (0.3.5)
tilt (2.0.10)
typhoeus (1.1.0)
ethon (>= 0.9.0)
tzinfo (1.2.2)
thread_safe (~> 0.1)
uuid (2.3.8)
macaddr (~> 1.0)
PLATFORMS
ruby
DEPENDENCIES
bcrypt
colorize
erubis
faraday
jwt
minitest (~> 5.2.0)
mocha
omniauth-saml
pg
pony
puma (= 2.15.3)
rack (= 2.1.0)
rack-mobile-detect
rack-test
rake
redis
rerun
ruby-saml
ruby-saml-idp
sequel
sequel_pg
shoulda
sinatra (= 2.0.8.1)
sinatra-contrib (= 2.0.8.1)
test-unit
typhoeus
BUNDLED WITH
1.17.3
New Gemfile.lock:
GEM
remote: https://rubygems.org/
specs:
activesupport (6.1.3.2)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
bcrypt (3.1.16)
colorize (0.8.1)
concurrent-ruby (1.1.8)
erubis (2.7.0)
ethon (0.14.0)
ffi (>= 1.15.0)
faraday (1.4.1)
faraday-excon (~> 1.1)
faraday-net_http (~> 1.0)
faraday-net_http_persistent (~> 1.1)
multipart-post (>= 1.2, < 3)
ruby2_keywords (>= 0.0.4)
faraday-excon (1.1.0)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.1.0)
ffi (1.15.0)
hashie (4.1.0)
i18n (1.8.10)
concurrent-ruby (~> 1.0)
jwt (2.2.3)
listen (3.5.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mail (2.7.1)
mini_mime (>= 0.1.1)
mini_mime (1.1.0)
mini_portile2 (2.5.1)
minitest (5.14.4)
mocha (1.12.0)
multi_json (1.15.0)
multipart-post (2.1.1)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
newrelic_rpm (7.0.0)
nio4r (2.5.7)
nokogiri (1.11.5)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
omniauth (2.0.4)
hashie (>= 3.4.6)
rack (>= 1.6.2, < 3)
rack-protection
omniauth-saml (2.0.0)
omniauth (~> 2.0)
ruby-saml (~> 1.9)
pg (1.2.3)
pony (1.13.1)
mail (>= 2.0)
power_assert (2.0.0)
puma (5.3.2)
nio4r (~> 2.0)
racc (1.5.2)
rack (2.2.3)
rack-mobile-detect (0.4.0)
rack
rack-protection (2.1.0)
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
rake (13.0.3)
rb-fsevent (0.11.0)
rb-inotify (0.10.1)
ffi (~> 1.0)
redis (4.2.5)
rerun (0.13.1)
listen (~> 3.0)
rexml (3.2.5)
ruby-saml (1.12.2)
nokogiri (>= 1.10.5)
rexml
ruby-saml-idp (0.3.5)
ruby2_keywords (0.0.4)
sequel (5.44.0)
sequel_pg (1.14.0)
pg (>= 0.18.0, != 1.2.0)
sequel (>= 4.38.0)
shoulda (4.0.0)
shoulda-context (~> 2.0)
shoulda-matchers (~> 4.0)
shoulda-context (2.0.0)
shoulda-matchers (4.5.1)
activesupport (>= 4.2.0)
sinatra (2.1.0)
mustermann (~> 1.0)
rack (~> 2.2)
rack-protection (= 2.1.0)
tilt (~> 2.0)
sinatra-contrib (2.1.0)
multi_json
mustermann (~> 1.0)
rack-protection (= 2.1.0)
sinatra (= 2.1.0)
tilt (~> 2.0)
test-unit (3.4.1)
power_assert
tilt (2.0.10)
typhoeus (1.4.0)
ethon (>= 0.9.0)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
zeitwerk (2.4.2)
PLATFORMS
ruby
DEPENDENCIES
bcrypt
colorize
erubis
faraday
jwt
minitest
mocha
newrelic_rpm
omniauth-saml
pg
pony
puma
rack
rack-mobile-detect
rack-test
rake
redis
rerun
ruby-saml
ruby-saml-idp
sequel
sequel_pg
shoulda
sinatra
sinatra-contrib
test-unit
typhoeus
BUNDLED WITH
2.1.4
Well good for me, dug down one other thread with several links and eventually found some information that, at some point, the Rails core extensions were modularized. Now these can require explicit importing (require keyword, sorry if my Ruby lingo is off) thus adding
require "active_support"
require "active_support/core_ext/object"
Seems to have fixed my issue. Of course if anyone who knows this stuff well looks at this post and sees that I'm doing something really boneheaded (more than likely) please correct me and show me the light. Thanks for reading!
Hi I am trying to install react_on_rails in an existing project. I add
gem 'react_on_rails'
to my gem file and run bundle install. I get this error message:
So I run bundle update and get this:
Updating ruby is a last resort at this point, is there any other way I can make the gems work together? I installed react-on-rails in a blank rails project using the same version of ruby I am using now (2.1.6) and it worked fin. Here is my Gemfile.lock
GEM
remote: https://rubygems.org/
specs:
CFPropertyList (2.3.2)
aasm (3.2.0)
actionmailer (4.1.9)
actionpack (= 4.1.9)
actionview (= 4.1.9)
mail (~> 2.5, >= 2.5.4)
actionpack (4.1.9)
actionview (= 4.1.9)
activesupport (= 4.1.9)
rack (~> 1.5.2)
rack-test (~> 0.6.2)
actionview (4.1.9)
activesupport (= 4.1.9)
builder (~> 3.1)
erubis (~> 2.7.0)
active_model_serializers (0.8.1)
activemodel (>= 3.0)
activemodel (4.1.9)
activesupport (= 4.1.9)
builder (~> 3.1)
activerecord (4.1.9)
activemodel (= 4.1.9)
activesupport (= 4.1.9)
arel (~> 5.0.0)
activesupport (4.1.9)
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)
annotate (2.6.3)
activerecord (>= 2.3.0)
rake (>= 0.8.7)
arel (5.0.1.20140414130214)
aws-sdk (2.6.5)
aws-sdk-resources (= 2.6.5)
aws-sdk-core (2.6.5)
jmespath (~> 1.0)
aws-sdk-rails (1.0.1)
aws-sdk-resources (~> 2)
railties (>= 3)
aws-sdk-resources (2.6.5)
aws-sdk-core (= 2.6.5)
bcrypt (3.1.7)
better_errors (1.1.0)
coderay (>= 1.0.0)
erubis (>= 2.6.6)
binding_of_caller (0.7.2)
debug_inspector (>= 0.0.1)
bourbon (3.2.3)
sass (~> 3.2)
thor
builder (3.2.2)
byebug (4.0.5)
columnize (= 0.9.0)
capistrano (3.0.1)
i18n
rake (>= 10.0.0)
sshkit (>= 0.0.23)
capistrano-bundler (1.0.0)
capistrano (>= 3.0.0.pre)
capistrano-rails (1.1.0)
capistrano (>= 3.0.0)
capistrano-bundler (>= 1.0.0)
carrierwave (0.10.0)
activemodel (>= 3.2.0)
activesupport (>= 3.2.0)
json (>= 1.7)
mime-types (>= 1.16)
celluloid (0.15.2)
timers (~> 1.1.0)
chartkick (1.5.2)
choice (0.1.6)
chronic (0.10.2)
coderay (1.1.0)
coffee-rails (4.0.1)
coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.0)
coffee-script (2.2.0)
coffee-script-source
execjs
coffee-script-source (1.7.0)
cohort_me (0.0.3)
columnize (0.9.0)
crack (0.4.2)
safe_yaml (~> 1.0.0)
daemons (1.1.9)
database_cleaner (1.3.0)
debug_inspector (0.0.2)
deep_cloneable (2.2.2)
activerecord (>= 3.1.0, < 5.2.0)
devise (3.2.4)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 3.2.6, < 5)
thread_safe (~> 0.1)
warden (~> 1.2.3)
diff-lcs (1.3)
docile (1.1.3)
dotenv (0.7.0)
em-websocket (0.5.1)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
email_validator (1.4.0)
activemodel
erubis (2.7.0)
eventmachine (1.0.3)
excon (0.45.4)
execjs (2.1.0)
factory_girl (4.4.0)
activesupport (>= 3.0.0)
factory_girl_rails (4.4.1)
factory_girl (~> 4.4.0)
railties (>= 3.0.0)
faker (1.2.0)
i18n (~> 0.5)
faraday (0.9.0)
multipart-post (>= 1.2, < 3)
fast_stack (0.1.0)
rake
rake-compiler
ffi (1.9.3)
fission (0.5.0)
CFPropertyList (~> 2.2)
flamegraph (0.1.0)
fast_stack
flutie (2.0.0)
fog (1.37.0)
fog-aliyun (>= 0.1.0)
fog-atmos
fog-aws (>= 0.6.0)
fog-brightbox (~> 0.4)
fog-core (~> 1.32)
fog-dynect (~> 0.0.2)
fog-ecloud (~> 0.1)
fog-google (<= 0.1.0)
fog-json
fog-local
fog-powerdns (>= 0.1.1)
fog-profitbricks
fog-radosgw (>= 0.0.2)
fog-riakcs
fog-sakuracloud (>= 0.0.4)
fog-serverlove
fog-softlayer
fog-storm_on_demand
fog-terremark
fog-vmfusion
fog-voxel
fog-vsphere (>= 0.4.0)
fog-xenserver
fog-xml (~> 0.1.1)
ipaddress (~> 0.5)
fog-aliyun (0.1.0)
fog-core (~> 1.27)
fog-json (~> 1.0)
ipaddress (~> 0.8)
xml-simple (~> 1.1)
fog-atmos (0.1.0)
fog-core
fog-xml
fog-aws (0.7.6)
fog-core (~> 1.27)
fog-json (~> 1.0)
fog-xml (~> 0.1)
ipaddress (~> 0.8)
fog-brightbox (0.10.1)
fog-core (~> 1.22)
fog-json
inflecto (~> 0.0.2)
fog-core (1.35.0)
builder
excon (~> 0.45)
formatador (~> 0.2)
fog-dynect (0.0.2)
fog-core
fog-json
fog-xml
fog-ecloud (0.3.0)
fog-core
fog-xml
fog-google (0.1.0)
fog-core
fog-json
fog-xml
fog-json (1.0.2)
fog-core (~> 1.0)
multi_json (~> 1.10)
fog-local (0.2.1)
fog-core (~> 1.27)
fog-powerdns (0.1.1)
fog-core (~> 1.27)
fog-json (~> 1.0)
fog-xml (~> 0.1)
fog-profitbricks (0.0.5)
fog-core
fog-xml
nokogiri
fog-radosgw (0.0.4)
fog-core (>= 1.21.0)
fog-json
fog-xml (>= 0.0.1)
fog-riakcs (0.1.0)
fog-core
fog-json
fog-xml
fog-sakuracloud (1.7.3)
fog-core
fog-json
fog-serverlove (0.1.2)
fog-core
fog-json
fog-softlayer (1.0.2)
fog-core
fog-json
fog-storm_on_demand (0.1.1)
fog-core
fog-json
fog-terremark (0.1.0)
fog-core
fog-xml
fog-vmfusion (0.1.0)
fission
fog-core
fog-voxel (0.1.0)
fog-core
fog-xml
fog-vsphere (0.4.0)
fog-core
rbvmomi (~> 1.8)
fog-xenserver (0.2.2)
fog-core
fog-xml
fog-xml (0.1.2)
fog-core
nokogiri (~> 1.5, >= 1.5.11)
font-awesome-rails (4.6.1.0)
railties (>= 3.2, < 5.1)
foreman (0.66.0)
dotenv (~> 0.7.0)
thor (~> 0.19.1)
formatador (0.2.5)
foundation-rails (5.4.5.0)
railties (>= 3.1.0)
sass (>= 3.2.0)
foundation-wysihtml5-rails (1.0.0)
railties (>= 3.0)
fullcalendar-rails (2.0.2.0)
geokit (1.10.0)
geokit-rails (2.2.0)
geokit (~> 1.5)
rails (>= 3.0)
gmaps4rails (2.1.2)
groupdate (2.5.3)
activesupport (>= 3)
guard (2.6.1)
formatador (>= 0.2.4)
listen (~> 2.7)
lumberjack (~> 1.0)
pry (>= 0.9.12)
thor (>= 0.18.1)
guard-livereload (2.2.0)
em-websocket (~> 0.5)
guard (~> 2.0)
multi_json (~> 1.8)
haml (4.0.5)
tilt
haml-rails (0.5.3)
actionpack (>= 4.0.1)
activesupport (>= 4.0.1)
haml (>= 3.1, < 5.0)
railties (>= 4.0.1)
hashie (3.2.0)
hike (1.2.3)
http_parser.rb (0.6.0)
httparty (0.13.1)
json (~> 1.8)
multi_xml (>= 0.5.2)
hubspot-ruby (0.2.1)
activesupport (>= 3.0.0)
httparty (>= 0.10.0)
i18n (0.7.0)
icalendar (2.2.0)
inflecto (0.0.2)
infusionsoft (1.1.8)
ipaddress (0.8.0)
jbuilder (2.2.6)
activesupport (>= 3.0.0, < 5)
multi_json (~> 1.2)
jmespath (1.3.1)
jquery-cookie-rails (1.3.1.1)
railties (>= 3.2.0, < 5.0)
jquery-rails (3.1.0)
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
json (1.8.2)
jwt (1.0.0)
kaminari (0.15.1)
actionpack (>= 3.0.0)
activesupport (>= 3.0.0)
kgio (2.9.2)
launchy (2.4.2)
addressable (~> 2.3)
listen (2.7.5)
celluloid (>= 0.15.2)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
lumberjack (1.0.6)
mail (2.6.3)
mime-types (>= 1.16, < 3)
mandrill-api (1.0.53)
excon (>= 0.16.0, < 1.0)
json (>= 1.7.7, < 2.0)
method_source (0.8.2)
mime-types (1.25.1)
mini_portile2 (2.0.0)
minitest (5.5.1)
momentjs-rails (2.8.3)
railties (>= 3.1)
multi_json (1.11.2)
multi_xml (0.5.5)
multipart-post (2.0.0)
net-scp (1.2.1)
net-ssh (>= 2.6.5)
net-ssh (3.0.1)
newrelic_rpm (3.14.2.312)
nokogiri (1.6.7.1)
mini_portile2 (~> 2.0.0.rc2)
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)
orm_adapter (0.5.0)
paper_trail (4.0.0.beta2)
activerecord (>= 3.0, < 6.0)
activesupport (>= 3.0, < 6.0)
pdf-core (0.7.0)
pg (0.17.1)
prawn (2.2.2)
pdf-core (~> 0.7.0)
ttfunk (~> 1.5)
prawn-table (0.2.2)
prawn (>= 1.3.0, < 3.0.0)
pry (0.9.12.6)
coderay (~> 1.0)
method_source (~> 0.8)
slop (~> 3.4)
pry-remote (0.1.8)
pry (~> 0.9)
slop (~> 3.0)
quiet_assets (1.0.2)
railties (>= 3.1, < 5.0)
rack (1.5.2)
rack-attack (5.0.1)
rack
rack-cors (0.4.1)
rack-test (0.6.3)
rack (>= 1.0)
rack-timeout (0.0.4)
rails (4.1.9)
actionmailer (= 4.1.9)
actionpack (= 4.1.9)
actionview (= 4.1.9)
activemodel (= 4.1.9)
activerecord (= 4.1.9)
activesupport (= 4.1.9)
bundler (>= 1.3.0, < 2.0)
railties (= 4.1.9)
sprockets-rails (~> 2.0)
rails-erd (1.1.0)
activerecord (>= 3.0)
activesupport (>= 3.0)
choice (~> 0.1.6)
ruby-graphviz (~> 1.0.4)
railties (4.1.9)
actionpack (= 4.1.9)
activesupport (= 4.1.9)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
raindrops (0.13.0)
rake (10.4.2)
rake-compiler (0.9.5)
rake
rb-fsevent (0.9.4)
rb-inotify (0.9.4)
ffi (>= 0.5.0)
rbvmomi (1.8.2)
builder
nokogiri (>= 1.4.1)
trollop
recipient_interceptor (0.1.2)
mail
redcarpet (3.1.2)
render_csv (2.0.0)
rails (>= 3.0)
rest-client (1.6.7)
mime-types (>= 1.16)
ri_cal (0.8.8)
rmagick (2.13.4)
rspec-core (3.5.4)
rspec-support (~> 3.5.0)
rspec-expectations (3.5.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.5.0)
rspec-mocks (3.5.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.5.0)
rspec-rails (3.5.2)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
rspec-core (~> 3.5.0)
rspec-expectations (~> 3.5.0)
rspec-mocks (~> 3.5.0)
rspec-support (~> 3.5.0)
rspec-support (3.5.0)
ruby-graphviz (1.0.9)
safe_yaml (1.0.3)
sass (3.4.12)
sass-rails (5.0.1)
railties (>= 4.0.0, < 5.0)
sass (~> 3.1)
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (~> 1.1)
seed_dump (3.2.1)
activerecord (~> 4)
activesupport (~> 4)
shoulda-matchers (2.6.1)
activesupport (>= 3.0.0)
simplecov (0.8.2)
docile (~> 1.1.0)
multi_json
simplecov-html (~> 0.8.0)
simplecov-html (0.8.0)
slack-notifier (2.1.0)
slop (3.5.0)
smarty_streets (0.0.6)
httparty (~> 0.11)
sprockets (2.12.3)
hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sprockets-rails (2.2.4)
actionpack (>= 3.0)
activesupport (>= 3.0)
sprockets (>= 2.8, < 4.0)
sshkit (1.1.0)
net-scp
net-ssh
term-ansicolor
stripe (1.9.9)
mime-types (~> 1.25)
multi_json (>= 1.0.4, < 2)
rest-client (~> 1.4)
term-ansicolor (1.3.0)
tins (~> 1.0)
thin (1.6.2)
daemons (>= 1.0.9)
eventmachine (>= 1.0.0)
rack (>= 1.0.0)
thor (0.19.1)
thread_safe (0.3.4)
tilt (1.4.1)
timecop (0.7.1)
timers (1.1.0)
tins (1.5.1)
trollop (2.1.2)
ttfunk (1.5.0)
twilio-ruby (3.11.5)
builder (>= 2.1.2)
jwt (>= 0.1.2)
multi_json (>= 1.3.0)
tzinfo (1.2.2)
thread_safe (~> 0.1)
uglifier (2.5.0)
execjs (>= 0.3.0)
json (>= 1.8.0)
underscore-rails (1.8.3)
unicorn (4.8.3)
kgio (~> 2.6)
rack
raindrops (~> 0.7)
unicorn-rails (2.1.1)
rack
unicorn
warden (1.2.3)
rack (>= 1.0)
web-console (2.2.1)
activemodel (>= 4.0)
binding_of_caller (>= 0.7.2)
railties (>= 4.0)
sprockets-rails (>= 2.0, < 4.0)
webmock (1.18.0)
addressable (>= 2.3.6)
crack (>= 0.3.2)
whenever (0.9.4)
chronic (>= 0.6.3)
xml-simple (1.1.5)
PLATFORMS
ruby
DEPENDENCIES
aasm (~> 3.2.0)
active_model_serializers (~> 0.8.1)
annotate
aws-sdk
aws-sdk-rails
better_errors
binding_of_caller
bourbon
byebug
capistrano
capistrano-rails
carrierwave
chartkick
chronic
coffee-rails
cohort_me
database_cleaner
deep_cloneable (~> 2.2.2)
devise
email_validator
factory_girl_rails
faker
flamegraph
flutie
fog
font-awesome-rails
foreman
foundation-rails (= 5.4.5.0)
foundation-wysihtml5-rails
fullcalendar-rails
geokit
geokit-rails
gmaps4rails
groupdate
guard-livereload
haml-rails
httparty (~> 0.13.1)
hubspot-ruby
icalendar
infusionsoft
jbuilder
jquery-cookie-rails
jquery-rails
kaminari (~> 0.15.1)
launchy
mandrill-api
momentjs-rails
newrelic_rpm
omniauth-facebook
paper_trail (~> 4.0.0.beta)
pg
prawn
prawn-table
pry
pry-remote
quiet_assets
rack-attack
rack-cors
rack-timeout
rails (>= 4.0.0)
rails-erd
recipient_interceptor
redcarpet
render_csv
rest-client
ri_cal
rmagick
rspec-rails (~> 3.5)
sass-rails
seed_dump
shoulda-matchers
simplecov
slack-notifier
smarty_streets
stripe
thin
timecop
twilio-ruby (~> 3.11.5)
uglifier
underscore-rails
unicorn-rails
web-console (~> 2.0)
webmock
whenever
BUNDLED WITH
1.14.6
Sometimes the gems get downloaded to the wrong path.
Add this path, so rbenv loads before the system ruby
export PATH="$HOME/.rbenv/bin:$PATH"
Environment
jruby 9.0.5.0 (2.2.3) 2016-01-26 7bee00d Java HotSpot(TM) 64-Bit Server VM 25.72-b15 on 1.8.0_72-b15 +jit [darwin-x86_64]
Rails 3.2.13
rack-1.4.7
Issue
I'm using jruby and it seem that every post request my server makes get a gzip response back. It used to work fine; I made a few gem update there and there and now the issue seem to be across the entire app.
Related Issue
In this related issue I tried to solve it with a monkey patch but it seem that the issue is deeper than it looks.
https://github.com/zquestz/omniauth-google-oauth2/issues/229
How Can I Force My app to Decompress All GZip responses automatically?
I tried to use Rack::Deflater middleware with no luck.
I'm thinking of creating a monkey patch for ActionDispatch.
Any suggestions?
Gemfile.lock
GIT
remote: git://github.com/aaronvegh/phone.git
revision: 4c92d7ee2eef67ab9eef0700907d0af9b51e0173
specs:
phone (0.9.9.3)
GIT
remote: git://github.com/devbbq/browser.git
revision: 5e36c9ac3ebfcd252d53f378dac8a1327e5e0242
specs:
browser (0.1.6)
GIT
remote: git://github.com/kml/quartz-jruby.git
revision: c63bfafaad2b7fd159abffbb84abdd3ad833154f
specs:
quartz-jruby (0.2.2)
GIT
remote: git#github.com:devbbq/restforce.git
revision: aa77cb06ddd0c67cc2843b341e0286a6844b733c
branch: feature/gemspec-upgrade
specs:
restforce (1.4.3)
faraday (~> 0.9.0)
faraday_middleware (>= 0.8.8)
hashie (~> 3.2.0)
json (>= 1.7.5, < 1.9.0)
GIT
remote: https://github.com/aaronvegh/max_mind.git
revision: 07753b9e492954aaea19d4975a1581d599fd8ee4
specs:
max_mind (1.0.0)
GIT
remote: https://github.com/stripe/stripe-ruby
revision: 24632af95aaa46f0a35b7cf939332bd49ee1eb36
specs:
stripe (1.36.0)
rest-client (~> 1.4)
GEM
remote: http://rubygems.org/
specs:
ParseUserAgent (0.1.0)
actionmailer (3.2.13)
actionpack (= 3.2.13)
mail (~> 2.5.3)
actionpack (3.2.13)
activemodel (= 3.2.13)
activesupport (= 3.2.13)
builder (~> 3.0.0)
erubis (~> 2.7.0)
journey (~> 1.0.4)
rack (~> 1.4.5)
rack-cache (~> 1.2)
rack-test (~> 0.6.1)
sprockets (~> 2.2.1)
active_record_query_trace (1.5.3)
activemodel (3.2.13)
activesupport (= 3.2.13)
builder (~> 3.0.0)
activerecord (3.2.13)
activemodel (= 3.2.13)
activesupport (= 3.2.13)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activerecord-jdbc-adapter (1.2.9.1)
activerecord-jdbcmysql-adapter (1.2.9)
activerecord-jdbc-adapter (~> 1.2.9)
jdbc-mysql (~> 5.1.0)
activeresource (3.2.13)
activemodel (= 3.2.13)
activesupport (= 3.2.13)
activesupport (3.2.13)
i18n (= 0.6.1)
multi_json (~> 1.0)
addressable (2.4.0)
ansi (1.5.0)
arel (3.0.3)
authlogic (3.4.6)
activerecord (>= 3.2)
activesupport (>= 3.2)
request_store (~> 1.0)
scrypt (>= 1.2, < 3.0)
awesome_print (1.6.1)
bcrypt (3.1.11-java)
builder (3.0.4)
bullet (5.0.0)
activesupport (>= 3.0.0)
uniform_notifier (~> 1.9.0)
callsite (0.0.11)
capistrano (2.15.7)
highline
net-scp (>= 1.0.0)
net-sftp (>= 2.0.0)
net-ssh (>= 2.0.14)
net-ssh-gateway (>= 1.1.0)
capybara (2.2.1)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
celluloid (0.17.3)
celluloid-essentials
celluloid-extras
celluloid-fsm
celluloid-pool
celluloid-supervision
timers (>= 4.1.1)
celluloid-essentials (0.20.5)
timers (>= 4.1.1)
celluloid-extras (0.20.5)
timers (>= 4.1.1)
celluloid-fsm (0.20.5)
timers (>= 4.1.1)
celluloid-pool (0.20.5)
timers (>= 4.1.1)
celluloid-supervision (0.20.5)
timers (>= 4.1.1)
chronic (0.10.2)
class_logger (1.1)
climate_control (0.0.3)
activesupport (>= 3.0)
cocaine (0.5.8)
climate_control (>= 0.0.3, < 1.0)
coderay (1.1.1)
coffee-rails (3.2.2)
coffee-script (>= 2.2.0)
railties (~> 3.2.0)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.10.0)
colorize (0.7.7)
columnize (0.9.0)
concurrent-ruby (1.0.1-java)
connection_pool (2.2.0)
cookiejar (0.3.0)
countries (1.2.5)
currencies (~> 0.4.2)
i18n_data (~> 0.7.0)
currencies (0.4.2)
daemons (1.2.3)
database_cleaner (1.5.1)
databasedotcom (1.3.3)
activesupport
json
multipart-post (~> 2.0.0)
databasedotcom-oauth2 (0.2.1)
addressable
databasedotcom
gibberish
hashie
oauth2
databasedotcom-rails (1.1.0)
databasedotcom
delayed_job (4.1.1)
activesupport (>= 3.0, < 5.0)
delayed_job_active_record (4.1.0)
activerecord (>= 3.0, < 5)
delayed_job (>= 3.0, < 5)
devise (3.2.4)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 3.2.6, < 5)
thread_safe (~> 0.1)
warden (~> 1.2.3)
diff-lcs (1.2.5)
doorkeeper (1.3.1)
railties (>= 3.1)
dotenv (2.0.2)
em-http-request (1.1.3)
addressable (>= 2.3.4)
cookiejar (<= 0.3.0)
em-socksify (>= 0.3)
eventmachine (>= 1.0.3)
http_parser.rb (>= 0.6.0)
em-socksify (0.3.1)
eventmachine (>= 1.0.0.beta.4)
engineyard (3.2.1)
engineyard-cloud-client (~> 2.1)
engineyard-serverside-adapter (~> 2.2)
escape (~> 0.0.4)
highline (~> 1.6.1)
launchy (~> 2.1)
net-ssh (~> 2.7)
engineyard-cloud-client (2.1.0)
multi_json (~> 1.6)
rest-client (~> 1.6.1)
engineyard-serverside-adapter (2.4.0)
escape (~> 0.0.4)
multi_json (~> 1.6)
erubis (2.7.0)
escape (0.0.4)
eventmachine (1.0.9.1-java)
exception_notification_rails3 (1.2.0)
execjs (2.6.0)
factory_girl (4.5.0)
activesupport (>= 3.0.0)
factory_girl_rails (4.6.0)
factory_girl (~> 4.5.0)
railties (>= 3.0.0)
faraday (0.9.2)
multipart-post (>= 1.2, < 3)
faraday_middleware (0.10.0)
faraday (>= 0.7.4, < 0.10)
fastercsv (1.5.5)
faye (1.0.3)
cookiejar (>= 0.3.0)
em-http-request (>= 0.3.0)
eventmachine (>= 0.12.0)
faye-websocket (>= 0.7.0)
multi_json (>= 1.0.0)
rack (>= 1.0.0)
websocket-driver (>= 0.3.0)
faye-websocket (0.10.3)
eventmachine (>= 0.12.0)
websocket-driver (>= 0.5.1)
ffi (1.9.10-java)
ffi-compiler (0.1.3)
ffi (>= 1.0.0)
rake
font-awesome-rails (4.5.0.1)
railties (>= 3.2, < 5.1)
geoip (1.6.1)
gibberish (2.0.0)
git-version-bump (0.15.1)
globalize (3.1.0)
activemodel (>= 3.1.0, < 4.0.0)
activerecord (>= 3.1.0, < 4.0.0)
google-api-client (0.9)
activesupport (>= 3.2)
addressable (~> 2.3)
googleauth (~> 0.5)
httpclient (~> 2.7)
hurley (~> 0.1)
memoist (~> 0.11)
mime-types (>= 1.6)
multi_json (~> 1.11)
representable (~> 2.3.0)
retriable (~> 2.0)
thor (~> 0.19)
google-qr (0.2.2)
google_url_shortener (1.0.0)
json (>= 1.4.6)
rest-client (>= 1.6.7)
trollop (= 1.16.2)
googleauth (0.5.1)
faraday (~> 0.9)
jwt (~> 1.4)
logging (~> 2.0)
memoist (~> 0.12)
multi_json (~> 1.11)
os (~> 0.9)
signet (~> 0.7)
hashie (3.2.0)
highline (1.6.21)
hike (1.2.3)
hitimes (1.2.3-java)
http_parser.rb (0.6.0-java)
httparty (0.11.0)
multi_json (~> 1.0)
multi_xml (>= 0.5.2)
httpclient (2.7.1)
hurley (0.2)
i18n (0.6.1)
i18n_data (0.7.0)
jdbc-mysql (5.1.38)
journey (1.0.4)
jquery-rails (3.1.4)
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
jruby-jars (1.7.12)
jruby-lint (0.4.1)
jruby-openssl
nokogiri (>= 1.5.0.beta.4)
term-ansicolor
jruby-openssl (0.9.15-java)
jruby-rack (1.1.20)
jruby-rack-worker (0.10.1)
jruby-rack (~> 1.1.10)
json (1.8.3-java)
jwt (1.5.1)
km (1.1.3)
kramdown (1.10.0)
launchy (2.4.3-java)
addressable (~> 2.3)
spoon (~> 0.0.1)
linecache (1.3.1-java)
little-plugger (1.1.4)
log4jruby (1.0.0-java)
logging (2.0.0)
little-plugger (~> 1.1)
multi_json (~> 1.10)
mail (2.5.4)
mime-types (~> 1.16)
treetop (~> 1.4.8)
memoist (0.14.0)
meta_request (0.4.0)
callsite (~> 0.0, >= 0.0.11)
rack-contrib (~> 1.1)
railties (>= 3.0.0, < 5.1.0)
method_source (0.8.2)
mime-types (1.25.1)
mini_exiftool (2.5.1)
mini_exiftool_vendored (9.2.7.v1)
mini_exiftool (>= 1.6.0)
minitest (4.7.5)
multi_json (1.11.2)
multi_xml (0.5.5)
multipart-post (2.0.0)
mush (0.3.0)
httparty (>= 0.6.1)
net-scp (1.2.1)
net-ssh (>= 2.6.5)
net-sftp (2.1.2)
net-ssh (>= 2.6.5)
net-ssh (2.9.4)
net-ssh-gateway (1.2.0)
net-ssh (>= 2.6.5)
newrelic_rpm (3.15.0.314)
nokogiri (1.6.7.2-java)
oauth (0.5.1)
oauth2 (1.1.0)
faraday (>= 0.8, < 0.10)
jwt (~> 1.0, < 1.5.2)
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
omniauth (1.3.1)
hashie (>= 1.2, < 4)
rack (>= 1.0, < 3)
omniauth-google-oauth2 (0.3.1)
jwt (~> 1.0)
multi_json (~> 1.3)
omniauth (>= 1.1.1)
omniauth-oauth2 (>= 1.3.1)
omniauth-oauth2 (1.4.0)
oauth2 (~> 1.0)
omniauth (~> 1.2)
orm_adapter (0.5.0)
os (0.9.6)
paperclip (3.5.4)
activemodel (>= 3.0.0)
activesupport (>= 3.0.0)
cocaine (~> 0.5.3)
mime-types
pdfkit (0.8.2)
polyglot (0.3.5)
power_assert (0.2.7)
pry (0.9.12.6-java)
coderay (~> 1.0)
method_source (~> 0.8)
slop (~> 3.4)
spoon (~> 0.0)
pry-rails (0.3.4)
pry (>= 0.9.10)
pry_debug (0.1.0)
pry (~> 0.9.0)
puma (3.0.2-java)
rack (1.4.7)
rack-cache (1.6.1)
rack (>= 0.4)
rack-contrib (1.4.0)
git-version-bump (~> 0.15)
rack (~> 1.4)
rack-ssl (1.3.4)
rack
rack-test (0.6.3)
rack (>= 1.0)
rails (3.2.13)
actionmailer (= 3.2.13)
actionpack (= 3.2.13)
activerecord (= 3.2.13)
activeresource (= 3.2.13)
activesupport (= 3.2.13)
bundler (~> 1.0)
railties (= 3.2.13)
rails-footnotes (4.1.8)
rails (>= 3.2)
rails_12factor (0.0.3)
rails_serve_static_assets
rails_stdout_logging
rails_serve_static_assets (0.0.5)
rails_stdout_logging (0.0.4)
railties (3.2.13)
actionpack (= 3.2.13)
activesupport (= 3.2.13)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (>= 0.14.6, < 2.0)
rake (11.0.1)
rdoc (3.12.2)
json (~> 1.4)
redis (3.2.2)
remotipart (1.2.1)
representable (2.3.0)
uber (~> 0.0.7)
request_store (1.3.0)
rest-client (1.6.9)
mime-types (~> 1.16)
retriable (2.1.0)
rollbar (2.8.2)
multi_json
rspec-core (3.0.4)
rspec-support (~> 3.0.0)
rspec-expectations (3.0.4)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.0.0)
rspec-mocks (3.0.4)
rspec-support (~> 3.0.0)
rspec-rails (3.0.2)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
rspec-core (~> 3.0.0)
rspec-expectations (~> 3.0.0)
rspec-mocks (~> 3.0.0)
rspec-support (~> 3.0.0)
rspec-support (3.0.4)
ruby-debug (0.10.6)
columnize (>= 0.1)
linecache (~> 1.3.1)
ruby-debug-base (~> 0.10.6.0)
ruby-debug-base (0.10.6-java)
rubyzip (0.9.9)
rvm-capistrano (1.5.6)
capistrano (~> 2.15.4)
sass (3.4.21)
sass-rails (3.2.6)
railties (~> 3.2.0)
sass (>= 3.1.10)
tilt (~> 1.3)
scrypt (2.1.1)
ffi-compiler (>= 0.0.2)
rake
sidekiq (4.1.0)
concurrent-ruby (~> 1.0)
connection_pool (~> 2.2, >= 2.2.0)
redis (~> 3.2, >= 3.2.1)
signet (0.7.2)
addressable (~> 2.3)
faraday (~> 0.9)
jwt (~> 1.5)
multi_json (~> 1.10)
slop (3.6.0)
smarter_csv (1.0.19)
spoon (0.0.4)
ffi
sprockets (2.2.3)
hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sucker_punch (1.6.0)
celluloid (~> 0.17.2)
term-ansicolor (1.3.2)
tins (~> 1.0)
test-unit (3.1.7)
power_assert
therubyrhino (2.0.4)
therubyrhino_jar (>= 1.7.3)
therubyrhino_jar (1.7.6)
thor (0.19.1)
thread_safe (0.3.5-java)
tilt (1.4.1)
timecop (0.8.0)
timers (4.1.1)
hitimes
tins (1.8.2)
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
trinidad (1.4.6)
jruby-rack (~> 1.1.13)
trinidad_jars (>= 1.3.0, < 1.5.0)
trinidad_diagnostics_extension (0.1.0)
jruby-lint (>= 0.3.0)
trinidad
trinidad_jars (1.4.2)
trollop (1.16.2)
turn (0.9.7)
ansi
minitest (~> 4)
tzinfo (0.3.46)
uber (0.0.15)
uglifier (2.7.2)
execjs (>= 0.3.0)
json (>= 1.8.0)
uniform_notifier (1.9.0)
url_safe_base64 (0.2.2)
useragent (0.16.5)
uuidtools (2.1.5)
validates_email_format_of (1.6.3)
i18n
vero (0.9.1)
json
rest-client
sucker_punch (~> 1.6.0)
warbler (1.4.9)
jruby-jars (>= 1.5.6, < 2.0)
jruby-rack (>= 1.1.1, < 1.3)
rake (>= 0.9.6)
rubyzip (>= 0.9, < 1.2)
warden (1.2.6)
rack (>= 1.0)
websocket-driver (0.6.3-java)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.2)
whenever (0.9.4)
chronic (>= 0.6.3)
whois (3.6.5)
activesupport (>= 3)
will_paginate (3.1.0)
will_paginate-foundation (5.3.4)
will_paginate (>= 3.0.3)
xml-simple (1.1.5)
xpath (2.0.0)
nokogiri (~> 1.3)
yard (0.8.7.6)
PLATFORMS
java
DEPENDENCIES
ParseUserAgent
active_record_query_trace
activerecord-jdbc-adapter (~> 1.2.9)
activerecord-jdbcmysql-adapter (~> 1.2.9)
authlogic
awesome_print
better_errors
binding_of_caller
browser!
bullet
capistrano
capybara (~> 2.2.0)
class_logger
coffee-rails (~> 3.2.1)
colorize
countries
daemons
database_cleaner
databasedotcom
databasedotcom-oauth2
databasedotcom-rails
debugger
delayed_job_active_record
devise (= 3.2.4)
doorkeeper (= 1.3.1)
dotenv (~> 2.0.2)
engineyard
exception_notification_rails3
execjs
factory_girl_rails
fastercsv
faye (~> 1.0.1)
font-awesome-rails
geoip
globalize (~> 3.1.0)
google-api-client (= 0.9)
google-qr
google_url_shortener
httparty (~> 0.11.0)
jquery-rails
jruby-jars (>= 1.7.12)
jruby-lint
jruby-rack (>= 1.1.14)
jruby-rack-worker
json
km
kramdown
log4jruby
mail
max_mind!
meta_request
mini_exiftool_vendored
mush
mysql2
net-ssh
newrelic_rpm
nokogiri
oauth
oauth2
omniauth-google-oauth2
paperclip (~> 3.0)
pdfkit
phone!
pry
pry-rails
pry_debug
puma
quartz-jruby!
rack-test
rails (= 3.2.13)
rails-footnotes (>= 3.7.9)
rails_12factor
redcarpet
remotipart
rest-client (~> 1.6.7)
restforce!
rollbar (~> 2.8.0)
rspec-rails (~> 3.0.0)
ruby-debug
rubyzip (~> 0.9.9)
rvm-capistrano
sass-rails (~> 3.2.3)
sidekiq
smarter_csv (~> 1.0.19)
stripe!
test-unit
therubyracer
therubyrhino
thin
timecop
trinidad
trinidad_diagnostics_extension
turn
uglifier (>= 1.0.3)
unicode
url_safe_base64
useragent
uuidtools
validates_email_format_of
vero
warbler
whenever
whois
will_paginate (~> 3.0)
will_paginate-foundation
xml-simple
yard (~> 0.8.7.4)
BUNDLED WITH
1.11.2
I'm answering my own question because I found a fix.
Fix:
ruby 2.0 code doesn't do gzip decode until "#decode_content" set to true.
If ruby 1.9 and failed to work on upgrade to ruby 2.0, just include that code to your project.
module HTTPResponseDecodeContentOverride
def initialize(h,c,m)
super(h,c,m)
#decode_content = true
end
def body
res = super
if self['content-length']
self['content-length']= res.bytesize
end
res
end
end
module Net
class HTTPResponse
prepend HTTPResponseDecodeContentOverride
end
end
Found https://stackoverflow.com/a/20470115/834161
When I run bundle update on my rails app, I get this error:
ArgumentError at /
wrong number of arguments (2 for 1)
at
= stylesheet_link_tag "style", media: "all"
The error persists even when style.scss is blank.
I think updating one of the gems breaks the code, but I have no idea which gem it is.
application.html.haml:
%head
%title= content_for?(:title) ? yield(:title) : "SocialPost - Ship for Less"
= stylesheet_link_tag "style", media: "all"
= javascript_include_tag "application"
= csrf_meta_tags
diff of Gemfile.lock:
diff --git a/Gemfile.lock b/Gemfile.lock
index 1fe4528..1696aa8 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
## -7,7 +7,7 ## GIT
GIT
remote: https://github.com/jordanbrock/bootstrap-daterangepicker-rails.git
- revision: 91289922bfa61477af1a812f13541a12db5c8591
+ revision: c15e355432d0292dbce0dc9aca5ab79f12d333b6
specs:
bootstrap-daterangepicker-rails (0.0.8)
railties (>= 3.1)
## -39,12 +39,12 ## GEM
multi_json (~> 1.3)
thread_safe (~> 0.1)
tzinfo (~> 0.3.37)
- addressable (2.3.5)
- annotate (2.6.1)
+ addressable (2.3.6)
+ annotate (2.6.2)
activerecord (>= 2.3.0)
rake (>= 0.8.7)
arel (4.0.2)
- atomic (1.1.14)
+ atomic (1.1.16)
awesome_print (1.2.0)
bcrypt-ruby (3.0.1)
better_errors (1.1.0)
## -52,7 +52,7 ## GEM
erubis (>= 2.6.6)
binding_of_caller (0.7.2)
debug_inspector (>= 0.0.1)
- bootstrap-sass (3.1.0.2)
+ bootstrap-sass (3.1.1.0)
sass (~> 3.2)
builder (3.1.4)
capistrano (2.15.5)
## -67,9 +67,9 ## GEM
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
- childprocess (0.4.0)
+ childprocess (0.5.2)
ffi (~> 1.0, >= 1.0.11)
- chunky_png (1.2.9)
+ chunky_png (1.3.0)
clamp (0.6.3)
climate_control (0.0.3)
activesupport (>= 3.0)
## -84,58 +84,66 ## GEM
execjs
coffee-script-source (1.7.0)
columnize (0.3.6)
- compass (0.12.2)
+ compass (0.12.4)
chunky_png (~> 1.2)
fssm (>= 0.2.7)
- sass (~> 3.1)
- compass-rails (1.1.3)
+ sass (~> 3.2.17)
+ compass-rails (1.1.6)
compass (>= 0.12.2)
countries (0.9.3)
currencies (~> 0.4.2)
country_select (1.3.1)
countries (= 0.9.3)
- cucumber (1.3.10)
+ cucumber (1.3.13)
builder (>= 2.1.2)
diff-lcs (>= 1.1.3)
gherkin (~> 2.12)
multi_json (>= 1.7.5, < 2.0)
- multi_test (>= 0.0.2)
+ multi_test (>= 0.1.1)
currencies (0.4.2)
daemons (1.1.9)
database_cleaner (1.2.0)
- datagrid (1.0.5)
+ datagrid (1.1.2)
rails (>= 3.0)
debug_inspector (0.0.2)
- debugger (1.6.5)
+ debugger (1.6.6)
columnize (>= 0.3.1)
debugger-linecache (~> 1.2.0)
- debugger-ruby_core_source (~> 1.3.1)
+ debugger-ruby_core_source (~> 1.3.2)
debugger-linecache (1.2.0)
- debugger-ruby_core_source (1.3.1)
+ debugger-ruby_core_source (1.3.2)
diff-lcs (1.2.5)
erubis (2.7.0)
eventmachine (1.0.3)
- excon (0.31.0)
+ excon (0.32.1)
execjs (2.0.2)
- factory_girl (4.3.0)
+ factory_girl (4.4.0)
activesupport (>= 3.0.0)
- factory_girl_rails (4.3.0)
- factory_girl (~> 4.3.0)
+ factory_girl_rails (4.4.1)
+ factory_girl (~> 4.4.0)
railties (>= 3.0.0)
- faker (1.2.0)
+ faker (1.3.0)
i18n (~> 0.5)
faraday (0.9.0)
multipart-post (>= 1.2, < 3)
ffi (1.9.3)
- fog (1.20.0)
+ fog (1.21.0)
+ fog-brightbox
+ fog-core (~> 1.21, >= 1.21.1)
+ fog-json
+ nokogiri (~> 1.5, >= 1.5.11)
+ fog-brightbox (0.0.1)
+ fog-core
+ fog-json
+ fog-core (1.21.1)
builder
- excon (~> 0.31.0)
+ excon (~> 0.32)
formatador (~> 0.2.0)
mime-types
- multi_json (~> 1.0)
net-scp (~> 1.1)
net-ssh (>= 2.1.3)
- nokogiri (>= 1.5.11)
+ fog-json (1.0.0)
+ multi_json (~> 1.0)
formatador (0.2.4)
fssm (0.2.10)
gelf (1.4.0)
## -156,9 +164,9 ## GEM
railties (~> 4.0.0)
hashie (2.0.5)
high_voltage (2.1.0)
- highline (1.6.20)
+ highline (1.6.21)
hike (1.2.3)
- httparty (0.12.0)
+ httparty (0.13.0)
json (~> 1.8)
multi_xml (>= 0.5.2)
i18n (0.6.9)
## -167,8 +175,8 ## GEM
jquery-rails (3.1.0)
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
- jquery-ui-rails (4.1.1)
- railties (>= 3.1.0)
+ jquery-ui-rails (4.2.0)
+ railties (>= 3.2.16)
json (1.8.1)
jwt (0.1.11)
multi_json (>= 1.5)
## -182,7 +190,7 ## GEM
treetop (~> 1.4.8)
method_source (0.8.2)
mime-types (1.25.1)
- mini_portile (0.5.2)
+ mini_portile (0.5.3)
minitest (4.7.5)
monetize (0.1.4)
money (6.0.1)
## -193,8 +201,8 ## GEM
money (~> 6.0.0)
railties (>= 3.0)
mono_logger (1.1.0)
- multi_json (1.8.4)
- multi_test (0.0.3)
+ multi_json (1.9.2)
+ multi_test (0.1.1)
multi_xml (0.5.5)
multipart-post (2.0.0)
net-scp (1.1.2)
## -226,14 +234,14 ## GEM
multi_json
omniauth (~> 1.0)
omniauth-oauth2 (~> 1.1)
- open4 (1.3.0)
- paperclip (4.1.0)
+ open4 (1.3.3)
+ paperclip (4.1.1)
activemodel (>= 3.0.0)
activesupport (>= 3.0.0)
cocaine (~> 0.5.3)
mime-types
pg (0.17.1)
- polyglot (0.3.3)
+ polyglot (0.3.4)
pry (0.9.12.6)
coderay (~> 1.0)
method_source (~> 0.8)
## -263,24 +271,24 ## GEM
activesupport (= 4.0.0)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
- rake (10.1.1)
+ rake (10.2.1)
rdoc (4.1.1)
json (~> 1.4)
redis (3.0.7)
redis-namespace (1.4.1)
redis (~> 3.0.4)
ref (1.0.5)
- resque (1.25.1)
+ resque (1.25.2)
mono_logger (~> 1.0)
multi_json (~> 1.0)
- redis-namespace (~> 1.2)
+ redis-namespace (~> 1.3)
sinatra (>= 0.9.2)
vegas (~> 0.1.2)
- rspec-core (2.14.7)
+ rspec-core (2.14.8)
rspec-expectations (2.14.5)
diff-lcs (>= 1.1.3, < 2.0)
- rspec-mocks (2.14.5)
- rspec-rails (2.14.1)
+ rspec-mocks (2.14.6)
+ rspec-rails (2.14.2)
actionpack (>= 3.0)
activemodel (>= 3.0)
activesupport (>= 3.0)
## -288,7 +296,7 ## GEM
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
rspec-mocks (~> 2.14.0)
- rubber (2.7.1)
+ rubber (2.7.4)
capistrano (~> 2.12)
clamp
fog (~> 1.6)
## -296,8 +304,8 ## GEM
net-ssh (~> 2.6)
open4
thor
- rubyzip (1.1.0)
- sass (3.2.14)
+ rubyzip (1.1.2)
+ sass (3.2.18)
sass-rails (4.0.1)
railties (>= 4.0.0, < 5.0)
sass (>= 3.1.10)
## -305,8 +313,8 ## GEM
sdoc (0.4.0)
json (~> 1.8)
rdoc (~> 4.0, < 5.0)
- selenium-webdriver (2.39.0)
- childprocess (>= 0.2.5)
+ selenium-webdriver (2.40.0)
+ childprocess (>= 0.5.0)
multi_json (~> 1.0)
rubyzip (~> 1.0)
websocket (~> 1.0.4)
## -317,8 +325,8 ## GEM
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4)
- slop (3.4.7)
- sprockets (2.10.1)
+ slop (3.5.0)
+ sprockets (2.12.0)
hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0)
## -330,19 +338,19 ## GEM
therubyracer (0.12.1)
libv8 (~> 3.16.14.0)
ref
- thin (1.6.1)
+ thin (1.6.2)
daemons (>= 1.0.9)
eventmachine (>= 1.0.0)
rack (>= 1.0.0)
- thor (0.18.1)
- thread_safe (0.1.3)
- atomic
+ thor (0.19.1)
+ thread_safe (0.3.1)
+ atomic (>= 1.1.7, < 2)
tilt (1.4.1)
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
- tzinfo (0.3.38)
- uglifier (2.4.0)
+ tzinfo (0.3.39)
+ uglifier (2.5.0)
execjs (>= 0.3.0)
json (>= 1.8.0)
vegas (0.1.11)
As 'arogos' points out the problem is related to compass, but the main issue is caused by the sass-rails gem. sass-rails 4.0.2 depends on sass ~> 3.2.0, whereas 4.0.1 allowed sass >= 3.1.10. However, compass 1.0 needs sass 3.3. To make everything work again you need this gem combination:
gem 'sass', '~> 3.2.0'
gem 'compass', '~> 0.12.4'
gem 'sass-rails', '~> 4.0.2'
gem 'compass-rails', '~> 1.1.7'
To use sass 3.3 and compass 1.0 you have to wait for a rewrite of sass-rails (see here)
I had the same error, with Rails 4.0.3. The error was caused by compass. I removed compass and used bourbon instead. Problem solved!
I also had to update sass-rails after receiving the error mentioned here.
Update: forgot to post the error itself: https://github.com/Compass/compass-rails/issues/19
Asset Precomp fails during heroku deploy (specifically on the css) - and I get a message like this in the logs when viewing the site:
ActionView::Template::Error (File to import not found or unreadable: compass.)
So I've reverted to my old gemfile.lock to fix this problem for now, but I wanted to post it here incase anyone had any ideas for what might be causing it.
Here is my Gemfile:
source 'http://rubygems.org'
gem 'rails', '3.1.4'
gem 'thin'
gem 'mysql2', '0.3.11'
gem "devise", '2.1'
gem 'rails_admin', :git => 'git://github.com/sferik/rails_admin.git'
gem 'omniauth'
gem 'omniauth-facebook'
gem 'omniauth-twitter'
#For Heroku
group :production do
gem 'pg'
end
group :assets do
gem 'sass-rails'
gem 'coffee-rails'
gem 'uglifier'
gem 'yui-compressor'
gem 'compass-rails'
end
gem 'newrelic_rpm'
#Stripe
gem 'stripe'
gem 'sendgrid'
gem 'cancan'
gem 'jquery-rails', '>= 1.0.12'
gem 'rails3-jquery-autocomplete'
gem 'mail'
gem 'fastercsv'
gem 'redcarpet'
gem 'albino'
gem 'nokogiri'
#Amazon
gem 'aws-sdk'
#Paperclip
gem 'paperclip', '~> 2.5'
#RedCloth Text
gem 'RedCloth'
# In place editing
gem 'best_in_place'
# Use unicorn as the web server
gem 'unicorn'
# Deploy with Capistrano
# gem 'capistrano'
# To use debugger
# gem 'ruby-debug'
# Use Pusher
gem "pusher", "~> 0.8.1"
#Memcached
gem 'dalli'
group :test do
gem 'cucumber-rails'
gem 'rspec-rails'
gem 'capybara'
# database_cleaner is not required, but highly recommended
gem 'database_cleaner'
end
Here is my old Gemfile.lock:
GIT
remote: git://github.com/sferik/rails_admin.git
revision: 0ed7ef9ac500e3eff861df4baa0b103fea32cf6e
specs:
rails_admin (0.0.1)
bbenezech-nested_form (~> 0.0)
bootstrap-sass (~> 1.4, >= 1.4.1)
builder (~> 3.0)
coffee-rails (~> 3.1)
haml (~> 3.1)
jquery-rails (~> 1.0)
kaminari (~> 0.12)
rack-pjax (~> 0.5)
rails (~> 3.1)
remotipart (~> 1.0)
GEM
remote: http://rubygems.org/
specs:
POpen4 (0.1.4)
Platform (>= 0.4.0)
open4
Platform (0.4.0)
RedCloth (4.2.9)
actionmailer (3.1.4)
actionpack (= 3.1.4)
mail (~> 2.3.0)
actionpack (3.1.4)
activemodel (= 3.1.4)
activesupport (= 3.1.4)
builder (~> 3.0.0)
erubis (~> 2.7.0)
i18n (~> 0.6)
rack (~> 1.3.6)
rack-cache (~> 1.1)
rack-mount (~> 0.8.2)
rack-test (~> 0.6.1)
sprockets (~> 2.0.3)
activemodel (3.1.4)
activesupport (= 3.1.4)
builder (~> 3.0.0)
i18n (~> 0.6)
activerecord (3.1.4)
activemodel (= 3.1.4)
activesupport (= 3.1.4)
arel (~> 2.2.3)
tzinfo (~> 0.3.29)
activeresource (3.1.4)
activemodel (= 3.1.4)
activesupport (= 3.1.4)
activesupport (3.1.4)
multi_json (~> 1.0)
addressable (2.2.7)
albino (1.3.3)
posix-spawn (>= 0.3.6)
arel (2.2.3)
aws-sdk (1.3.4)
httparty (~> 0.7)
json (~> 1.4)
nokogiri (>= 1.4.4)
uuidtools (~> 2.1)
bbenezech-nested_form (0.0.2)
bcrypt-ruby (3.0.1)
jquery-rails
rails (~> 3.1.0)
best_in_place (1.1.2)
jquery-rails
rails (~> 3.1)
bootstrap-sass (1.4.3)
sass-rails (~> 3.1)
builder (3.0.0)
cancan (1.6.7)
capybara (1.1.2)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
selenium-webdriver (~> 2.0)
xpath (~> 0.1.4)
childprocess (0.2.3)
ffi (~> 1.0.6)
chunky_png (1.2.5)
cocaine (0.2.1)
coffee-rails (3.1.1)
coffee-script (>= 2.2.0)
railties (~> 3.1.0)
coffee-script (2.2.0)
coffee-script-source
execjs
coffee-script-source (1.2.0)
compass (0.12.1)
chunky_png (~> 1.2)
fssm (>= 0.2.7)
sass (~> 3.1)
compass-rails (1.0.1)
compass (~> 0.12.0)
cucumber (1.1.4)
builder (>= 2.1.2)
diff-lcs (>= 1.1.2)
gherkin (~> 2.7.1)
json (>= 1.4.6)
term-ansicolor (>= 1.0.6)
cucumber-rails (1.2.1)
capybara (>= 1.1.2)
cucumber (>= 1.1.3)
nokogiri (>= 1.5.0)
daemons (1.1.8)
dalli (1.1.4)
database_cleaner (0.7.0)
devise (2.1.0)
bcrypt-ruby (~> 3.0)
orm_adapter (~> 0.0.7)
railties (~> 3.1)
warden (~> 1.1.1)
diff-lcs (1.1.3)
erubis (2.7.0)
eventmachine (1.0.0.beta.4)
execjs (1.2.13)
multi_json (~> 1.0)
faraday (0.7.6)
addressable (~> 2.2)
multipart-post (~> 1.1)
rack (~> 1.1)
fastercsv (1.5.4)
ffi (1.0.11)
fssm (0.2.9)
gherkin (2.7.1)
json (>= 1.4.6)
haml (3.1.4)
hashie (1.2.0)
hike (1.2.1)
hpricot (0.8.5)
httparty (0.8.1)
multi_json
multi_xml
i18n (0.6.0)
jquery-rails (1.0.19)
railties (~> 3.0)
thor (~> 0.14)
json (1.7.3)
kaminari (0.13.0)
actionpack (>= 3.0.0)
activesupport (>= 3.0.0)
railties (>= 3.0.0)
kgio (2.7.4)
mail (2.3.3)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.18)
multi_json (1.0.4)
multi_xml (0.4.1)
multipart-post (1.1.5)
mysql2 (0.3.11)
newrelic_rpm (3.3.4.1)
nokogiri (1.5.0)
oauth (0.4.5)
oauth2 (0.5.2)
faraday (~> 0.7)
multi_json (~> 1.0)
omniauth (1.0.3)
hashie (~> 1.2)
rack
omniauth-facebook (1.2.0)
omniauth-oauth2 (~> 1.0.0)
omniauth-oauth (1.0.1)
oauth
omniauth (~> 1.0)
omniauth-oauth2 (1.0.0)
oauth2 (~> 0.5.0)
omniauth (~> 1.0)
omniauth-twitter (0.0.8)
omniauth-oauth (~> 1.0)
open4 (1.3.0)
orm_adapter (0.0.7)
paperclip (2.6.0)
activerecord (>= 2.3.0)
activesupport (>= 2.3.2)
cocaine (>= 0.0.2)
mime-types
pg (0.12.0)
rake-compiler (~> 0.7)
polyglot (0.3.3)
posix-spawn (0.3.6)
pusher (0.8.5)
multi_json (~> 1.0)
ruby-hmac (~> 0.4.0)
signature (~> 0.1.2)
rack (1.3.6)
rack-cache (1.2)
rack (>= 0.4)
rack-mount (0.8.3)
rack (>= 1.0.0)
rack-pjax (0.5.5)
hpricot (~> 0.8.4)
rack (~> 1.3)
rack-ssl (1.3.2)
rack
rack-test (0.6.1)
rack (>= 1.0)
rails (3.1.4)
actionmailer (= 3.1.4)
actionpack (= 3.1.4)
activerecord (= 3.1.4)
activeresource (= 3.1.4)
activesupport (= 3.1.4)
bundler (~> 1.0)
railties (= 3.1.4)
rails3-jquery-autocomplete (1.0.5)
rails (~> 3.0)
railties (3.1.4)
actionpack (= 3.1.4)
activesupport (= 3.1.4)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (~> 0.14.6)
raindrops (0.8.0)
rake (0.9.2.2)
rake-compiler (0.7.9)
rake
rdoc (3.12)
json (~> 1.4)
redcarpet (2.0.1)
remotipart (1.0.1)
rest-client (1.6.7)
mime-types (>= 1.16)
rspec (2.7.0)
rspec-core (~> 2.7.0)
rspec-expectations (~> 2.7.0)
rspec-mocks (~> 2.7.0)
rspec-core (2.7.1)
rspec-expectations (2.7.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.7.0)
rspec-rails (2.7.0)
actionpack (~> 3.0)
activesupport (~> 3.0)
railties (~> 3.0)
rspec (~> 2.7.0)
ruby-hmac (0.4.0)
rubyzip (0.9.5)
sass (3.1.12)
sass-rails (3.1.5)
actionpack (~> 3.1.0)
railties (~> 3.1.0)
sass (~> 3.1.10)
tilt (~> 1.3.2)
selenium-webdriver (2.15.0)
childprocess (>= 0.2.1)
ffi (~> 1.0.9)
multi_json (~> 1.0.4)
rubyzip
sendgrid (1.0.1)
json
json
signature (0.1.2)
ruby-hmac
sprockets (2.0.4)
hike (~> 1.2)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
stripe (1.6.0)
rest-client (~> 1.4)
term-ansicolor (1.0.7)
thin (1.3.1)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
thor (0.14.6)
tilt (1.3.3)
treetop (1.4.10)
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.33)
uglifier (1.2.4)
execjs (>= 0.3.0)
multi_json (>= 1.0.2)
unicorn (4.3.1)
kgio (~> 2.6)
rack
raindrops (~> 0.7)
uuidtools (2.1.2)
warden (1.1.1)
rack (>= 1.0)
xpath (0.1.4)
nokogiri (~> 1.3)
yui-compressor (0.9.6)
POpen4 (>= 0.1.4)
PLATFORMS
ruby
DEPENDENCIES
RedCloth
albino
aws-sdk
best_in_place
cancan
capybara
coffee-rails
compass-rails
cucumber-rails
dalli
database_cleaner
devise (= 2.1)
fastercsv
jquery-rails (>= 1.0.12)
mail
mysql2 (= 0.3.11)
newrelic_rpm
nokogiri
omniauth
omniauth-facebook
omniauth-twitter
paperclip (~> 2.5)
pg
pusher (~> 0.8.1)
rails (= 3.1.4)
rails3-jquery-autocomplete
rails_admin!
redcarpet
rspec-rails
sass-rails
sendgrid
stripe
thin
uglifier
unicorn
yui-compressor
And here is the new (and causing errors in heroku) Gemfile.lock:
GIT
remote: git://github.com/sferik/rails_admin.git
revision: 7e607efb2c5f446e36622a8b6553d1df3fb4245f
specs:
rails_admin (0.0.4)
bbenezech-nested_form (~> 0.0.6)
bootstrap-sass (~> 2.0, >= 2.0.3)
builder (~> 3.0)
coffee-rails (~> 3.1)
haml (~> 3.1)
jquery-rails (>= 1.0.17)
jquery-ui-rails (>= 0.5, < 2)
kaminari (~> 0.12)
rack-pjax (~> 0.5)
rails (~> 3.1)
remotipart (~> 1.0)
sass-rails (~> 3.1)
GEM
remote: http://rubygems.org/
specs:
POpen4 (0.1.4)
Platform (>= 0.4.0)
open4
Platform (0.4.0)
RedCloth (4.2.9)
actionmailer (3.1.4)
actionpack (= 3.1.4)
mail (~> 2.3.0)
actionpack (3.1.4)
activemodel (= 3.1.4)
activesupport (= 3.1.4)
builder (~> 3.0.0)
erubis (~> 2.7.0)
i18n (~> 0.6)
rack (~> 1.3.6)
rack-cache (~> 1.1)
rack-mount (~> 0.8.2)
rack-test (~> 0.6.1)
sprockets (~> 2.0.3)
activemodel (3.1.4)
activesupport (= 3.1.4)
builder (~> 3.0.0)
i18n (~> 0.6)
activerecord (3.1.4)
activemodel (= 3.1.4)
activesupport (= 3.1.4)
arel (~> 2.2.3)
tzinfo (~> 0.3.29)
activeresource (3.1.4)
activemodel (= 3.1.4)
activesupport (= 3.1.4)
activesupport (3.1.4)
multi_json (~> 1.0)
addressable (2.2.8)
albino (1.3.3)
posix-spawn (>= 0.3.6)
arel (2.2.3)
aws-sdk (1.5.4)
httparty (~> 0.7)
json (~> 1.4)
nokogiri (>= 1.4.4)
uuidtools (~> 2.1)
bbenezech-nested_form (0.0.6)
bcrypt-ruby (3.0.1)
best_in_place (1.1.2)
jquery-rails
rails (~> 3.1)
bootstrap-sass (2.0.3.1)
builder (3.0.0)
cancan (1.6.7)
capybara (1.1.2)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
selenium-webdriver (~> 2.0)
xpath (~> 0.1.4)
childprocess (0.3.2)
ffi (~> 1.0.6)
chunky_png (1.2.5)
cocaine (0.2.1)
coffee-rails (3.1.1)
coffee-script (>= 2.2.0)
railties (~> 3.1.0)
coffee-script (2.2.0)
coffee-script-source
execjs
coffee-script-source (1.3.3)
compass (0.12.1)
chunky_png (~> 1.2)
fssm (>= 0.2.7)
sass (~> 3.1)
compass-rails (1.0.2)
compass (>= 0.12.0, < 0.14)
cucumber (1.2.1)
builder (>= 2.1.2)
diff-lcs (>= 1.1.3)
gherkin (~> 2.11.0)
json (>= 1.4.6)
cucumber-rails (1.3.0)
capybara (>= 1.1.2)
cucumber (>= 1.1.8)
nokogiri (>= 1.5.0)
daemons (1.1.8)
dalli (2.0.5)
database_cleaner (0.8.0)
devise (2.1.0)
bcrypt-ruby (~> 3.0)
orm_adapter (~> 0.0.7)
railties (~> 3.1)
warden (~> 1.1.1)
diff-lcs (1.1.3)
erubis (2.7.0)
eventmachine (0.12.10)
execjs (1.4.0)
multi_json (~> 1.0)
faraday (0.8.1)
multipart-post (~> 1.1)
fastercsv (1.5.5)
ffi (1.0.11)
fssm (0.2.9)
gherkin (2.11.0)
json (>= 1.4.6)
haml (3.1.6)
hashie (1.2.0)
hike (1.2.1)
hpricot (0.8.6)
httparty (0.8.3)
multi_json (~> 1.0)
multi_xml
httpauth (0.1)
i18n (0.6.0)
jquery-rails (1.0.19)
railties (~> 3.0)
thor (~> 0.14)
jquery-ui-rails (1.0.0)
jquery-rails
railties (>= 3.1.0)
json (1.7.3)
kaminari (0.13.0)
actionpack (>= 3.0.0)
activesupport (>= 3.0.0)
railties (>= 3.0.0)
kgio (2.7.4)
libwebsocket (0.1.3)
addressable
mail (2.3.3)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.18)
multi_json (1.3.6)
multi_xml (0.5.1)
multipart-post (1.1.5)
mysql2 (0.3.11)
newrelic_rpm (3.4.0)
nokogiri (1.5.4)
oauth (0.4.6)
oauth2 (0.6.1)
faraday (~> 0.7)
httpauth (~> 0.1)
multi_json (~> 1.3)
omniauth (1.1.0)
hashie (~> 1.2)
rack
omniauth-facebook (1.3.0)
omniauth-oauth2 (~> 1.0.2)
omniauth-oauth (1.0.1)
oauth
omniauth (~> 1.0)
omniauth-oauth2 (1.0.2)
oauth2 (~> 0.6.0)
omniauth (~> 1.0)
omniauth-twitter (0.0.11)
multi_json (~> 1.3)
omniauth-oauth (~> 1.0)
open4 (1.3.0)
orm_adapter (0.0.7)
paperclip (2.7.0)
activerecord (>= 2.3.0)
activesupport (>= 2.3.2)
cocaine (>= 0.0.2)
mime-types
pg (0.13.2)
polyglot (0.3.3)
posix-spawn (0.3.6)
pusher (0.8.5)
multi_json (~> 1.0)
ruby-hmac (~> 0.4.0)
signature (~> 0.1.2)
rack (1.3.6)
rack-cache (1.2)
rack (>= 0.4)
rack-mount (0.8.3)
rack (>= 1.0.0)
rack-pjax (0.5.9)
hpricot (~> 0.8.6)
rack (~> 1.3)
rack-ssl (1.3.2)
rack
rack-test (0.6.1)
rack (>= 1.0)
rails (3.1.4)
actionmailer (= 3.1.4)
actionpack (= 3.1.4)
activerecord (= 3.1.4)
activeresource (= 3.1.4)
activesupport (= 3.1.4)
bundler (~> 1.0)
railties (= 3.1.4)
rails3-jquery-autocomplete (1.0.7)
rails (~> 3.0)
railties (3.1.4)
actionpack (= 3.1.4)
activesupport (= 3.1.4)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (~> 0.14.6)
raindrops (0.9.0)
rake (0.9.2.2)
rdoc (3.12)
json (~> 1.4)
redcarpet (2.1.1)
remotipart (1.0.2)
rest-client (1.6.7)
mime-types (>= 1.16)
rspec (2.10.0)
rspec-core (~> 2.10.0)
rspec-expectations (~> 2.10.0)
rspec-mocks (~> 2.10.0)
rspec-core (2.10.1)
rspec-expectations (2.10.0)
diff-lcs (~> 1.1.3)
rspec-mocks (2.10.1)
rspec-rails (2.10.1)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
rspec (~> 2.10.0)
ruby-hmac (0.4.0)
rubyzip (0.9.8)
sass (3.1.19)
sass-rails (3.1.6)
actionpack (~> 3.1.0)
railties (~> 3.1.0)
sass (>= 3.1.10)
tilt (~> 1.3.2)
selenium-webdriver (2.22.2)
childprocess (>= 0.2.5)
ffi (~> 1.0)
libwebsocket (~> 0.1.3)
multi_json (~> 1.0)
rubyzip
sendgrid (1.0.1)
json
json
signature (0.1.3)
sprockets (2.0.4)
hike (~> 1.2)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
stripe (1.7.0)
multi_json (~> 1.1)
rest-client (~> 1.4)
thin (1.3.1)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
thor (0.14.6)
tilt (1.3.3)
treetop (1.4.10)
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.33)
uglifier (1.2.4)
execjs (>= 0.3.0)
multi_json (>= 1.0.2)
unicorn (4.3.1)
kgio (~> 2.6)
rack
raindrops (~> 0.7)
uuidtools (2.1.2)
warden (1.1.1)
rack (>= 1.0)
xpath (0.1.4)
nokogiri (~> 1.3)
yui-compressor (0.9.6)
POpen4 (>= 0.1.4)
PLATFORMS
ruby
DEPENDENCIES
RedCloth
albino
aws-sdk
best_in_place
cancan
capybara
coffee-rails
compass-rails
cucumber-rails
dalli
database_cleaner
devise (= 2.1)
fastercsv
jquery-rails (>= 1.0.12)
mail
mysql2 (= 0.3.11)
newrelic_rpm
nokogiri
omniauth
omniauth-facebook
omniauth-twitter
paperclip (~> 2.5)
pg
pusher (~> 0.8.1)
rails (= 3.1.4)
rails3-jquery-autocomplete
rails_admin!
redcarpet
rspec-rails
sass-rails
sendgrid
stripe
thin
uglifier
unicorn
yui-compressor
Any ideas what could be causing these issues?
Try moving gem 'compass-rails' outside of the :assets group.