[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] Erubis 2.6.4 released - Rails 2.2 and 2.3 support

kwatch

2/18/2009 3:28:00 PM

Hi,

I have released Erubis 2.6.4.
http://www.kuwata-lab.c...
http://rubyforge.org/frs/?group_id=1320&releas...

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

5 Answers

Robert Worley

2/19/2009 9:33:00 PM

0

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

mkdynamic

3/21/2009 2:20:00 AM

0

I'm also seeing this same issue...

~ Mark

Jeff Mr

3/24/2009 8:02:00 PM

0

On Mar 20, 10:20 pm, mkdynamic <markdodw...@googlemail.com> wrote:
> I'm also seeing this same issue...
>
> ~ Mark

Im also receiving this.

Joost H.

4/21/2009 8:40:00 AM

0

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-....

dylanz

5/1/2009 9:00:00 PM

0

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!