[RUBY] How to implement image posting using rails

How to implement image posting in Rails

Introduction

How to register when you try to make an app using rails yourself I have described how to implement the image as a memo.

First, install ImageMagick from Homebrew.

#Terminal
% brew install imagemagick

Next, write it on the gemfile. The version may be different.

gem 'mini_magick'
gem 'image_processing', '~> 1.2'

Bundle installation on the terminal.

% bundle install

On the terminal, do the following:

% rails active_storage:install

At the end

I thought that Qiita, which I always refer to, would be useful to someone. When I actually write it, it's kind of hard to write just a little.

I hope I can improve it little by little.

Recommended Posts

How to implement image posting using rails
How to implement image posting function using Active Storage in Ruby on Rails
[Rails] How to implement scraping
[Rails] Implement image posting function
Continued ・ Flow to implement image posting function using ActiveStorage
Rails learning How to implement search function using ActiveModel
[Rails] How to implement star rating
How to implement search functionality in Rails
[Rails] How to upload images using Carrierwave
How to implement ranking functionality in Rails
[Swift5] How to implement animation using "lottie-ios"
How to implement a circular profile image in Rails using CarrierWave and R Magick
[Rails] How to handle data using enum
How to implement UI automated test using image comparison in Selenium
How to write Rails
How to uninstall Rails
[Rails] How to create a graph using lazy_high_charts
[Rails] How to implement unit tests for models
How to implement the breadcrumb function using gretel
How to implement a like feature in Rails
How to implement a slideshow using slick in Rails (one by one & multiple by one)
[rails] How to post images
How to implement login request processing (Rails / for beginners)
How to implement guest login in 5 minutes in rails portfolio
How to implement a like feature in Ajax in Rails
[Rails] How to use enum
[Rails, JS] How to implement asynchronous display of comments
[Rails] How to install devise
[Rails] How to use enum
How to read rails routes
How to use rails join
How to terminate rails server
How to write Rails validation
How to write Rails seed
[Rails] How to use validation
[Rails 6] How to set a background image in Rails [CSS]
[Rails] How to disable turbolinks
[Rails] How to use authenticate_user!
[Rails] How to use "kaminari"
[Rails] How to make seed
How to write Rails routing
[Rails] How to install simple_calendar
[Java] How to implement multithreading
[Rails] How to install reCAPTCHA
[Rails] How to display an image in the view
[Rails] How to install a decorator using gem draper
[Rails] How to use Scope
Try to implement tagging function using rails and js
How to authorize using graphql-ruby
How to set environment variables when using Payjp with Rails
How to easily implement in-app purchase using itemstore <Implementation: Android>
Prevent operations! How to securely update Rails manually using transactions
How to set and describe environment variables using Rails zsh
How to deploy jQuery in your Rails app using Webpacker
[Rails] How to delete images uploaded by carrierwave (using devise)
[Rails] I tried to implement "Like function" using rails and js
[Rails] How to use gem "devise"
How to deploy jQuery on Rails
[Rails] How to install Font Awesome
[Rails] How to use flash messages
[rails] How to display db information