Has anyone created a Rails app with support for Jquery-ui & Themes -


Does anyone have got a Rail app that is playing well with JQuery UI and Themes? Want general basic layout, styles, authentication and other alternate devices in it.

There is the idea of ​​creating this original application by using a rock and setup yml files.

Once run, I would like to be able to "skin" or theme various applications, use cases and wonder if someone actually used JQuery UI with rail and How easy it is to integrate

If you can recommend any starting point then I would appreciate it most.

In advance thank you

Ideally, your Javascript is far less than your backend is gonna be. Rails do not need to 'integrate' with jQuery. Rail requests and response flow should be just to handle. JQuery UI takes elements that already work and turns them into themed widgets. Most of your UI elements are really progressive enhancements on the working site. JEI UI is as easy as setting up theming folders, or setting a variable. You can have control over the rail to determine the path of the theme, but the jQuery UI is designed to be a theme in itself, some of the tracks must be changed which will be replaced by file_path = '../ Lines will have Js / custom_theme '.

Short answer: Yes. It is quite easy to integrate jQuery and Rails, because the other does not know about it.


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -