fix #1323 so Tracks works with rails 3.2.8. Update all dependencies

This commit is contained in:
Reinier Balt 2012-08-11 23:54:05 +02:00
parent 3ad632ff86
commit 69ead6d254
2 changed files with 43 additions and 43 deletions

View file

@ -205,7 +205,7 @@ module ApplicationHelper
}.each do |s|
js << "i18n['#{s}'] = '#{ t(s).gsub(/'/, "\\\\'") }';\n"
end
return js
return js.html_safe
end
def javascript_tag_for_i18n_datepicker