Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

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

Add a C native method to a pre-existing Ruby class

ruby ruby-c-extension

PostgreSQL - group by clause or be used in an aggregate function (error)

Ruby On Rails Query with sum and group?

ruby-on-rails ruby

Lambda vs Proc in terms of memory and efficiency

ruby lambda proc

How to list all countries in select using country_select gem with simple_form

How do I upgrade the Ruby version of my project?

Gem build "recipe for target 'stemmer.so' failed"

ruby rubygems cygwin jekyll

In Ruby is it possible to create a local variable explicitly

ruby variables block local proc