jeremyevans / roda

Routing Tree Web Toolkit
http://roda.jeremyevans.net
MIT License
2.06k stars 140 forks source link

How can i load coffeescript in roda #214

Closed MiniAppleTheApple closed 2 years ago

MiniAppleTheApple commented 2 years ago

the error

require': cannot load such file -- coffee_script (LoadError)

jeremyevans commented 2 years ago

You probably need to install the coffee-script gem.

As stated in the contribution guidelines, please ask questions about using Roda on the Google Group. GitHub Issues should only be used to report bugs in Roda.

MiniAppleTheApple commented 2 years ago

ok,sorry about that