Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Uploading Base64 image data to S3 via AWS Ruby SDK

DateTime.new with timezone (Rails)

Can't bypass OpenSSL verification - certificate verify failed (OpenSSL::SSL::SSLError)

Ruby Date.strptime doesn't enforce 4-digit year

ruby date strptime

Difference between 3-dot-range operator and 2-dot-range operator in flip flop ruby

ruby flip-flop

With the state_machine gem, is there a way to make the events private/protected?

Create and update with nested models using strong parameters Rails

Converting a floating point to its corresponding bit-segments

ruby floating-point

Couldn't find Listing with 'id'=all, Search Form

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