<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Viktor Emilov</title>
    <description>The latest articles on DEV Community by Viktor Emilov (@viktor_eio).</description>
    <link>https://dev.to/viktor_eio</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1905897%2F79218a65-54d6-478d-8584-f63ef0c0f587.jpg</url>
      <title>DEV Community: Viktor Emilov</title>
      <link>https://dev.to/viktor_eio</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/viktor_eio"/>
    <language>en</language>
    <item>
      <title>What is Rails ActiveRecord?</title>
      <dc:creator>Viktor Emilov</dc:creator>
      <pubDate>Tue, 20 Aug 2024 14:44:38 +0000</pubDate>
      <link>https://dev.to/viktor_eio/what-is-activerecord-in-rails-5hbn</link>
      <guid>https://dev.to/viktor_eio/what-is-activerecord-in-rails-5hbn</guid>
      <description>&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fm5rci0wd5xrck594fpjp.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fm5rci0wd5xrck594fpjp.jpeg" alt="Image description" width="800" height="420"&gt;&lt;/a&gt;&lt;br&gt;
ActiveRecord is managing your Database, it is a design pattern used in object-relational mapping (ORM) to create an object-oriented interface to a relational database.&lt;br&gt;
It is a pattern that allows you to interact with your database, like you would with an object. It is commonly used in the Ruby on Rails web framework, but can also be used in other languages and frameworks as well. ActiveRecord provides methods for creating, reading, updating, and deleting records in a database, as well as methods for querying the database and establishing relationships between tables.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://guides.rubyonrails.org/active_record_basics.html" rel="noopener noreferrer"&gt;link to official Rails ActiveRecord documentation&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ruby</category>
      <category>rails</category>
      <category>softwaredevelopment</category>
    </item>
  </channel>
</rss>
