Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

OS X time until (system/display/disk) sleep?

objective-c ruby macos sleep

Require a gem in rails

ruby-on-rails ruby rubygems

How to achieve Python like string strip in Ruby?

python ruby string strip

Assigning Arrays to different variables

ruby metaprogramming

HashWithIndifferentAccess doesn't work with % format operator in Rails 5

How to make dynamic key names in YAML file

ruby yaml

Connect to remote database through gateway with Ruby

ruby oracle-database ssh

How do I configure RSpec with Sinatra to dynamically determine which Sinatra app is running before my test suite runs?

ruby rspec sinatra rack capybara

Eager loading a custom join with an instance variable

ruby-on-rails ruby

Is there a better way to find the location of a minimum element in an Array?

ruby arrays max

sort list of objects by property on associated object

Checking variable type in Ruby

python ruby

How to validate XML using Nokogiri?

rails - installed rails but can't create app "cannot load such file -- active_support"

Why are empty Arrays and Hashes treated differently when cast to string and then to symbol?

ruby

WebSocket and EventMachine timeout and error recovery

Ruby JSON parse non-integer numbers as strings (or BigDecimal)

ruby json

Rspec model tests for average rating method

Ruby: Until loop doesn't work as expected

ruby