Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Ruby Code explained

ruby

my_object.save(false) doesn't REALLY skip my Active Record validations

jRails Alternative

What is the shortest way to insert 2 dashes into this string with ruby?

ruby

what are the major differences and similarity in java and ruby? [closed]

java ruby

ActiveSupport::StringInquirer in Rails

ruby-on-rails ruby

How to count the number of unique characters in a file?

python ruby perl bash

Rails error while installing fcgi: Failed to build gem native extension

get all user.name from a database rails

ruby-on-rails ruby

Rails 4 Remove Migration ID from Migration Index

How to run MiniTest::Unit tests in ordered sequence?

ruby unit-testing minitest

Warning: PATH set to RVM ruby but GEM_HOME and/or GEM_PATH not set, see: https://github.com/wayneeseguin/rvm/issues/3212

ruby terminal rvm zsh

Easily map over Hash like Array#map

ruby hash

What does Ruby constant mean?

ruby constants

Best web application language for Delphi Developers

php python ruby delphi

The speed of Ruby and Java [closed]

Devise login with user or admin models and Basecamp style subdomains

Ruby - Generate all two letter words

ruby arrays

Ruby -- If Elsif Else Error

ruby if-statement

Using the Bubble sort method for an array in Ruby [closed]

ruby bubble-sort