Jan M. Faber

Results 22 comments of Jan M. Faber

Hi @piotrmurach This what I get on that machine, hope this helps. ```ruby irb(main):002> RbConfig::CONFIG["host_os"] => "mingw32" irb(main):003> platform = TTY::Platform.new => # irb(main):004> platform.windows? => false irb(main):005> platform.unix? =>...

Way back in Rails 1 the way to write ActiveRecord went something like `find(:condition => ['id > ?',params[:id]])`. So older code bases can have a ton of `where([...])` in them...