Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Can I access keyword parameters of a method as a hash in Ruby?

ruby

Waiting for an element without throwing an exception if timed out

ruby watir watir-webdriver

Source RVM script - "grep: invalid option -- 'p'"

ruby grep rvm

Sidekiq Redis::CannotConnectError: Error connecting to Redis on 127.0.0.1:6379 on production

Ruby exception trace

ruby exception raise

Ruby - reference of self in the class method

ruby class methods

Restricting Access to Rails App based on IP-Address

Alternatives to pending or skip in RSpec 3

ruby rspec rspec3

Date string error [closed]

ruby string date

Split datetime into two separate form fields (RAILS)

response.body in Rspec controller test returns an empty string

Reading/Writing password protected and encrypted file in ruby

ruby encryption

How can I make Rubocop treat some errors as warnings instead of errors?

ruby rubocop

uninitialized constant Net::HTTPS (NameError)

ruby https http-headers

RSpec matcher that checks collection to include item that satisfies lambda

ruby rspec rspec-rails rspec3

Is there a built in method in Ruby to split an array into two sub arrays at a specified index?

ruby