Skip to content
undefined reference
About RSS

Posts tagged "ruby"

  • Nov 20, 2021 ruby

    Float division by 0 in not always Infinity

    1.0 / 0.0 #=> Infinity, but 0.0 / 0.0 #=> NaN

  • Jun 10, 2017 ruby

    Why you should probably avoid mixins

    Mixins can be dangerous in many cases, avoid them if you can

  • May 14, 2016 rubyrust

    Writing Ruby gem in Rust

    How to integrate Rust with Ruby

  • Apr 1, 2016 rubyrails

    I18n for data in your models

    How to store data in multiple languages

  • Feb 22, 2016 rubymetaprogramming

    Resident eval - code: Ruby. Survival guide

    Different methods to eval ruby code

  • Jan 31, 2016 rubydebugging

    Improve console print debugging experience

    Improving console print debugging

  • Dec 26, 2015 rubyactivesupportrails

    DRY with_options

    ActiveSupport's with_options helps you keep classes DRY

  • Dec 13, 2015 ruby

    Ensure you understand ensure

    Ruby's ensure sometimes may lead to not obvious behavior

  • Dec 5, 2015 rubyrailscrud_responder

    Using service objects with CRUD interface, the smart way

    User CRUD interface with your domain objects with crud_responder gem

  • Nov 28, 2015 rubyrails

    CRUD interface for service objects

    Embrace CRUD interface to all of your domain objects

Oleg Antonyan Ruby and friends programming blog

About · RSS · Source · Built with Jekyll