pauladaniel / calendardateselect

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

Plugin breaks when combined with Rails 2.2 #144

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install or Upgrade to Rails 2.2
2. Run specs, tests etc

What is the expected output? What do you see instead?

There is an error in lib/calendar_date_select.rb:178, since the call to
ActionView::Helpers::InstanceTag now needs 4 params instead of 5. The "nil"
parameter needs removing I think.

What version of the product are you using? On what operating system?

v1.11 on Rails 2.2.1

Original issue reported on code.google.com by simon.pe...@googlemail.com on 14 Nov 2008 at 7:26

GoogleCodeExporter commented 8 years ago
This is already fixed here:

http://github.com/timcharper/calendar_date_select/tree/edge_rails

Since this is so common, I'll leave this open until the merge down occurs, at 
which point the edge_rails branch 
will be merged down.

Original comment by timchar...@gmail.com on 14 Nov 2008 at 7:28

GoogleCodeExporter commented 8 years ago

Original comment by timchar...@gmail.com on 30 Nov 2008 at 7:24