Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Can a class in ruby store the number of instantiated objects using a @class_instance_variable and not a @@class_variable?

Is there an idiomatic way to operate on 2 arrays in Ruby?

Nested model validation - errors don't show

Ruby equivalent of Python str[3:]

python ruby substring

How do I crawl an infinite-scrolling page?

javascript ruby web-crawler

How to read csv from ARGF

ruby csv

How to write down these three cases in a more elegant way?

Create a powerpoint presentation with Rails

capybara poltergeist - override user agent

Bing Search API in Ruby

Ruby .each efficiency

How would you express an idiom "with this object, if it exists, do this" in Ruby?

ruby

Composite primary keys in ruby on rails

Is it common to set objects to nil?

ruby

Extend module inside another module

ruby

How to create an RSpec Rake task using RSpec::Core::RakeTask?

ruby rspec rake

How to test order-conscious equality of hashes

attr_accessor which transforms nil into string on write

ruby

Ruby markdown interpreter with syntax similar to GitHub Flavored Markdown?

How can I get all defined classes? [duplicate]

ruby