RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: linojon
Site: parkerhill.com
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.
What would you recommend for charts in both html and a generated pdf? Ever tried one of these libs with v8 on the server?
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?
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) %>
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.
What would you recommend for charts in both html and a generated pdf? Ever tried one of these libs with v8 on the server?
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?
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) %>