#concat decapitated i Rails 2.2.2
Reported by gundestrup | November 22nd, 2008 @ 01:21 PM
DEPRECATION WARNING: The binding argument of #concat is no longer needed. Please remove it from your views and helpers.. (called from out at /trunk/vendor/plugins/widgets/lib/widgets/tabnav_helper.rb:108
Comments and changes to this ticket
-
glennswest December 9th, 2008 @ 10:42 AM
The fix at or near line 108 plus:
Original line
def out(string); concat string, @_binding; end
New Line
def out(string); concat string; end
-
mengkuan July 26th, 2009 @ 05:18 AM
Same deprecation warning for showhide helper.
DEPRECATION WARNING: The binding argument of #concat is no longer needed. Please remove it from your views and helpers.. (called from detail_box_for at ..myrailsproj../vendor/plugins/rails-widgets/lib/widgets/showhide_helper.rb:48)
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Rails Widgets is a collection of UI widgets for Ruby On Rails that you can put in your own application at the speed of light!