Is unobtrusive RJS files in Rails 3 considered a good idea?
Posted
by midas06
on Stack Overflow
See other posts from Stack Overflow
or by midas06
Published on 2010-06-02T00:25:31Z
Indexed on
2010/06/02
0:33 UTC
Read the original article
Hit count: 325
ruby-on-rails
|ruby-on-rails3
I'm working on implementing javascript functionality in my rails 3 app. Now that rjs is supposedly unobtrusive (I honestly don't know a lot about rjs), is it still "evil"?
It seems to me the downside may be a lack of testability, but partial page updates via rjs seem to be easier than jumping through the rails hurdles to make ajax requests via jquery.
Thoughts? Examples?
© Stack Overflow or respective owner