Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Grape error handling strategy?

How to stub an active record relation to test a where clause with rspec?

Ruby: target-less 'case', compared to 'if'

ruby

How to start Rails server with environment variables set?

Ruby OptionParser: how to handle arguments without a prefix (like a required filename)

When fetching data using an api, is it best to store that data on another database, or is it best to keep fetching that data whenever you need it? [duplicate]

ruby-on-rails ruby

Can anyone tell me what the purpose of a Gemspec file in Ruby is?

ruby-on-rails ruby gemspecs

Increase connect(2) timeout in RestClient / Net::HTTP on AWS Linux

Why is Time.utc slower in a forked process in Ruby on OS X (and not in Python)?

python ruby performance fork

Why do private setters behave differently to other private methods?

ruby

Is there an equivalent for using matplotlib.image in ruby

Why does ruby create 3 objects after a class is created?

ruby ruby-1.9.3

How can I get source and variable values in ruby tracebacks?

What's the best way to implement ACLs to a Rails application?

ruby-on-rails ruby acl

Ruby - Immutable Objects

Running multiple background parallel jobs with Rails

Is there a Ruby on Rails site thumbnail generator available?

How get inner_html of ruby Nokogiri NodeSet unescaped?

ruby nokogiri

IronRuby as a scripting language in .NET

How can I find unused methods in a Ruby app?

ruby refactoring