Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assets pipeline in ckfinder. Fix for rails 4 #276

Closed

Conversation

vladimir-e
Copy link

config.assets.enabled was removed from Rails since Rails 4 and this option returns nil now.
I added another condition to make ckfinder's assets load properly in Rails 4.

@rafamoreira
Copy link

👍

1 similar comment
@joelcogen
Copy link

👍

@maksar
Copy link

maksar commented Aug 8, 2013

👍

1 similar comment
@avitus
Copy link

avitus commented Aug 30, 2013

👍

@martijnrusschen
Copy link

Any idea if this will be merged soon?

@botularius
Copy link

Yes, that would be great, because else we cannot use the gem anymore...

@buren
Copy link

buren commented Sep 29, 2013

@botularius you could by specifing vlademir-e's commit directly in your Gemfile, altough I wouldn't recommend it.
gem "ckeditor", github: 'vladimir-e/ckeditor', ref: '5f126715f15c8d40e152cd51687230518e8885ff'

@zolzaya
Copy link

zolzaya commented Oct 21, 2013

👍

@driv3r
Copy link
Contributor

driv3r commented Feb 16, 2015

shouldn't this be within view_helper instead?

@galetahub galetahub closed this Sep 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet