According to the Rails 3.0.17 has been released!<http://weblog.rubyonrails.org/2012/8/9/ann-rails-3-0-17-has-been-released/>article andthe github changes from 3.0.16 - 3.0.17<https://github.com/rails/rails/compare/v3.0.16...v3.0.17>it seems that this change may be the most likely culprit: html_escape should escape single quotes<https://github.com/rails/rails/commit/780a718723cf87b49cfe204d355948c4e0932d23> .
Could it be that there are more hidden problems that may pop up in Hobo because of this? On Monday, August 27, 2012 8:47:00 PM UTC+2, Ronny Hanssen wrote: > > I guess this has to be marked as html safe, but where is the best place to > do it? And - it probably should go into the hobo-repo? And for all I know > it might already be in? > > I am btw using: > > gem 'rails', '~> 3.0.4' > gem 'hobo', '~> 1.3.0' > > ... in my Gemfile > > -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/hobousers/-/kuZoV09waOUJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
