Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Do not necessary require(s) matter?

ruby require

Replacing a task in Capistrano / Capifony

ruby capistrano capifony

How to upgrade ruby version of ruby on rails app using rvm

ruby-on-rails ruby rvm

Why is negative specific exception expectation deprecated in RSpec?

ruby rspec deprecated

Nokogiri and random div name

ruby nokogiri wildcard

Many To Many vs One to Many

Adding a flash notice to a link?

curl different result when I call it from ruby via backtick `curl <url>`

ruby curl ssl

What is socket hijacking?

Format Email Reply in Ruby

Jekyll is outputing Gemfile, Gemfile.lock on build. How can / should I prevent this?

ruby jekyll

Regex for Capybara

ruby regex capybara

Middleman: referencing URL stored in a data file from markdown

ruby markdown haml middleman

Do Ruby classes get cleared out between Rake tasks

ruby rspec rake

Encoding problems with hpricot

Ruby scan for tag unless escaped by unescaped \

ruby regex escaping

Parsing a string list with multiple values into JSON

Difference between &.each and .each for arrays in ruby? [duplicate]

arrays ruby