Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Ruby Watir: Clicking OK on JavaScript Alerts?

How would I recompile Ripper's AST back to Ruby code?

How do I suppress the huge stack trace after a rake TestTask failure?

ruby rake

Is there an idiomatic ruby/rails way of returning the first truthy mapped value?

big array manipulation is very slow in ruby

ruby performance jruby

How to enter unique associations only?

Why is 'super' a keyword rather than a method in Ruby?

ruby language-design super

How do I implement ICMP ping in Ruby using only the standard the socket library?

ruby ping icmp

Get changelogs for all gems included in a Rails project

How to manually construct an AST?

Memory bloat when creating many new objects

How to remove blank values params from query string

Ruby on Rails: allow the user to enter a new information, OR click on drop down menu to select existing info

How can I define a method on a FactoryGirl factory?

ruby factory-bot

Rails 3 How can I allow nested attributes to be passed without the _attributes designation

How to test signal handling in RSpec, particularly handling of SIGTERM?

IRB doesn't respect dot (.) as a word-break character

ruby irb

In JRuby, how do I determine what causes java.lang.ThreadDeath?

ruby debugging jruby

How to find memory used by ruby object?

ruby memory-management

Documenting def_delegators with Yardoc

ruby documentation yard