MENU
Home
News
Tutorials
Blogs
Videos
Jobs
Conferences
Events
Books
Gems
Services
Other
About
Home
Categories
5889
today
Tutorials
Bring Rails server-side performance metrics 📈 to Chrome's Developer Tools via the Server Timing API. Production Safe™.
GitHub is where people build software. More than 28 million people use GitHub to discover, fork, and contribute to over 80 million projects.
My thoughts on Hanami - Ryan Bigg
I've been toying around with Hanami for a few weeks now and imo it feels better than Rails. If you want to see some code rather than text, here's my little example app I've been building with Hanami.
Implementing a basic debug mode for your Ruby CLI
We should all strive to handle all possible errors in our programs and display nice error messages to the users, but one can hardly be sure that nothing will ever go wrong.
Ruby Memory Usage Vocab Explained
 For the past few weeks, I’ve been pairing with Aaron Patterson on the work he’s doing trying to enable compacting garbage collection in Ruby. It’s been really fantastic working together and he recently wrote a great blog post on the work that’s b...
Bare Bones Rails Action Cable Tutorial
Users simply visit the homepage, enter their name, and then enter the chat room.The messages from users will appear as a streaming message feed.
Ruby Developer Center | Microsoft Azure
Welcome to the Ruby Developer Center. Learn how to run Ruby applications on Windows or Linux VMs, and access Ruby tutorials and documentation.
learnbyexample/Command-line-text-processing
GitHub is where people build software. More than 28 million people use GitHub to discover, fork, and contribute to over 80 million projects.
How I Built Timeasure: Part 1 — Motivation
I’ve recently released Timeasure, a new gem that serves as a transparent method-level wrapper for profiling purposes in Ruby. It was released under the GitHub account of the company I work.
Clowne: Clone Ruby models with a smile
Meet Clowne—a flexible tool for all your model cloning needs that comes with no strings attached. Your application does not have to be Rails or use Active Record. This Ruby gem shines at a common task: duplicating business logic entities. Read on ...
Ruby string literals VS Value objects. Overengineering?
Primitive data types are the basic built-in building blocks of a language. They're usually typed as int, string, or constants. As creating such fields is much easier than making a whole new class, this leads to abuse.
<
1
…
223
224
225
226
227
…
265
>
Visit our quiz
Categories
News
Tutorials
Blogs
Videos
Jobs
Conferences
Events
Books
Gems
Services
Other