Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Returning the highest and lowest numbers in a string: Ruby

ruby

Ruby 1.8 and 1.9 string differences

ruby

Problems with require in gem

ruby rubygems require

Generate openssl password with Ruby

ruby openssl

Having to call "render :layout => false" to correctly render js.erb template in Rails 2.3.3

ruby-on-rails ruby

Should I use ON DELETE CASCADE, :dependent => :destroy, or both?

Problems With Sending Larger Files Over Ruby's TCPServer

ruby file client-server

How to change file permission of all files in a S3 bucket using either aws-s3 gem or right_aws gem

Is it possible to create (or simulate) a keyword in Ruby?

ruby metaprogramming

Grape get username:password from BasicAuth

How to filter the values of a model column, that don't exist in the database?

Ruby: incompatible library version

ruby-on-rails ruby rubygems

Can a Ruby object have multiple eigenclasses?

ruby eigenclass

Ruby on Rails error ActiveRecord::PendingMigrationError

ruby-on-rails ruby

Rails 5: "belongs_to through" kind of association

Find last created_at record

Optional parameters for Rails Image Helper

ruby-on-rails ruby helper

Model code to module: wrong number of args, class/ instance method?

ruby-on-rails ruby module