pklipp / rubytime

Automatically exported from code.google.com/p/rubytime
Other
0 stars 0 forks source link

Opening calendar crashes #40

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Can't reproduce in current version (2.2)

Original comment by pkl...@gmail.com on 14 Jul 2008 at 10:00