1
0
mirror of https://github.com/danbee/my-images synced 2025-03-04 08:49:05 +00:00
Go to file
dependabot[bot] 3360838814 Bump pg from 1.0.0 to 1.1.3
Bumps [pg](https://bitbucket.org/ged/ruby-pg) from 1.0.0 to 1.1.3.
- [Changelog](https://bitbucket.org/ged/ruby-pg/src/master/History.rdoc)
- [Commits](https://bitbucket.org/ged/ruby-pg/branches/compare/v1.1.3..v1.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-11 14:21:34 -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 pg from 1.0.0 to 1.1.3 2018-09-11 14:21:34 -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