Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

"if yield" same as "yield if block evaluates to true"?

ruby

Ruby on Rails: Observers and flash[:notice] messages?

ruby-on-rails ruby

What are some nice ways to reverse a nested hash?

ruby hash

Error sending emails with Rails 4 & Devise (connection refused, port 25)

set server options inside rackup file

ruby server config rack puma

rails3, confused about using params[:filename].tempfile.path vs params[:filename][:tempfile].path

Capybara-1.1.1 conflicts with capybara (~> 0.4.0)

ruby rubygems capybara

Ruby Restart Array Loop

arrays ruby

Ruby - using pdftk to split a multi page pdf into many single page pdf's?

ruby pdf pdftk

Why favor the use of %w over ['foo', 'bar'] [closed]

ruby coding-style rubocop

ruby/OSX 10.9.2: chef plugin knife-ec2 installs successfully, but is still unavailable

How to validate the format of a string in Ruby, while extracting the matches?

regex ruby

400 Bad request error after starting Faye's messaging app

ruby-on-rails ruby

Why symbol instead? [duplicate]

ruby-on-rails ruby

RSpec - Can't find spec/spec_helper.rb

ruby-on-rails ruby rspec

How do I assign default values for two-dimensional array?

Ruby array subtraction?

ruby arrays