Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error with rails 2.3.8 #7

Open
jdcrackdon opened this issue Apr 22, 2011 · 3 comments
Open

Error with rails 2.3.8 #7

jdcrackdon opened this issue Apr 22, 2011 · 3 comments

Comments

@jdcrackdon
Copy link

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

<% calendar_for (@ turn) do | t |%> <% = t.head ('mon', 'tue', 'wed', 'thu', 'fri', 'sat', 'sun')%> <% t.day (: day_method =>: date) do | day, tasks |%> <% = day.day%>
<% tasks.each do | task |%> <% = h (task.name)%>
<% end%> <% end%> <% end%>
@billtrik
Copy link

i am using rails 2.3.5 and having the same problem

@billtrik
Copy link

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

@jdcrackdon
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants