Hi,
I have released Erubis 2.6.4.
http://www.kuwata-lab.com/erubis/
http://rubyforge.org/frs/?group_id=1320&release_id=31476
Erubis is another eRuby implementation which is very fast and
extensible than ERB and eruby.
Enhancement since 2.6.3:
* Ruby on Rails 2.2 and 2.3 support.
Have fun!
···
--
regards,
makoto kuwata
RobW
(RobW)
2
Hi,
I'm seeing some breakage with Erubis 2.6.4 against Rails 2.2.2:
You have a nil object when you didn't expect it!
You might have expected an instance of Array.
The error occurred while evaluating nil.<<
-- snip --
/opt/local/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/
helpers/text_helper.rb:42:in `concat'
/opt/local/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/
helpers/form_tag_helper.rb:461:in `form_tag_in_block'
/opt/local/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/
helpers/form_tag_helper.rb:39:in `form_tag'
app/views/sessions/new.html.erb:28
I'm looking into this further.
Regards,
Rob
I'm also seeing this same issue...
~ Mark
Joost_H
(Joost H.)
5
Same issue here..
Seems to appear on:
<% form_for :user, :url => some_path } do |f| %>
Rails 2.3.2 with Erubis 2.6.4..
···
--
Posted via http://www.ruby-forum.com/.
dylanz
(dylanz)
6
Same issue here with Rails 2.3.2: content_tag("h1", content, options,
escape, &block)
Would love to use Erubis. Any chance of a fix?
Cheers!