Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Why is (10..20).last the same as (10...20).last [duplicate]

ruby

Rake / Rspec: How to suppress / quiet / silent the first output line showing the command with --pattern ?

ruby rspec rake serverspec

Memoization vs Lazy initialization/evaluation

ruby

Disable CSRF SiteWide

ruby-on-rails ruby csrf

iterate through array of hashes in ruby

ruby-on-rails ruby arrays hash

rbenv Your Ruby version is 2.0.0, but your Gemfile specified 2.1.2

How to preserve line endings in Ruby on Windows?

ruby

Specifying a default value for a setter method

ruby

How to include Custom exception in Rails?

ruby-on-rails ruby

How can I skip some setup for specific Rspec tags?

ruby rspec

Hash[] vs to_h, are they the same, and if so which is better?

ruby hash

Bundler is using a binstub that was created for a different gem.

ruby-on-rails ruby bundler

ruby Enumerable#first vs #take

ruby

Rails I18n translations scoping

AWS SDK v2 for s3

Phusion Passenger 4 & nginx cannot see environment variables in Ubuntu Linux

ruby-on-rails ruby nginx

Run gem from local source code

ruby

What is the capybara equivalent for Minitest's assert_select?

Collecting results for Ruby Parallel Gem

How to make Ruby on Rails create SQLite database with foreign keys enabled?