Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

RSpec redirect_to and return vs. redirect_to && return

testing rake tasks with Rspec is not accepting arguments

How to express the variable in absolute value form

ruby-on-rails ruby

How to stub rand in rspec?

ruby rspec

Is it a bad idea to reload routes dynamically in Rails?

ruby-on-rails ruby

conditional formatting in rails partials

How to parse a tab-separated line of text in Ruby?

Rails Application Admin Section

ruby-on-rails ruby

Send email from Ruby program with TLS

ruby email

Ruby / Rails garbage collection

How can I get a list from a Ruby enumerable?

ruby list iterator enumerable

Combine Thumbnails to One Large Image with RMagick [closed]

ruby thumbnails rmagick

What are the pros and cons of asset_packager and Jammit?

ruby-on-rails ruby

Installing gems from behind a corporate firewall

ruby rubygems jruby firewall

Getting ruby function object itself

ruby function object

Why don't numbers support .dup?

ruby numbers abstraction

Split string in Ruby, ignoring contents of parentheses?

ruby string split

can I do hash.has_key?('video' or 'video2') (ruby)

ruby hash

Using rubyzip to add files and nested directories to a zipoutputstream

ruby rubyzip

Ruby methods and ordering of multiple default values

ruby