MENU
Home
News
Tutorials
Blogs
Videos
Jobs
Conferences
Events
Books
Gems
Services
Other
About
Home
Categories
4481
today
Tutorials
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.
Ruby on Rails: Running Tests with Guard and Docker
Guard is a great tool for quickly running your Rails app tests/specs as your develop the code. As you edit and change the files in your app, Guard can trigger tests specific to the files you are.
Reducing String duplication in Ruby
It is very likely your Rails application is full of duplicate strings, here are some tricks you can use to get rid of them.
Humming along - Analyzing RubyGems stats for 2017
2017 was a stable year for the Ruby ecosystem. There weren't any new libraries that exploded in popularity, but work on existing gems hummed along.
emad-elsaid/rubrowser: a ruby code dependency graph interactive visualizer
a visualizer for ruby code (rails or otherwise), it analyze your code and extract the modules definitions and used classes/modules and render all these information as a directed force graph using D3.
How par8o Sped up Rails CI Builds 8x with Semaphore Boosters
This is a guest post by Kendal Miller, Senior Engineer at par8o. Read it to discover how par8o reduced build time from over 2 hours to 13 minutes with Semaphore Boosters, fully automated parallel CI for Rails.
Using GraphQL, a Ruby on Rails introduction
GraphQL has been stirring up quite a buzz ever since it was introduced by Facebook. Since then companies like Github, Shopify and Pinterest have been using it as a core part of their technology stack.
<
1
…
210
211
212
213
214
…
252
>
Visit our quiz
Categories
News
Tutorials
Blogs
Videos
Jobs
Conferences
Events
Books
Gems
Services
Other