Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

How can I use Net::Http to download a file with UTF-8 characters in it?

Rails Error: ActionView::Template::Error (Permission denied @ sys_fail2) in dev environment

ruby ruby-on-rails-4

Ruby apply string interpolation to a single-quote string

How to count threads waiting for mutex?

ruby concurrency mutex

Make puts thread-safe

ruby multithreading

Difference between instance_eval and singleton method

ruby

Passing variable into block - Rails [duplicate]

ruby-on-rails ruby

How to undo bundle install --deployment?

Why do I need `to_s` on top of `to_i` when reading from a file?

ruby string

Use Octokit to retrieve private repositories from organizations

While installing http_parser.rb ERROR: Failed to build gem native extension

ruby-on-rails ruby rubygems

How to use :replace, :invalid and :undef args for encoding using CSV.read?

ruby csv encoding

How to call an active_model_serializer to serialize records explicitly

The commutative property of multiplication in Ruby

ruby

Add values to Ruby JSON Object

ruby-on-rails ruby json

How can I check if a string ends with a particular substring in Liquid?

ruby jekyll liquid

Unary Ampersand Operator and passing procs as arguments in Ruby

ruby

Ruby DateTime: Get next 5:15pm (or similar)

How to model a mutual friendship in Rails

How to count RSpec examples filtered with :focus in a git hook?

ruby git rspec rspec3