MENU
Home
News
Tutorials
Blogs
Videos
Jobs
Conferences
Events
Books
Gems
Services
Other
About
Home
Categories
1344
today
Tutorials
Conjur DevOps Blog » Making Ruby Yours
One day I noticed an inconsistency as I was joining together lists of words. Consider this no-delimiter join:.
Painlessly managing long running processes in your views using Ruby on Rails
There is currently no convenient or “natural” way to transfer information directly from the backend to your views in Ruby on Rails. This is particularly inconvenient when trying to.
My favorite parts of Ruby
Disclaimer #1 first of all I’d like to say that I really like Ruby. I write a ton of Ruby code every single day and I prefer it over other languages. Please, do not take it seriously, Ruby is nice, and this post is mostly a joke.
Everything You Need to Know About Ruby Operators
Ruby has a lot of interesting operators, like the spaceship operator, the modulo assignment operator, and of course the regular operators like greater than not equals .
The Forwardable module in Ruby — Part I
This module is included to the singleton class using the extend keyword in order to add methods at class-level (to keep it simple). This solution is acceptable. But Ruby provides a mechanism.
TruffleRuby with RVM
If you installed GraalVM, it is recommended to add TruffleRuby to a Ruby manager. See Configuring Ruby managers for the full GraalVM distribution below.
Don't Step on a Rake, Use Rake::DSL
Over the years I’ve noticed a common mistake where developers do some refactoring to remove duplication and make their Rake tasks readable, but end up causing some unintended side-effects. Let’s take a look at what’s going on, and how we can use a...
digaev/stale_options: A Ruby gem for caching HTTP responses.
The gem was built with an idea to implement a class which will create options for ActionController::ConditionalGet.
ankane/pghero: A performance dashboard for Postgres
PgHero is available as a Rails engine, Linux package, and Docker image.Select your preferred method of installation to get started.
ActiveRecord - Part 2: Useful methods
Series of blog posts explaining ActiveRecord features. The second part is about useful methods that ActiveRecord offers.
<
1
…
213
214
215
216
217
…
265
>
Visit our quiz
Categories
News
Tutorials
Blogs
Videos
Jobs
Conferences
Events
Books
Gems
Services
Other