RailsCasts Pro episodes are now free!

Learn more or hide this

Jonathan Linowes's Profile

GitHub User: linojon

Site: parkerhill.com

Comments by Jonathan Linowes

Avatar

fyi I just installed teaspoon, a new javascript runner for rails apps, looks really nice https://github.com/modeset/teaspoon Support asset pipeline, coffeescript, headless, and more.

Avatar

What would you recommend for charts in both html and a generated pdf? Ever tried one of these libs with v8 on the server?

Avatar

would love to see this updated for Rails 3 with asset pipeline and coffeescript. Or what's the current recommendation for js unit testing with rails?

Avatar

In the AsciiCasts version there's a typo

data: <%= orders_chart_series(orders, 3.weeks.ago) %>

should say

data: <%= orders_chart_series(order, 3.weeks.ago) %>