Alessandro Rodi
Alessandro Rodi
The new version of the code posted by @PedroAugustoRamalhoDuarte ```ruby def current_user @current_user ||= super.tap do |user| ActiveRecord::Associations::Preloader.new(records: [user], associations: [:login_activities, :roles, avatar_attachment: :blob]).call end end ```
This issue is a game-stopper for any code that uses ActiveSupport.
I will try it thing evening. Actually that is the version I'm using in my project: https://github.com/coorasse/Airesis/tree/master/app/assets/javascripts/ice You eventually can see the bug in my test app located at http://airesistest.alwaysdata.net/proposals/260-testa/edit...
I tried removing the ice javascript files and using the ice-master.min.js file you provided to me but the problem persists. I confirm you I am using the latest version of...
Sorry now the app is working right. I was updating it right now..:) Yeah I understood Johannes explanation but that's not my case. The text is already inside the textarea....
Yes and everything works (almost) right if I enable it. I made a short video to show you the bug cause my english is not so good so probably I'm...
I just noticed it happens also in the demo page: http://nytimes.github.com/ice/demo/ if you delete the whole content of the TinyMCE text area disabling the track changes view
No solution yet? I have the same problem and can't figure out how to solve it
@radar can you explain what are these parameters for? I can't get it really. We can try to find a solution