Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

How to pretty print to a variable instead of STDOUT?

ruby

bundle exec rake test does nothing

ruby tdd bundler rake-task

if condition vs &&, is there any performance gain

Ruby's Faraday - include the same param multiple times

Creating only one log every day using Ruby standard Logger

ruby-on-rails ruby logging

How can I get the keys in a multidimensional hash in Ruby?

ruby hash

Cucumber / Savon omit or remove logging output

ruby logging cucumber savon

rbenv: command not found in Jenkins execute shell after moving to rbenv from RVM

Ruby evaluate without eval?

ruby eval

How to convert to big endian in ruby

ruby endianness

How to test a mixed-in class method is being called with RSpec and Mocha?

ruby rspec mocking ruby-mocha

Rails: Wrap parameter coming from form in a nested hash

html ruby-on-rails ruby forms

Pluck multiple and/or nested fields on mongoid

ruby mongodb mongoid moped

Convert escaped unicode (\u008E) to accented character (Ž) in Ruby?

ruby encoding

New to ruby, can someone help me decipher this error from console?

ruby-on-rails ruby web

Error when trying to run a minitest unit test

ruby minitest

how to exception for invalid date ruby

ruby

Spree how to display variants in drop down Ruby on Rails?

Can't install charlock holmes gem, libicu-devel installed

ruby rubygems fedora gitlab

calling module method into another module in Ruby

ruby