1
0
mirror of https://github.com/danbee/danbarberphoto synced 2025-03-04 08:49:07 +00:00
Go to file
2018-09-23 09:30:26 -04:00
app Add display resource methods 2018-09-22 11:48:21 -04:00
bin Update gems and add missing files 2016-01-05 14:47:42 +00:00
config Update Monban to Oath 2018-02-14 22:42:49 -05:00
db Update Monban to Oath 2018-02-14 22:42:49 -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 Add heap_dump script 2015-10-14 16:33:36 +01:00
spec FactoryGirl → FactoryBot 2018-02-14 22:43:08 -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
.rspec Add rspec config and envrc sample. 2014-03-07 14:12:35 +00:00
.rubocop.yml Change to double quotes 2017-07-19 15:07:37 -04:00
.ruby-version Update gems 2018-02-14 20:46:34 -05:00
.tool-versions Update gems 2018-02-14 20:46:34 -05:00
config.ru Fix more Rubocop shit 2015-10-14 12:30:00 +01:00
Gemfile Add mime types gem for AWS 2018-02-14 23:16:42 -05:00
Gemfile.lock Update aws-sdk to version 2.11.122 2018-09-23 09:30:26 -04:00
Procfile Update puma config. 2014-12-16 08:29:52 +00:00
Rakefile Moved project over to rails 3.1.1. Removed Typus and now need to add new 2011-10-30 11:40:57 +00:00
README.md Update information about HTTPS in development. 2014-12-11 22:14:36 +00: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