table_builder icon indicating copy to clipboard operation
table_builder copied to clipboard

Error with rails 2.3.8

Open jdcrackdon opened this issue 14 years ago • 3 comments

Hi, I have a bug with the plugin when I try to show in the calendar view sale "undefined method` safe_concat '"I work with rails 2.3.8 and ruby 1.8.7. my code is this

: date) do | day, tasks |%>

div>

jdcrackdon avatar Apr 22 '11 00:04 jdcrackdon

i am using rails 2.3.5 and having the same problem

billtrik avatar May 10 '11 09:05 billtrik

edited line #105 from the lib/table_builder/table_builder.rb file to @template.concat(tag) i just replace the safe_concat with concat. -> safe_concat is for rails 3

billtrik avatar May 10 '11 10:05 billtrik

thanks man, i go to test your solution in my app, I hope it works xD

jdcrackdon avatar May 10 '11 13:05 jdcrackdon