TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

IncludeJS - Use CommonJS modules inside Ruby/Rails

2 pointsby JustAGeekabout 14 years ago
A friend of mine found himself in the situation of having to implement the same business logic in both Javascript and Ruby.<p>So he wondered how to get rid of that duplication. The solution he came up with is IncludeJS which allows you to implement something in Javascript and use that code _both_ in Javascript and in Ruby.<p>He gave a talk on this topic during RailsConf2011, which provides some more details: http://en.oreilly.com/rails2011/public/schedule/detail/1941

1 comment

JustAGeekabout 14 years ago
A friend of mine ran into the situation of having to implement the same business logic in both Javascript and Ruby.<p>He wondered how to get around this and his solution is IncludeJS which allows to write the business logic in Javascript and use this code in BOTH Javascript and Ruby. He gave a talk about this during the Railsconf 2011, here's the URL where you can find the abstract and slides which provide some more details about this:<p><a href="http://en.oreilly.com/rails2011/public/schedule/detail/19412" rel="nofollow">http://en.oreilly.com/rails2011/public/schedule/detail/19412</a>