I'm looking for a Web UI toolkit for a Rails-based application. I have an experience with YUI but not in a Rails context. I have many questions I wish you could help me to answer.
- Do you use a web UI toolkit like
YUI
,ExtJS
orJxLib
within your Rails application ? - Which UI toolkit is the most Rails-friendly ? Since most are not based on Prototype, is the co-existence of Prototype and another Javascript library (
MooTools
,JQuery
, ...) easy and safe ? - Do you mix usual 'traditional' Rails view development (
rhtml
,rjs
) with a UI toolkit-based development ? In the same application ? In the same view ? - Do you use a Rails plugin or do you code
plain Javascript
?
Thanks all for your answers.
Laurent