MelonJS rails generator, and a base middleman app
Just thought I’d link these couple tools I made for working with the MelonJS library.
https://github.com/agmcleod/melonjs-base
https://github.com/agmcleod/melonjs-generator
The base uses the middleman tool. It’s a great ruby-based tool for coding a site with SCSS, Coffescript, and templates such as ERB or HAML. I plan to use it for ludum dare to work on my game, and then use the middleman build command to generate a static site output.
The generator can be used with a rails 3.1+ site if that’s what you prefer to use for a ruby environment.