Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Rails uniqueness validation with unless condition unwanted behavior

List available serial ports

ruby serial-port detection

using a placeholder with joins

sql ruby-on-rails ruby join

Prawn PDF: render a set of things on the same page

ruby prawn

Way to DRY ruby regex?

ruby regex

“Error no label add or removes specified” when trying to modify labels using Gmail's Ruby API

ruby gmail-api

Overriding ActionView::Base.field_error_proc in Rails

ruby ruby-on-rails-3

How can I reduce memory usage with a very large Ruby hash?

ruby memory hash

Why isn't my ruby class converting to json?

ruby json

Ruby: What does binds mean in ActiveRecord gem?

"if yield" same as "yield if block evaluates to true"?

ruby

Ruby on Rails: Observers and flash[:notice] messages?

ruby-on-rails ruby

What are some nice ways to reverse a nested hash?

ruby hash

Error sending emails with Rails 4 & Devise (connection refused, port 25)

set server options inside rackup file

ruby server config rack puma

rails3, confused about using params[:filename].tempfile.path vs params[:filename][:tempfile].path