MENU
Home
News
Tutorials
Blogs
Videos
Jobs
Conferences
Events
Books
Gems
Services
Other
About
Home
Categories
1464
today
Tutorials
Bundler: How to use Bundler in a single-file Ruby script
To use Bundler in a single-file script, add require 'bundler/inline' at the top of your Ruby file.
Rails on Docker: Using Rails Encrypted Credentials with Docker |
Rails 5.1 introduced the encrypted secrets.yml.enc file, with Rails 5.2 tidying things up by consolidating secrets and credentials into the credentials.yml.enc.
Building a Scheduled Newsletter in Ruby with Iron.io and Mailgun
As developers, the applications we build have an amazing array of functionality, and grow more impressive by the day. Amongst the varied functionality sits job processing, and process scheduling.
Evaluating Scala and sticking with Ruby
Evaluating Scala and sticking with Ruby. A cheeky post about evaluating Scala and deciding to stick with Ruby.
Ruby gem for OpenStreetMap API integration
Ruby gem for OpenStreetMap API integration.
Hiding .gemrc credentials in dotfiles
I recently came across this problem with the ~/.gemrc file used by the gem command since I needed to store a a private token for accessing a GemFury gem source.
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 .
<
1
…
205
206
207
208
209
…
258
>
Visit our quiz
Categories
News
Tutorials
Blogs
Videos
Jobs
Conferences
Events
Books
Gems
Services
Other