rharriso / bower-rails

Bundler-like DSL + rake tasks for Bower on Rails
MIT License
1.46k stars 128 forks source link

Fix absoute path on initialize_generator #197

Closed halan closed 8 years ago

halan commented 8 years ago

This change adjust the absolute path into application.rb to a relative path.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 88.079% when pulling 7ca05b27eba4c9240ae48f1000979561d5714cb5 on halan:master into fc12c305f2254392979debaeba8454f46e727bf7 on rharriso:master.

halan commented 8 years ago

https://travis-ci.org/rharriso/bower-rails/jobs/143080314#L360

The problem is with the gems and ruby compatibility, what we can do to improve it?

SergeyKishenin commented 8 years ago

@halan, I have allowed failures for Ruby 1.9.3

halan commented 8 years ago

Thanks.