acts_as_boolean Rails plugin released
acts_as_boolean is a Ruby on Rails plugin I created that treats a column as a boolean, whether it’s a tinyint, integer, float, string, etc. No matter how true and false are stored in the database.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
acts_as_boolean is a Ruby on Rails plugin I created that treats a column as a boolean, whether it’s a tinyint, integer, float, string, etc. No matter how true and false are stored in the database.
Post a comment