Hacker News new | ask | show | jobs
by acconrad 4236 days ago
I'd love this if it had a testing framework to go with it. The primary reason we went with Angular was because it was so much easier to test than the spaghetti of jQuery modules and the mess that are events.
2 comments

I usually test my Rails/Angular projects with jasmine-rails jasmine-jquery and Sinon.JS. These three together let you test virtually any frontend js code.
Thanks for the feedback. This may be a good addition to RailsScript in the future. As always, pull requests are more than welcome