1
0
mirror of https://github.com/danbee/my-images synced 2025-03-04 08:49:05 +00:00
Go to file
dependabot-preview[bot] 44d2b0138a
[Security] Bump nokogiri from 1.10.7 to 1.12.0
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.7 to 1.12.0. **This update includes security fixes.**
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.7...v1.12.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-08-03 05:15:33 +00:00
app Fix issue with adding tags 2018-10-19 11:37:17 -04:00
bin Spacing 2018-10-19 11:37:17 -04:00
config Codeship Pro 2018-10-19 15:42:32 -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 Fix issue with adding tags 2018-10-19 11:37:17 -04:00
vendor/assets Add image show page and tag images on upload 2018-08-25 20:29:09 -04:00
.babelrc Remove tags with JS 2018-10-19 11:37:15 -04:00
.buildpacks Add buildpacks 2018-10-19 11:37:16 -04:00
.env.sample Add setup script and improve readme 2018-08-31 09:48:24 -04:00
.gitignore Remove tags with JS 2018-10-19 11:37:15 -04:00
.nvmrc Set NodeJS version 2018-10-19 11:37:15 -04:00
.postcssrc.yml Remove tags with JS 2018-10-19 11:37:15 -04:00
.ruby-version Update Gemfile and get server starting 2018-08-07 17:26:29 -04:00
.tool-versions Set NodeJS version 2018-10-19 11:37:15 -04:00
codeship-services.yml Codeship Pro 2018-10-19 15:42:32 -04:00
codeship-steps.yml Codeship Pro 2018-10-19 15:42:32 -04:00
config.ru First commit. 2014-03-23 13:41:12 +00:00
Dockerfile Update Dockerfile to pull my new image from Hub 2018-10-19 16:29:12 -04:00
Gemfile Bump rails from 5.2.4 to 5.2.4.1 2019-12-19 05:14:39 +00:00
Gemfile.lock [Security] Bump nokogiri from 1.10.7 to 1.12.0 2021-08-03 05:15:33 +00:00
LICENSE.md Simple README and LICENSE 2018-08-09 20:22:27 -04:00
package.json Codeship Pro 2018-10-19 15:42:32 -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
yarn.lock Update Yarn version 2018-10-19 11:37:17 -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