Blog Ruby Maths

Ruby Scopes

Ruby scopes are special active record methods to run database queries. Scopes enables us to defin...

Read this article

Namespaces

Namespaces is a container for multiple instances which includes classes, constants and other modu...

Read this article

Modules and Mixins

Within Ruby object model, we can include modules. By including a module into a class, we can add ...

Read this article