1
0
mirror of https://github.com/danbee/danbarberphoto synced 2025-03-04 08:49:07 +00:00
Go to file
2021-07-16 12:58:13 -05:00
app Add manifest file 2021-07-16 12:15:34 -05:00
bin Update gems and add missing files 2016-01-05 14:47:42 +00:00
config Standard RB 2021-07-16 11:15:26 -05:00
db Upgrade migrations 2021-07-16 12:58:13 -05:00
doc Initial commit. 2010-10-07 11:02:13 -04:00
lib Update gems and add missing files 2016-01-05 14:47:42 +00:00
log Update gems and add missing files 2016-01-05 14:47:42 +00:00
public Move favicon into assets. 2014-03-10 11:39:56 +00:00
script Standard RB 2021-07-16 11:15:26 -05:00
spec Standard RB 2021-07-16 11:15:26 -05:00
vendor Update gems and add missing files 2016-01-05 14:47:42 +00:00
.env.example Switch to dotenv and update Ruby. 2015-03-10 17:09:02 +00:00
.gitignore Add proper default database config 2018-02-14 20:46:34 -05:00
.phraseapp.yml Add PhraseApp config 2018-12-13 16:23:15 -05:00
.rspec Add rspec config and envrc sample. 2014-03-07 14:12:35 +00:00
.ruby-version Upgrade Ruby and add StandardRB 2021-07-16 11:14:43 -05:00
.tool-versions Standard RB 2021-07-16 11:15:26 -05:00
app.json Add Heroku generated app.json 2018-11-12 09:22:26 -05:00
config.ru Standard RB 2021-07-16 11:15:26 -05:00
Gemfile Upgrade gems 2021-07-16 11:17:07 -05:00
Gemfile.lock Upgrade gems 2021-07-16 11:17:07 -05:00
Procfile Update puma config. 2014-12-16 08:29:52 +00:00
Rakefile Standard RB 2021-07-16 11:15:26 -05:00
README.md Fix Codeship badge 2018-11-29 15:50:15 -05:00

DanBarberPhoto

Codeship Status for danbee/danbarberphoto

This is the source code for DanBarberPhoto.com.

The session cookie has been set to secure: true so the admin login will only work over an HTTPS connection. Use the tunnels gem to proxy the development server to HTTPS:

# If you're using pow
$ sudo tunnels

# If using rails server
$ sudo tunnels 443 3000