Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

why is before :save callback hook not getting called from FactoryGirl.create()?

ruby factory-bot datamapper

minitest testing and code coverage

How to decode subject fetched via Net::IMAP which in UTF8? (ruby)

ruby utf-8 jruby imap

Rubygems on OSX missing

ruby rubygems osx-lion

Is it possible to ask for only certain columns from an ActiveRecord association?

Integrating Wrap Bootstrap Themes with Ruby on Rails

Unexpected unpack results with bit strings

ruby unpack

Rails - paperclip - Multiple photo upload not saving

regex - What is the complexity of this regular expression for primes detect?

How do I install mysql2 gem under Ruby 1.9.3? Works under 2.0.0

ruby bundler homebrew mysql2

Why does this code work in ruby 1.8 and not ruby 1.9?

meaning of a `+` following a `*`, when the latter is used as a quantifier in a regular expression

ruby regex

Set.include? for custom objects in Ruby

ruby

Ruby namespacing with a class vs. module?

ruby

Stripe w/ Ruby on Rails ENV variables in Javascript

When are constants garbage collected in Ruby?

ruby garbage-collection

Minitest uninitialized constant error

ruby minitest

How can I inherit from Rational (or any class with no constructor)?

ruby inheritance

Ruby code blocks versus javascript anonymous functions distiction

javascript ruby

Does attr_accessor require using symbols as variables in Ruby?

ruby attr-accessor