On Tue, 27 Jun 2006, Nick Sieger defenestrated me:
> 
>     config.frameworks -= [:active_record]

  Cool idea.

> I just tried starting my now-modified app with jruby and got the following:
> 
> [14:03:13][~/Projects/rails/jrubyonrails]$ ../../jruby/bin/jruby
> script/server webrick
> => Booting WEBrick...
> Exception in thread "main" java.lang.Error: unexpected type class
> org.jruby.ast.CallNode at
> 
> Anyone seen this?

  You need to apply our patch in docs/patches/rails... to get rid of
this.  They use an esoteric feature of Ruby that is going away:

do |OPTS[:frogger]|
end

  Our parser dies with the error you have.  

-Tom

-- 
+ http://www.tc.umn.edu/~enebo +---- mailto:[EMAIL PROTECTED] ----+
| Thomas E Enebo, Protagonist  | "Luck favors the prepared    |
|                              |  mind." -Louis Pasteur       |

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Jruby-devel mailing list
Jruby-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jruby-devel

Reply via email to