Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions posts/01-active-record-dive/active-record-dive.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
slug: better-understand-active-record-by-dispatching-it-from-rails
title: Let's better understand ActiveRecord by Dispatching it from Rails
author: Muhammad Ebeid
description: Deep dive into ActiveRecord gem by creating a Ruby app without
using Rails
date: "2020-09-19T15:03:10.510Z"
tags:
- Ruby
- Rails
- Active-Record
- Bundler
- Rake
image: ./images/hero.jpg
attribute:
source: Unsplash
source-url: https://unsplash.com
photographer-name: Douglas Bagg
photographer-link: https://unsplash.com/@nzdoug16
---

ActiveRecord
Binary file added posts/01-active-record-dive/images/hero.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion tils/001.siege-load-testing/siege-load-testing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ more description on the generated statistics.
<br />

If you found yourself running this command frequently, you can create a
the script inside the `bin` folder to automate this task.
script inside the `bin` folder to automate this task.

```bash
#! /bin/bash
Expand Down