1
0
mirror of https://github.com/danbee/danbarberphoto synced 2025-03-04 08:49:07 +00:00
Go to file
2014-12-16 08:29:52 +00:00
app Remove redundant files. 2014-12-14 17:42:12 +00:00
bin Add binstubs. 2014-03-07 14:22:05 +00:00
config Update puma config. 2014-12-16 08:29:52 +00:00
db Remove all traces of Paperclip. 2014-03-15 10:21:01 +00:00
doc First commit. 2011-10-10 15:39:52 +01:00
lib Refactor all the things! 2014-03-06 17:58:38 +00:00
log Moved project over to rails 3.1.1. Removed Typus and now need to add new 2011-10-30 11:40:57 +00:00
public Move favicon into assets. 2014-03-10 11:39:56 +00:00
script First commit. 2011-10-10 15:39:52 +01:00
spec Add simplecov. 2014-12-11 11:56:03 +00:00
tmp/attachment_fu Another nameless commit. 2010-10-08 05:51:47 -04:00
vendor Use transit for jQuery animations. 2014-03-15 10:29:53 +00:00
.envrc.example Add rspec config and envrc sample. 2014-03-07 14:12:35 +00:00
.gitignore Add simplecov. 2014-12-11 11:56:03 +00:00
.rspec Add rspec config and envrc sample. 2014-03-07 14:12:35 +00:00
.ruby-version Update gems and ruby version. 2014-12-09 10:43:14 +00:00
config.ru Moved project over to rails 3.1.1. Removed Typus and now need to add new 2011-10-30 11:40:57 +00:00
Gemfile Update bundle. 2014-12-15 08:54:25 +00:00
Gemfile.lock Update bundle. 2014-12-15 08:54:25 +00:00
logo.png First commit. 2011-10-10 15:39:52 +01: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