Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

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

Ruby Split string at character difference using regex

ruby regex string split

How to restart or reuse a case statement in Ruby?

Rails 4.2 - Made a 'services' directory for PORO helpers but console/controllers etc don't see it

Rails + Devise: Undefined Local Variable in UserRegistration#Edit