All Projects → heroku → heroku-buildpack-activestorage-preview

heroku / heroku-buildpack-activestorage-preview

Licence: other
Official Heroku Rails 5.2 Active Storage Previews Buildpack

Programming Languages

shell
77523 projects
ruby
36898 projects - #4 most used programming language

Labels

Projects that are alternatives of or similar to heroku-buildpack-activestorage-preview

Meteor-Files-Demos
Demos for ostrio:files package
Stars: ✭ 51 (+142.86%)
Mutual labels:  heroku
Chatbot
A Deep-Learning multi-purpose chatbot made using Python3
Stars: ✭ 36 (+71.43%)
Mutual labels:  heroku
IPL-ML-2018
Predicting IPL match results. https://kuharan.github.io/IPL-ML-2018/
Stars: ✭ 14 (-33.33%)
Mutual labels:  heroku
events-manager-io
A basic site for managing event centers and scheduling events.
Stars: ✭ 19 (-9.52%)
Mutual labels:  heroku
demo-laravel-crud
My practice for basic CRUD of Laravel5 on Heroku.
Stars: ✭ 22 (+4.76%)
Mutual labels:  heroku
nazar
Electronic component detection, identification and recognition system in realtime from camera image using react-native and tensorflow for classification along with Clarifai API with option to search the component details from web with description shown from Octopart fetched from server
Stars: ✭ 25 (+19.05%)
Mutual labels:  heroku
heroku-nextjs-custom-server-express
Deploy Next.js server-side React apps using a custom Express server to Heroku
Stars: ✭ 91 (+333.33%)
Mutual labels:  heroku
GitHub-Education-Portfolio
A portfolio made using React and tools from GitHub Student Developer Pack
Stars: ✭ 50 (+138.1%)
Mutual labels:  heroku
django social login tutorial
Django Social Login Tutorial
Stars: ✭ 65 (+209.52%)
Mutual labels:  heroku
kodepos
📮 Indonesian postal code search API by place name, village or city.
Stars: ✭ 32 (+52.38%)
Mutual labels:  heroku
newsemble
API for fetching data from news websites.
Stars: ✭ 42 (+100%)
Mutual labels:  heroku
iam
💚 Introduction Bot for slack teams:
Stars: ✭ 12 (-42.86%)
Mutual labels:  heroku
flask-app-blueprint
Flask App Blueprint / Boilerplate including user registration/login, admin only section, CRUD on database, and more. Based on Python, Flask, PostgreSQL, et al. deployed on Heroku. The #1 starter project.
Stars: ✭ 144 (+585.71%)
Mutual labels:  heroku
Feedback-bot
In Short This is An Personalized Livegram Bot Made Using Python.. Follow Me @HeimanPictures & Star This Repo
Stars: ✭ 23 (+9.52%)
Mutual labels:  heroku
cookiecutter-django-herokuapp
A cookiecutter template for creating Django 1.7+ / Python 3 projects quickly, thought optimized for Heroku in the meantime.
Stars: ✭ 20 (-4.76%)
Mutual labels:  heroku
heroku-cli-deploy
No description or website provided.
Stars: ✭ 23 (+9.52%)
Mutual labels:  heroku
meta pinger
a Heroku-hosted Rails app that pings Heroku apps (including itself) at 10 minute intervals to keep the servers from idling :)
Stars: ✭ 50 (+138.1%)
Mutual labels:  heroku
haikunatorgo
Generate Heroku-like random names to use in your go applications.
Stars: ✭ 50 (+138.1%)
Mutual labels:  heroku
libDrive
libDrive is a Google Drive media library manager and indexer, similar to Plex, that organizes Google Drive media to offer an intuitive and user-friendly experience.
Stars: ✭ 14 (-33.33%)
Mutual labels:  heroku
Web-Development-Path-And-Resources
Will Add a path and some resources in this repo for web D for my first year students
Stars: ✭ 46 (+119.05%)
Mutual labels:  heroku

Official Rails 5.2 Active Storage Previews Buildpack

This is an official Heroku buildpack to support Rails 5.2 users of Active Storage previews.

One of the marquee features of Active Storage is the ability to use “previews” of non-image attachments. Specifically you can preview PDFs and Videos. To use this feature your application needs access to system resources that know how to work with these files. By default Rails ships with support with poppler for PDF previews, and ffmpeg for Video previews. These system dependencies are not available by default on Heroku.

If you want the ability to preview these types of files with Active Support you need to run:

heroku buildpacks:add -i 1 https://github.com/heroku/heroku-buildpack-activestorage-preview

Once you’ve done this, you need to deploy again to get the binaries. You can verify that the dependencies are installed by running which ffmpeg on the command line. If there is no output then the operation was not performed correctly. If you see a result then the binaries are ready to be used:

heroku run bash
~$ which ffmpeg
/usr/local/bin/ffmpeg
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].