Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

if..else if inside a do..end block in Ruby

ruby

"Not found. Authentication passthru(Azure)" in Rails

How do I create a separate namespace for eval in Ruby?

ruby metaprogramming

Can the CPS-styled `call/cc` be written in terms of a hypothetical non-CPS-styled `cc'`?

Composite of Commands Design Pattern

ruby oop design-patterns ooad

Timestamp comparing in timestamp range?

How to use a modified third-party library in a Rails project?

flash[:notice] or flash.notice?

ruby-on-rails ruby

Creating a simple hit counter in Rails

Backing up open source gems in case they go away [closed]

ruby git rubygems

How to flatten innermost array

ruby

Lookbehind with the ^ character in a Ruby regex

ruby regex

reference to a method?

ruby

The string "Test '<3'" displays as "Test '<3>" in my Rails app

Undefined local variable coerced to nil when being passed as argument

ruby

Define custom callbacks on ruby method

Rails scope doesn't return correct data

ruby-on-rails ruby

How do I do a grouping by year?

ruby-on-rails ruby model view

Ruby: Is it possible to redefine a method but leave subclasses unchanged?

ruby