MENU
Home
News
Tutorials
Blogs
Videos
Jobs
Conferences
Events
Books
Gems
Services
Other
About
Home
Categories
17226
today
Blogs
User Notifications | Drifting Ruby
Drifing Ruby Screencasts is a collection of short tutorial screencast videos and documentation for accomplishing functional concepts in web.
Parallel and Thread-Safe Ruby at High-Speed with TruffleRuby
Array and Hash are used in every Ruby program. Yet, current implementations either prevent the use of them in parallel (the global interpreter lock in MRI) or lack thread-safety guarantees (JRuby raises an exception on concurrent Array.
Ruby’s New Infinite Range Syntax: (0..)
So why do we need this new syntax? Up to this point, it has been a bit clunky in Ruby to create an infinite range: Nobody likes typing Float::INFINITY or 1.fdiv(0) over and over. It doesn’t seem.
An open source Ruby framework for conversational voice and text chatbots.
An open source Ruby framework for conversational voice and text chatbots. https://hellostealth.org.
Content-Type application/json by default in Rails 5
Imagine you generate Rails API only app (rails new --api) and now you want all the requset been considered as JSON content-type (even if the header is not.
Active Record’s first and last may not mean what you think
Objects in the database are created, by default, with an incrementing integer id. This means that ordering by this ascending id is the same as if we ordered by the created_at timestamp.
TestProf II: Factory therapy for your Ruby tests
Learn how to bring your Ruby test suite back to full health, and full speed, with TestProf—a powerful bag of tools to diagnose all test-related problems. Chapter II:.
9 Ruby Conferences Worth Seeing This Summer
In this article, we highlight international Ruby conferences taking place this summer. We also share speaking opportunities and registration information. Find the Ruby conferences that suit your interests best and make this summer.
Setting up a BDD Stack on a Rails 5 Application
Learn how to generate a new Rails 5 application with all the necessary tools to set up a behavior-driven development (BDD) flow.
Setting up Ruby on Rails 5 app with MongoDB in 10 minutes
In this article I am going to show you how to setup schema-less database MongoDB with your Rails 5 application. I am using Ubuntu 14.04, Ruby 2.5.1 and Rails 5.2 for this tutorial. If you have.
<
1
…
164
165
166
167
168
…
204
>
Visit our blog
Categories
News
Tutorials
Blogs
Videos
Jobs
Conferences
Events
Books
Gems
Services
Other