1
0
mirror of https://github.com/danbee/my-images synced 2025-03-04 08:49:05 +00:00
Go to file
dependabot[bot] 8119775f21
Bump rexml from 3.2.6 to 3.3.3
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.6 to 3.3.3.
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](https://github.com/ruby/rexml/compare/v3.2.6...v3.3.3)

---
updated-dependencies:
- dependency-name: rexml
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-02 01:52:10 +00:00
app Move tag handling over to turbo frames 2024-03-25 21:09:13 -05:00
bin Move tag handling over to turbo frames 2024-03-25 21:09:13 -05:00
config Move tag handling over to turbo frames 2024-03-25 21:09:13 -05:00
db Add albums 2024-03-25 20:26:50 -05: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 WIP 2024-03-23 19:31:04 -05:00
spec Add albums 2024-03-25 20:26:50 -05:00
storage WIP 2024-03-23 19:31:04 -05: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
.env.test WIP 2024-03-23 19:31:04 -05:00
.gitattributes Update all the things \o/ 2023-06-30 21:18:58 -05:00
.gitignore Update all the things \o/ 2023-06-30 21:18:58 -05: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 all the things \o/ 2023-06-30 21:18:58 -05:00
.tool-versions Update all the things \o/ 2023-06-30 21:18:58 -05: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 Update all the things \o/ 2023-06-30 21:18:58 -05:00
Dockerfile Update Dockerfile to pull my new image from Hub 2018-10-19 16:29:12 -04:00
Gemfile Remove webpacker and update bundle 2024-03-25 20:26:25 -05:00
Gemfile.lock Bump rexml from 3.2.6 to 3.3.3 2024-08-02 01:52:10 +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 Update all the things \o/ 2023-06-30 21:18:58 -05: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