Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Installed latest ruby on mac but still showing old in terminal

Formatting a float to a minimum number of decimal places

ruby-on-rails ruby

How does RoR's "magic" namespace resolution work?

ruby-on-rails ruby

When declaring a method, what do the various argument prefixes mean?

ruby

Rails code sharing: gem vs plugin vs submodule?

Ruby activerecord result to array

ruby activerecord

GMX && Ruby Mail SMTP: "end of file reached"

ruby smtp pony

Bundler how to require gems separately in Gemfile just in one file?

ruby rubygems bundler

Figuring out where to add punctuation in bad user generated content?

What makes heroku response time too much slow

ruby-on-rails ruby heroku

Ruby: convert curl command into Ruby net/http request

ruby net-http

WEBrick & Sinatra: how to redirect all http traffic to https

Specify folders to merge with git

ruby-on-rails ruby git merge

Sinatra: before filter ordering

ruby sinatra

Benchmarking methods in Ruby

ruby benchmarking

Get unique element on basis of string from array of hash

ruby-on-rails ruby

How does Ruby store large numbers? [duplicate]

How to add method to an existing class just like Objective-C category in Ruby? [closed]

ruby objective-c-category

Binding.irb how to step to the next line when debugging with IRB

ruby irb