No description
Find a file
Christoph Haas 8adf682a0b Migrations and helpers to move from Paperclip to ActiveStorage
To migrate the application as of April 2020:

• leave models/screenshot.rb with “has_attached_file”
• bundle exec rake db:migrate
• bin/move_paperclip_to_activestorage
• set models/screenshot.rb to “has_one_attached”
2020-04-20 20:24:59 +02:00
ansible Added missing SSO configuration 2018-08-10 12:41:55 +02:00
app Using new access methods for ActiveStorage instead of Paperclip 2020-04-20 20:12:10 +02:00
bin Migrations and helpers to move from Paperclip to ActiveStorage 2020-04-20 20:24:59 +02:00
config Migrations and helpers to move from Paperclip to ActiveStorage 2020-04-20 20:24:59 +02:00
db Migrations and helpers to move from Paperclip to ActiveStorage 2020-04-20 20:24:59 +02:00
doc URL fixed 2018-08-10 12:41:46 +02:00
lib Migrations and helpers to move from Paperclip to ActiveStorage 2020-04-20 20:24:59 +02:00
log Blank rails 4.0 project started 2013-07-27 00:19:29 +02:00
public Added icons for SSO providers 2018-08-08 21:27:47 +02:00
test Tests improved 2018-08-20 22:27:35 +02:00
.gitignore Ignoring storage/ path of ActiveStorage 2020-04-20 20:11:28 +02:00
.gitlab-ci.yml Skipping double database creation 2018-08-14 18:40:22 +02:00
.ruby-version Upgrade from Rails 5.0 to 5.2 2020-04-14 02:16:25 +02:00
config.ru Blank rails 4.0 project started 2013-07-27 00:19:29 +02:00
Gemfile More Coffeescript cruft removed 2020-04-20 20:11:45 +02:00
Gemfile.lock More Coffeescript cruft removed 2020-04-20 20:11:45 +02:00
Guardfile Enable screen clearing in Guard 2018-08-14 15:00:52 +02:00
LICENSE GPL3 license added 2018-08-08 17:02:03 +02:00
Rakefile Blank rails 4.0 project started 2013-07-27 00:19:29 +02:00
README.md Moved doc/README.md to main directory 2018-08-08 14:26:44 +02:00

About debshots

Debshots is a web application written in Ruby-on-Rails that powers the screenshots.debian.net web site. Many services like packages.debian.net, Ubuntu Software or Synaptic rely on it.

State of the application

The application has been revamped a lot and does not resemble the version still used in production. The current state is worth trying but not yet ready for deployment.

Development

Check out the doc/README.Development.md

Deployment

Read the doc/README.Installation.md