Mootools in Rails
Posted
by trobrock
on Stack Overflow
See other posts from Stack Overflow
or by trobrock
Published on 2010-04-29T00:42:59Z
Indexed on
2010/04/29
0:47 UTC
Read the original article
Hit count: 652
For my client side development I use MooTools primarily, I have also just recently started learning rails. What is the best method of using Mootools in rails pages? Just adding my code inline like I would any other server side language? Or is there a better and cleaner way to do things?
Basically I'm asking the most conventional way of integrating Mootools into my rails application.
© Stack Overflow or respective owner