Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

What other languages have features and/or libraries similar to Perl's format?

ruby perl format

How to Properly Convert or Query Date Range for Rails / MySQL DateTime Column

How can you interact with Perl programs from Ruby?

ruby perl

Rails routing - custom routes for Resources

Compute hex color code for an arbitrary string

java ruby colors hex

Use hash or case-statement [Ruby]

ruby hash case

How do you extend a Ruby module with macro-like metaprogramming methods?

ruby metaprogramming module

Validate arguments in Ruby?

ruby

Can node.js replace Ruby? [closed]

rails friendly_id and check if entry exists

Emacs, ruby: convert do end block to curly braces and vice versa

ruby emacs

Using Ruby and net-ssh, how do I authenticate using the key_data parameter with Net::SSH.start?

ruby authentication net-ssh

Mongodb change ObjectID or _id attribute for a document?

ruby mongodb mongoid

How can I find the max attribute across records in ruby?

ruby-on-rails ruby max min

How to render a string as an erb file?

ruby-on-rails ruby erb

Ruby: Converting a nested Ruby hash to an un-nested one

ruby hash nested-attributes

Find loaded providers for OmniAuth

ruby omniauth

IP Range to CIDR in Ruby/Rails?

Is a global variable defined inside a Sinatra route shared between requests?

ruby routing sinatra

In ruby, file.readlines.each not faster than file.open.each_line, why?

ruby file io