Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

How to convert an integer into a Binary Array..

ruby-on-rails ruby

rake invalid byte sequence in UTF-8

ruby ruby-on-rails-3 rake

Ruby on Rails Inline around_save Callback Yields a LocalJumpError

Class methods: describe "#my_class_method" or describe "#self.my_class_method"?

ruby testing rspec

Ruby profiler stack level too deep error

ruby profiler ruby-prof

Convert a string to type timestamp in rails

Newbie Cucumber hang-up $?.success? no method error

ruby-on-rails ruby cucumber

Printing variables

ruby oop

how to get rid of ruby's warning: already initialized constant

ruby xml-rpc

How can I store an image in a database using Ruby and Sequel?

ruby image blob sequel ramaze

How to test stdin for a CLI using rspec

Gemfile - separating Production gems from Development gems

Ruby count # of matches in string from array

ruby

How to run Rack-based application (not Rails) with Unicorn

ruby rack unicorn

How to call silence! on dalli cache_store?

ruby-on-rails ruby dalli

Is that a variable a Symbol, a Method, why does this have a colon and that doesn't?

ruby-on-rails ruby

How to properly close a HTTP connection in Ruby

ruby http

Intersecting non-empty arrays

ruby

Accessing view helper methods from Capybara rquest specs

Make a rake task fail if system call return error

ruby rake rake-task