1
0
mirror of https://github.com/danbee/my-images synced 2025-03-04 08:49:05 +00:00
Go to file
2018-09-11 14:21:24 -04:00
app Render jpeg only if the input is jpeg 2018-08-27 09:50:57 -04:00
bin Add setup script and improve readme 2018-08-31 09:48:24 -04:00
config Use delayed_job for job queue 2018-08-26 12:42:01 -04:00
db Use delayed_job for job queue 2018-08-26 12:42:01 -04:00
lib Refactor Clarifai class 2018-08-25 20:29:07 -04:00
log First commit. 2014-03-23 13:41:12 +00:00
public First commit. 2014-03-23 13:41:12 +00:00
spec Tidy up spec helpers 2018-08-25 20:43:33 -04:00
vendor/assets Add image show page and tag images on upload 2018-08-25 20:29:09 -04:00
.env.sample Add setup script and improve readme 2018-08-31 09:48:24 -04:00
.gitignore Change from direnv to dotenv 2018-08-24 14:31:39 -04:00
.ruby-version Update Gemfile and get server starting 2018-08-07 17:26:29 -04:00
.tool-versions Update Gemfile and get server starting 2018-08-07 17:26:29 -04:00
config.ru First commit. 2014-03-23 13:41:12 +00:00
Gemfile Use delayed_job for job queue 2018-08-26 12:42:01 -04:00
Gemfile.lock Bump capybara from 3.5.1 to 3.7.1 2018-09-11 14:21:24 -04:00
LICENSE.md Simple README and LICENSE 2018-08-09 20:22:27 -04:00
Procfile Use delayed_job for job queue 2018-08-26 12:42:01 -04:00
Rakefile First commit. 2014-03-23 13:41:12 +00:00
README.md 👓 2018-08-31 09:50:39 -04:00

My Images

Codeship Status for danbee/my-images

A simple DragonFly powered image storage application.

Requirements

  • Ruby 2.5.1
  • PostgreSQL 9+
  • Imagemagick

Getting started

Bootstrap the project:

$ bin/setup

Run the server:

$ foreman start

Specs

Run the specs with:

$ bundle exec rspec