Skip to content
View pedromschmitt's full-sized avatar
🎲
🎲

Sponsoring

@mshibuya

Highlights

  • Pro
Block or Report

Block or report pedromschmitt

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

  1. Dreamersoul/administrate-field-active_storage Dreamersoul/administrate-field-active_storage Public

    support active storage in administrate

    Ruby 153 58

  2. Setting up a new server and deploy R... Setting up a new server and deploy Ruby
    1
    # Setting up a new server and deploy Ruby on Rails project with Capistrano on VPS (Digital Ocean/Hetzner/etc)
    2
    This use Rails 5 or 6, RVM and Puma. 
    3
    
                  
    4
    If you want to deploy with RBenv and Passenger, take a look at Phyl Smy script https://github.com/philsmy/cable-guy-example/blob/main/SetUpServer.txt and his video where he recorded each step https://www.youtube.com/watch?v=CZtYDplotiI&t=1s
    5
    
                  
  3. Manual Image Upload to Rails 6, Tiny... Manual Image Upload to Rails 6, TinyMCE 5 and Carrierwave (WITHOUT using gem 'tinymce-rails-imageupload', because it not support TinyMCE 5 yet)
    1
    # db/migrate/20201212155155_create_editor_assets.rb#
    2
    # generate with >> rails g model image alt:string hint:string file:string
    3
    class CreateEditorAssets < ActiveRecord::Migration[6.0]
    4
      def change
    5
        create_table :editor_assets do |t|
  4. docker-ubuntu-rails-ssh docker-ubuntu-rails-ssh Public

    Dockerfile