tsechingho / ckeditor-rails

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

Support for ckeditor 4.0 #8

Closed eric1234 closed 11 years ago

eric1234 commented 11 years ago

I tried to divide up the changes into small commits so you could cherry pick if you want.

All work was done today so it hasn't been extensively tested but I have verified it works when being served in development mode, it will compile and compress into the public/assets directory without error and it works when being served out of the public/assets directory.

Let me know if I need to change anything to get this accepted. Thanks for the gem!

tsechingho commented 11 years ago

thanks, it's a great work.