(see this https://hobo.lighthouseapp.com/projects/8324-hobo/tickets/966 for 
backstory)

Can I get some assistance testing the change I just pushed to the DRYML parser? 
It works on my system and manages all the DRYML I throw at it, but it's a 
pretty serious alteration (switching to Erubis vs. ERB) and was seriously 
tricky to get working.

Short summary: in Rails 3, helpers that take a block changed from <% to <%=, 
thus:

<% form_tag do %>
...
<% end %>

became

<%= form_tag do %>
...
<% end %>

It doesn't matter if your code was actually doing this - the under-the-hood 
changes affect parsing of DRYML globally.

Anyways, if you've got a 1.3 app going and have a minute please try this new 
code out. (see the previous "Getting close to release" post for an easy way)

On to date parsing! :)

--Matt Jones

-- 
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/hobousers?hl=en.

Reply via email to