Skip to content

chrismytton/heroku-sqlite-ruby-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heroku SQLite3 Ruby example

This repo shows how you can get sqlite3 installed for using with Ruby.

It uses heroku-buildpacks-multi so that it can run heroku-buildpack-apt and heroku buildpack-ruby at the same time. The dependencies are listed in Aptfile and Gemfile.

To create a Heroku app using heroku-buildpack-multi:

$ heroku create --buildpack https://github.com/ddollar/heroku-buildpack-multi

Or in an existing app:

$ heroku buildpacks:set https://github.com/ddollar/heroku-buildpack-multi.git

About

Example of installing sqlite3 for Ruby on Heroku

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages