Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Calling a private method xxx using self.xxx() from within another private method resulting in error "private method `xxx' called"

ruby private

How to insert bullet character in a Ruby string?

ruby

Active Admin date filter date format customisation

Rails 3 - Filter chain halted as :authentication rendered or redirected

Storing a MessagePacked hash in Redis

ruby redis msgpack messagepack

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