What steps will reproduce the problem?
1. Click on calendar view
2.
3.
What is the expected output? What do you see instead?
I expect a calendar, I get a stack overflow in set_calendar
What version of the product are you using? On what operating system?
Latest rubytime from svn, macosx 10.4
Please provide any additional information below.
The following fix in both places where needed in application.rb fixes the
problem for me
#redirect_to @request.env['HTTP_REFERER'] and return
redirect_to(request.env['HTTP_REFERER'] ? :back : '/') and return
Original issue reported on code.google.com by eduq...@gmail.com on 17 Oct 2007 at 11:01
Original issue reported on code.google.com by
eduq...@gmail.com
on 17 Oct 2007 at 11:01