pedromschmitt
Follow
Pinned Loading
-
Dreamersoul/administrate-field-active_storage
Dreamersoul/administrate-field-active_storage Publicsupport active storage in administrate
-
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)
2This use Rails 5 or 6, RVM and Puma.
34If 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 -
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
3class CreateEditorAssets < ActiveRecord::Migration[6.0]
4 def change
5 create_table :editor_assets do |t|
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.