So I just tried to install ckeditor in rails, however it doesn\'t look like its working.
Here is what I did
added these lines to my gemfile
gem \
I had the same setup as you and the same issue. With jalagrange's example app as a comparison to mine, I eventually found the issue to be in development.rb. I had to remove this line:
config.assets.debug = true
It worked for me with after that.