Jason
Jason

Reputation: 1129

The equivalent of Echo web framework for Rails?

I am looking for a framewok that can provide an abstract GUI model (in ruby) on top of html/js/css. There are several frameworks such as Echo that do this for Java. Are there any for rails out there?

Upvotes: 1

Views: 391

Answers (2)

basgys
basgys

Reputation: 4400

At first glance, I don't think there is an equivalence for Echo.

There is ExtJS which is a Javascript library made for building RIA, but it's not tightly coupled with Rails like Echo with Java.

Upvotes: 2

cvshepherd
cvshepherd

Reputation: 3997

http://bowlineapp.com/ sounds like it could be a match. Can't say for sure since I don't know Echo.

Upvotes: 0

Related Questions