tsechingho / ckeditor-rails

Integrate CKEditor javascript library with Rails asset pipeline
https://github.com/tsechingho/ckeditor-rails
MIT License
213 stars 133 forks source link

Rails 5 Support & CKEditor v 4.5.6 #74

Closed afair closed 8 years ago

afair commented 8 years ago

Testing against Rails 5, everything works as in Rails 4. I adjusted the regex against the Rails version to match either Rails "4 or 5".

Also bumped CKEditor version since I was in there. (Oops, I typed 3.5.6 in the commit message instead of 4.5.6)

Hope this helps others!