Rails 3 beta 2 Block Style Tags
Reported by Brian Michalski | June 6th, 2010 @ 03:53 PM
DEPRECATION WARNING: <% %> style block helpers are deprecated. Please use <%= %>. (called from render_template_300193075_77679350_538416 at /app/views/contents/form.html.erb:49)
Change <% to <%= on all the forms. Revealed with rake test:functionals
Comments and changes to this ticket
-
Brian Michalski June 6th, 2010 @ 04:21 PM
- Assigned user set to Brian Michalski
-
Brian Michalski June 6th, 2010 @ 04:28 PM
- State changed from new to resolved
(from [d5be547ae2c747d405db50e2df6e71fab6d062ad]) Changed block helpers to use <%= when they output instead of <%. [#96 state:resolved] http://github.com/wtg/concerto/commit/d5be547ae2c747d405db50e2df6e7...
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 ยป
Concerto is an open source digital signage system that makes it easy to engage a large community of people with graphical and text-based announcements, bulletins, and other messages... but enough about us, you came here to get involved.
<br />
If you think you've <b>found a bug in Concerto</b>, please click 'Create new ticket' and let us know about it.
<br />
Looking to peek at our source code? Head to <a href="https://github.com/concerto/concerto_v1">https://github.com/concerto/concerto_v1</a> (Concerto version 1) or <a href="https://github.com/concerto/concerto">https://github.com/concerto/concerto</a> (Concerto version 2).
<br />
Our getting started guide is available here: <a href="https://github.com/concerto/concerto/wiki/Getting-Involved">https://github.com/concerto/concerto/wiki/Getting-Involved</a>.
People watching this ticket
Referenced by
- 96 Rails 3 beta 2 Block Style Tags (from [d5be547ae2c747d405db50e2df6e71fab6d062ad]) Changed...