Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

How to access first item in hash value array

ruby-on-rails arrays ruby hash

Unable to install json 1.8.3 in ruby 2.2.1

ruby json gem bundler

force_ssl redirect loop on Rails 4 using CloudFlare SSL

Ruby - Using multiple conditions on a single line

How to access parent/sibling module methods

ruby

Should I test associations between models?

Chef Recipe How To Check If File Exists

What practical effect will different Ruby threading models (Ruby vs JRuby) have on your code as a developer?

ruby multithreading jruby

What is the shortest/most idiomatic way of determining whether a variable is any one of a list of values?

ruby syntax

Ruby Integer(), Array(), et al -- what are they? Where do they come from?

ruby-on-rails ruby

Ruby: How to determine if file being read is binary or text

ruby file-io

Read only mode for Ruby on Rails application

ruby-on-rails ruby

Ruby equivalents for PHP's magic methods __call, __get and __set

How do I pass data to a partial?

ruby-on-rails ruby

Rails: is Passenger Standalone suitable for production deployment?

Write Inheritable Attribute versus Basic Assignment in Rails

ruby-on-rails ruby

Preferred way to private messages modeling in Rails 3

Ruby String concatenation and ternary don't play nice?

ruby concatenation

Ruby: Using rand() in code but writing tests to verify probabilities

Is there any way to have multiple seeds.rb files? Any kind of 'versioning' for seed data?

ruby-on-rails ruby rake