From: "Ruby Student" <ruby.student / gmail.com>
>
> When I try chrome, I get:
> Internal Server Error undefined method `to_a' for #<String:0x176fa18>
> ------------------------------
> WEBrick/1.3.1 (Ruby/1.9.1/2009-01-30) at localhost:7000
> In the Ramze console, I get:
> [2009-04-13 14:12:24] ¢«[33mDEBUG¢«[0m  Rack::Handler::WEBrick is invoked.
> [2009-04-13 14:12:25] ¢«[32mINFO ¢«[0m  Dynamic request from 127.0.0.1:
> http://localhost:7000/
> [2009-04-13 14:12:25] ¢«[31mERROR¢«[0m  #<NoMethodError: undefined method
> `to_a' for #<String:0x176fa18>>
>
[...]
>
> Is Ramaze an application server like Rails or WebSphere?
>
> What's my problem here?

As stated on the home page ( http://ramaze.net/ ) Ramaze is a web
framework.

As to the error you're getting, maybe someone on the Ramaze IRC
channel can help:

http://www.mibbit.com/?server=irc.freenode.net&channel=%23ramaze


Regards,

Bill