Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

How to write a complicated condition

Testing if an object is a string

ruby coding-style

Use parentheses to enclose a block in Ruby?

ruby

How do I check if a string is valid YAML?

ruby yaml

Is VirtualEnv for Python essentially the same as RVM for Ruby

Rails AXLSX gem trying to merge cells of last row created

How do I merge two lists, and remove duplicates, in ruby/rails?

ruby-on-rails ruby

Using NetHTTP within Rails to hit Rails

ruby-on-rails ruby net-http

Why do I get "undefined method `start_with?'"?

ruby

How to not include layout.haml in sinatra app

ruby layout sinatra

Why is insert/delete on one array modifying another as well?

ruby arrays insert

Why doesn't Rails use the correct version of Ruby?

ruby-on-rails ruby

Retrieve an embedded document using Mongoid

ruby mongodb mongoid mongoid3

How do you undo a rollback (rollforward?)

gem install: ERROR: Failed to build gem native extension

What does the parameter 'args=(not_set = true)' mean in ruby?

ruby-on-rails ruby

How do I override an attr_accessor getter from a module?

What is the Ruby equivalent of the "this" function in Java?

ruby-on-rails ruby

Stripe undefined method `create' for #<Stripe::ListObject:

Can I evaluate a block inside a Proc?

ruby proc yield-keyword