Add dummy rails engine for Rails 3.1 asset path inclusion #2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In a Rails 3.1 application Rails.application.config.assets.paths will
now include this gem's javascripts automatically.
What do you think? I toyed with the idea of using a
defined?
check but stuck to your advice on just rescuing the load error. Tried locally with Rails and non-Rails and behaves as expected.This pull alerted me to the fact that my git and github settings had deviated and my commits weren't getting associated with my github id. I fixed that, then redid the change as a single commit and push+forced it up. Somehow your original comment was lost in the mix, apologies on that.
Actually, yeah, it could be done w/
defined?
now that I think about it but I'm not going to be picky right now. :) Thanks!