Cloud-oriented Life

Cloud Native Technology Improves Lives

Active Record Basics

This guide is an introduction to Active Record.

After reading this guide, you will know:

  • What Object Relational Mapping and Active Record are and how they are used in Rails.

  • How Active Record fits into the Model-View-Controller paradigm.

  • How to use Active Record models to manipulate data stored in a relational database.

  • Active Record schema naming conventions.

  • The concepts of database migrations, validations, and callbacks.

Read more »

Nginx WebSocket proxying

WebSocket is a computer communications protocol, providing full-duplex communication channels over a single TCP connection. The WebSocket protocol was standardized by the IETF as RFC 6455 in 2011, and the WebSocket API in Web IDL is being standardized by the W3C.

Read more »

Homebrew - The Missing Package Manager for macOS (or Linux)

Homebrew is an essential piece of software to help you organize the tools you use. The package manager allows you to install a large number of software like NodeJS or new versions of Git and will help you to keep them up to date.

These Homebrew commands will help you installing and maintaining the set of tools you need to develop good software.

Read more »
0%