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.

How to actually build services in Ruby

1 pointsby skwpover 11 years ago
I got tired of all the high level discussion of how to build Ruby services, so I put together an actual bit of code that lets you build a Rack application using the Grape API layer, Roar representers, has built in support for ActiveRecord migrations apart from Rails, and a Mina deployment script that will put it on your server within 5 seconds.<p>You can read the blog post and slides from my Windy City Rails talk here: http:&#x2F;&#x2F;devblog.reverb.com&#x2F;post&#x2F;61151763659&#x2F;building-ruby-services-on-and-off-rails<p>or just jump straight to the code: github.com&#x2F;reverbdev&#x2F;service-skeleton

no comments

no comments