ruby-eco icon indicating copy to clipboard operation
ruby-eco copied to clipboard

Ruby Eco Compiler

Results 3 ruby-eco issues
Sort by recently updated
recently updated
newest added

attempt to resolve #1 specifying the pre dependency resolves the dependency issues for gems which do not follow [semantic versioning 2.0.0](http://semver.org/spec/v2.0.0.html)

It's a bit tricky to install the gem right now. I have to run `gem install --pre eco-source` to install eco-source. `gem install --pre eco` won't work, though, because eco...

A lot of my Eco templates in Rails have an image in them. Ideally, I'd love to name my file template.js.eco.erb and be able to use . However, due to...