ruby - safe_concat error while using table_builder rails plugin -
I am using the table_builder plugin and I am getting the following error
undefined Method `safe_concat 'for ActionView :: Base: 0x00000100a81ef0
Is the safe_cat method and can someone tell me what I'm doing wrong
See code
thanks
I am using Rail 2.3.5 Ruby 1.8.7 What I did was to install the plugin directly with the cloning in the vendor / plugins
git clone
Then I checkedout in a very specific commitment (Before it was turned into a gem and made
git checkout -b pre-gem 21bb3fd2361b04076e7337603fcdd83b6428b47f
And after that everything was fine. / P>
Note that If you have a Rail webpage, it will try to avoid html by default and print a bunch of html tags on your page.
Comments
Post a Comment