Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

How to use lotus router with Rack::Builder::map

ruby hanami hanami-router

Using remove_instance_variable vs. set to nil

ruby

Multiple links in a column using wice_grid Ruby On Rails

Capistrano 3 Permission Denied

NoMethodError in Ruby :: Custom Exception class

ruby ruby-on-rails-3

Sass::SyntaxError: File to import not found or unreadable: bourbon/bourbon

ruby rubygems sass rvm bourbon

Why is Kernel method looked up only when `send` is used?

ruby

Ruby block implicit variables

ruby lambda block

Convert a partial to method/block for speed

Postgresql JSON column as HashWithIndifferentAccess

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