fuck yeah!

Burning Star

it’s hard to be a trendwhore

Using Mootools with Ruby on Rails

This one was built and tested, using Rails 2.3.2 and Mootools 1.2.2 I've been playing around with Rails for about two months now and I LOVE it, because they integrate so many best practices for a web developer. The only thing I didn't like was the integration of Javascript. I don't wanna use Prototype/Scriptacolous Both is already built in. I'm not saying these are bad libraries, but I prefer Mootools for my clientside scripting. Rail's Ajax Helpers ain't good JS scripting I don't see any sense in writing javascript code in rails. I want my Javascript unobtrusive and nicely degrading and want to take all benefits of my js framework. At least at this point, I think it's better to write js in a js environment ...