Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Changing HTTP status message using Sinatra

How to make rack session cookies httponly?

Searching for text then selecting the parent element? (ruby)

ruby watir

Rails/Haml: adding a parentclass every n iteration

how do I retrieve list of element attributes using watir webdriver

ruby watir-webdriver

Addressable gem is not found

ruby-on-rails ruby

How does Ruby use symbols to reference variable names?

ruby metaprogramming

How to create a consistent hashstring of a ruby array?

ruby arrays hash zlib digest

Lazy-evaluation of a "#{}"-string in ruby

ruby string eval

rails ruby iterate through partials in directory

split string by spaces properly accounting for quotes and backslashes (ruby)

ruby regex

irb does not print anything

ruby

Freeze a random number in Ruby

Equivalent for `break` in ruby's case / when statements?

ruby

Find values in array of hashes to create new array of hashes

ruby-on-rails ruby arrays hash

Include Require.JS (r.js build) into the Middleman build

ruby requirejs middleman r.js

Nokogiri XPath not finding certain nodes

ruby xml nokogiri

Using Ruby variable in Javascript (In App View)

Output the source of a ruby method

ruby metaprogramming

how to use rspec to mock a class method inside a module

ruby rspec mocking rspec2