Skip to content
View heratyian's full-sized avatar
👋
👋

Highlights

  • Pro

Block or report heratyian

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. sample-data-task sample-data-task
    1
    unless Rails.env.production?
    2
      namespace :dev do
    3
        desc "Drops, creates, migrates, and adds sample data to database"
    4
        task reset: [
    5
          :environment,
  2. Ruby .vscode settings Ruby .vscode settings
    1
    {
    2
      "editor.tabSize": 2,
    3
      "editor.detectIndentation": false,
    4
      "editor.formatOnSave": true,
    5
      "ruby.useLanguageServer": true,