Skip to content
View amyroi's full-sized avatar

Block or report amyroi

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. ActiveModel::Serializer for ActiveMo... ActiveModel::Serializer for ActiveModel::Model
    1
    # ActiveModel::SerializerをActiveModel::Modelで使う
    2
    
                  
    3
    class Model < ApplicationRecord
    4
    end
    5
    
                  
  2. Railsでパーティショニング Railsでパーティショニング
    1
    # Gem
    2
    gem 'composite_primary_keys'
    3
    
                  
    4
    # 複合keyの設定の為、idのprimary_keyを解除して、複合keyでindex追加
    5
    class CreatePageviews < ActiveRecord::Migration
  3. Enum I18n Enum I18n
    1
    module EnumI18n
    2
      extend ActiveSupport::Concern
    3
      included do
    4
        after_initialize :set_enum_text
    5
      end
  4. circleci-ruby-linter circleci-ruby-linter Public

    CircleCI orb for Ruby Linter

    Shell 1 1

  5. enum-i18n enum-i18n Public archive

    Enum attributes with I18n and ActiveRecord support

    Ruby 2