2011/1/10 Rodrigo Mendonça <[email protected]>: > this plugin was developed in rails 2 > rails 3 need the command html_safe to transform plain texto to html > find the file vendor/plugins/2dc_jqgrid.rb and find the > method jqgrid_javascript and put html_safe > or put on the controllers or view... i changed this plugin and i don't know > exactly where you have to put the html_safe =D > html_safe works well: "<div><div>".html_safe > and it will transform to html
I''ve find a lot of errors, for example the method total_entries does not exists, there isn't a plugin for rails 3? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. 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/rubyonrails-talk?hl=en.

