Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

How can I get the absolute URL when extracting links using Nokogiri?

ruby nokogiri

Gem Install Debugger Error

Ruby custom class to and from YAML;

ruby encoding yaml decoding

How to implement a short URL like the URLs in Twitter?

ruby short-url

What would a default getter and setter look like in rails?

Ruby Merging Two Arrays into One

How to override class_method in rails model concern

Rails: no implicit conversion of nil into String

Round a ruby float up or down to the nearest 0.05

Rails console not working on server

ActiveSupport Conflict when running tests

ruby rubygems activesupport

Better way to turn a ruby class into a module than using refinements?

ruby ruby-2.0 refinements

How do I debug a slow rails app boot time?

How can I optimize GraphViz output width?

ruby graphviz

Sending a Post request with net/http

How can I save an object to a file?

Date range in an array, ruby

Updating Paperclip path file names from on server to s3

Check if a method/property is defined or not before calling