Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

How to get HTTP headers before downloading with Ruby's OpenUri

ruby http-headers open-uri

Regex match including new line

ruby regex

Ruby difference between send and instance_eval?

ruby send instance-eval

Pass object or id

ruby-on-rails ruby

Segmentation fault with ruby 2.0.0p247 leading to rails server crashing

ruby-on-rails ruby

Ruby, how to create a Rack::Request for testing purposes?

ruby unit-testing request rack

Rails find with a block

Ruby, Nokogiri: how do i ensure UTF8 throughout nokogiri parsing, erb template, and encoding HTML file

html ruby parsing utf-8 nokogiri

How to fix RVM gems "[ missing bin/ruby ]"

ruby rvm

How do I get a list of all subclasses without instantiating first in Ruby

ruby-on-rails ruby

How to access a class variable from the outside in ruby?

ruby class-variables

How to call subject several times with RSpec

ruby rspec

Differences between `any?` and `exists?` in Ruby on Rails?

Active storage seed Rails

What are the limits of ruby on rails?

ruby-on-rails ruby

Rails: Sorting a query by params?

ruby-on-rails ruby

How to do a wiredump of XMLRPC::Client in ruby?

xml ruby xml-rpc

How to test things in crontab

ruby bash unix scripting crontab

Convert latin1 string to utf8?

Properly converting a CMYK image to RGB with RMagick

ruby imagemagick rmagick