Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Ruby strings that appear the same are not equal, why?

ruby-on-rails ruby

How to stop binding.pry from executing inside a loop?

ruby pry

How to fill in a datetime-local field with capybara?

ruby rspec capybara

Ruby: comparison of String with String failed (ArgumentError)

ruby string sorting comparison

Safe navigation operator (lonely operator) not working for hash

ruby

Allow only one of specific value in Ruby array

ruby

Enumerate a character's Unicode properties in Ruby?

rspec expect date to equal

ruby-on-rails ruby json rspec

Why prefix a method with "self"

ruby self

Calling a remote command via ssh, using Ruby, improved syntax?

ruby ssh

Which ActiveJob queue does ActionMailer use in Rails 4.2?

Using Paginate with constructed query in active record

how do I include a header in an http request in ruby

How to get MongoDB version from Ruby code using Mongoid or Mongo Ruby Driver?

Ruby float to_r calculation. decimals to fractions

ruby internals

Remove duplicate substrings from a string

ruby string

rails: change a relationship to be polymorphic

ruby-on-rails ruby

How do I know if I am running Puma in cluster mode?

How do Rails classes call methods directly on classes

ruby-on-rails ruby