diff --git a/posts/01-active-record-dive/active-record-dive.mdx b/posts/01-active-record-dive/active-record-dive.mdx new file mode 100644 index 0000000..33c99f4 --- /dev/null +++ b/posts/01-active-record-dive/active-record-dive.mdx @@ -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 diff --git a/posts/01-active-record-dive/images/hero.jpg b/posts/01-active-record-dive/images/hero.jpg new file mode 100644 index 0000000..b58e6cc Binary files /dev/null and b/posts/01-active-record-dive/images/hero.jpg differ diff --git a/tils/001.siege-load-testing/siege-load-testing.mdx b/tils/001.siege-load-testing/siege-load-testing.mdx index c562ccf..92ffbcb 100644 --- a/tils/001.siege-load-testing/siege-load-testing.mdx +++ b/tils/001.siege-load-testing/siege-load-testing.mdx @@ -91,7 +91,7 @@ more description on the generated statistics.
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