Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Simple HTTP server in Ruby using TCPServer

ruby http sockets tcpserver

Rails: encoding woes with serialized hashes despite UTF8

Testing a web API using RSpec and VCR

ruby api rspec vcr

Ruby: How to count the number of spaces at the beginning and end of a string?

ruby string count space

how do I reload a model in rails console?

Can't change RVM default

ruby rvm

Ruby strings with embedded variables

ruby yaml

Ruby Code not in Any Method

ruby

Are Ruby class methods thread-safe?

ruby methods thread-safety

Ruby/Rails method to insert stuff in string after x characters or words

Sinatra and Grape API together?

When do we use ruby module vs using class composition?

Filter by string instead of select in ActiveAdmin

How to configure action mailer (should I register domain)?

route issue in rails 4 about match keyword working in rails 3

wrong status line: "<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML 2.0//EN\">"

ruby-on-rails ruby xml

How to avoid NoMethodError for nil elements when accessing nested hashes? [duplicate]

ruby-on-rails ruby hash

How to require file from `gem` which are not under `lib` directory?

ruby rspec rubygems rubocop

Error when executing rails s

ruby-on-rails ruby

Idiomatic way to convert class method to proc in ruby

ruby