views:

53

answers:

1

Is it possible to configure jrails so that it only replaces the ruby on rails helper methods for some parts of the site?

I am currently in a project where we are doing a staggered migration to jQuery so the site wide choice is not an option in this case.

A: 

It is possible, but you'll have to dive deep into jrails code and make some major edits in it's code.

zed_0xff