it was made in rails 2 but it's works fine for me on rails 3... i fix some problems in my migration to rails 3, but it was easy
try this https://github.com/springbok/jqgrid-rails3 <https://github.com/springbok/jqgrid-rails3>It's for rails 3 =D 2011/1/10 Mauro <[email protected]> > 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]<rubyonrails-talk%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > > -- Rodrigo Mendonça (62) 8567-3142 -- 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.

