Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Why is the module initialize method not called?

ruby

How to set rails session cookie expiration time to "session"

Reading/greping a file in ruby more than once

ruby file

Creating object by Polymorphic association rails

In Ruby, what's the difference between String() and #to_s

ruby coding-style

Web page scraping gems/tools available in Ruby [closed]

ruby html-parsing lxml scrape

Can procs be used with case statements in Ruby 2.0?

How can I convert a relative link in Mechanize to an absolute one?

using gsub in ruby strings correctly

ruby string gsub

Ruby equivalent to Python's "array[i:]" to select all array elements after i?

ruby arrays

What does a comma followed by an equals sign mean in Ruby?

ruby

Bytes to megabytes in ruby

ruby-on-rails ruby

Set non-database attribute for rails model without `attr_accessor`

ruby-on-rails ruby

Unable to add credit card to a managed account on Stripe

The git source is not yet checked out when running Docker

ruby docker rubygems bundler

Get cookie from Golang post

ruby go

An algorithm for converting a base-10 number to a base-N number

ruby algorithm math

What does the 't()' tag mean in Ruby on Rails?

What does "save(false)" do?

ruby-on-rails ruby

What's the most efficient way to deep copy an object in Ruby?