MENU
Home
News
Tutorials
Blogs
Videos
Jobs
Conferences
Events
Books
Gems
Services
Other
About
Home
Categories
23810
today
News
Dream Code First
This workflow does not involve design. Changes are made haphazardly until the implementation works. The resulting design is an afterthought — just a combination of all the changes.Next, the implementation is locked in place by tests. The tests are...
Joined by Chris Seaton | Remote Ruby
In this episode, Jason and Chris get a chance to talk with Chris Seaton. Chris works on TruffleRuby, a high-performance implementation of Ruby built on top of the GraalVM by Oracle Labs. Chris shares how TruffleRuby came to be, some of the benefit...
A Complete Program // Richard Mavis dot info
I can’t remember who said it but there’s a saying about writing that goes something like “One does not complete a book, one abandons it.” Writing programs can sometimes feel similar—you might always think of parts of the interface you could improv...
Timeseries in Redis with Streams
Redis Streams represent an append-only timeseries of key-value pairs.Any number of clients can write to a Stream and each time they do they receive a unique ascending ID of the item that was inserted into the timeseries.Clients reading data can bl...
Run.rb - Jason Charnes
I’m proud to be involved in the Ruby community.I want to do what I can to help other developers discover Ruby. Whether that’s seasoned non-Ruby developers or people like me who stumble into programming, I want to help.As part of that, I’ve recentl...
How to keep your ActiveRecord migrations clean
Keeping all of the changes histories may be not worth it, you really don’t need to know about every change made by your colleague who did a dozen of migrations because he could not find the best name for one of the fields in some model or switched...
Understanding the Eigenclass in less than 5 minutes
So, how a class makes the difference between class-level and object-level methods, variables .
Lambda composition in ruby 2.6
The new proc composition operators: << and >> - a small feature that can easily be overlooked.We recently updated a sizeable application to ruby 2.5, which opened up some nice features for us, such as the yield_self feature.But I also wanted to ha...
Rails 6 adds ActiveRecord::Relation pick
Before Rails 6, selecting only the first value for a column from a set of records was cumbersome. Let’s say we want only the first name from all the posts with category “Rails 6”.
Ruby 2.6 Ubuntu packages
Each year, on the 25th of December, the Ruby community receives the gift of a new release of Ruby. 2018 was no exception, and Ruby 2.6.0 arrived as promised.And like every other release, we’ve packaged it for Ubuntu and released it to our Ruby Ubu...
<
1
…
95
96
97
98
99
…
114
>
Visit our blog
Categories
News
Tutorials
Blogs
Videos
Jobs
Conferences
Events
Books
Gems
Services
Other