Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Ruby array equivalent of active record.where(criteria)

What use can I give to Ruby threads, if they are not really parallel?

install bundler using rvm, ruby 1.8.7 with gcc 4.7 on linux

ruby linux gcc rvm bundler

Ruby fails to detect newline character in a string

ruby string newline

request.subdomain is not being set in Rails 3 during conditional routing

RSpec controller testing: missing template on create

ruby-on-rails ruby rspec

Enumerator `Array#each` 's {block} can't always change array values?

rbenv and passenger - cannot install from not root user account(sudo group)

Rails check_box_tag how to pass value when checked ajaxily

How do I post JSON via HTTP in Ruby after conversion from Python?

python ruby json

Error "invalid switch in RUBYOPT: -F (RuntimeError)" is shown while install gems by gem install mechanize

ruby rubygems

Ruby: How can I read a CSV file that contains two headers in Ruby?

ruby-on-rails ruby parsing csv

how to force rake task to run under development environment using Whenever gem

What does single vertical bar and equals bar mean in Ruby? [duplicate]

ruby

How do I add a prefix to each key in a hash?

ruby

Sort Array of Arrays by length with tiebreaker

ruby arrays sorting

Ruby unexpected keyword end, AND unexpected end of input

ruby

XPath to select between two HTML comments?

html ruby xpath nokogiri scraper

Rails 4 - syntax error, unexpected tIDENTIFIER, expecting end-of-input

ruby-on-rails ruby rspec

How do I define a FactoryGirl factory that returns a Hash with stringed keys?