Skip to content

Instantly share code, notes, and snippets.

@ecmelkytz
Last active March 26, 2026 09:11
Show Gist options
  • Select an option

  • Save ecmelkytz/340c55edca9258c8eb9dbee191450183 to your computer and use it in GitHub Desktop.

Select an option

Save ecmelkytz/340c55edca9258c8eb9dbee191450183 to your computer and use it in GitHub Desktop.
[
{
"title": "Rails Öğreniyorum",
"article": "Rails öğrenmeye giriş. MVC yapısını anlamaya çalışıyorum.",
"status": "draft"
},
{
"title": "ActiveRecord ile Veritabanı İşlemleri",
"article": "ActiveRecord ile veritabanı işlemleri oldukça pratik.",
"status": "published"
},
{
"title": "Scope Kullanımı",
"article": "Scope kullanımı ile sorgular daha okunabilir hale geliyor.",
"status": "published"
},
{
"title": "Enum ile Status Yönetimi",
"article": "Enum yapısı ile status yönetimi çok daha kolay.",
"status": "inactive"
},
{
"title": "Controller ve Params İlişkisi",
"article": "Controller ve params ilişkisini anlamak önemli.",
"status": "draft"
},
{
"title": "Validations ile Veri Doğrulama",
"article": "Validations ile veri doğrulama işlemleri yapılır.",
"status": "published"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment