The popular web framework Ruby on Rails has a core part called ActiveRecord. That is the ORM, the object-relational mapper, which lets you use your database records “as objects” in your code. With Rails, ActiveRecord is very powerful, but it’s not that bad on its own either. Here is an example of using it as …
Continue reading “ActiveRecord outside of Rails: handy DB-tool”