Blogs
Ruby’s Rack Push: Decoupling the real-time web application from the web
Something exciting is coming. Everyone is talking about WebSockets and their older cousin EventSource / Server Sent Events (SSE). Faye and ActionCable are all the rage and real-time updates are becoming easier than ever. But it's all a mess. It's ...
RailsConf 2018 | The Future of Rails 6: Scalable by Default
We've all heard the phrase "Rails doesn't scale". Long running test suites and no standard for implementing multiple databases makes it hard scale monolithic Rails applications. Rails 6 will start making Rails scalable by default with parallel tes...