Merge branch 'develop' into rails4

This commit is contained in:
Devin Howard 2015-09-20 13:55:21 +08:00
commit 741c584651
4 changed files with 22 additions and 0 deletions

18
.example-env Normal file
View file

@ -0,0 +1,18 @@
RAILS_ENV=development
AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY
BUNDLE_GEMFILE
SMTP_DOMAIN
SMTP_PASSWORD
SMTP_PORT
SMTP_SERVER
SMTP_USERNAME
SSO_KEY
## find the ENV currently in use in the app using :
## grep -rIso -P "(?<=ENV)(\.fetch\(|\[).[A-Z_]+.(\)|\])"
# for a uniq ordered list of env vars:
## grep -rIsoh -P "(?<=ENV)(\.fetch\(|\[).[A-Z_]+.(\)|\])" | grep -oP "[A-Z_]+" | sort -u > temp

1
.gitignore vendored
View file

@ -6,6 +6,7 @@
realtime/node_modules
config/database.yml
.env
#public/assets
# Ignore bundler config

View file

@ -14,6 +14,7 @@ gem 'rails3-jquery-autocomplete'
gem 'best_in_place' #in-place editing
gem 'kaminari' # pagination
gem 'uservoice-ruby'
gem 'dotenv'
gem 'paperclip'
gem 'aws-sdk'

View file

@ -72,6 +72,7 @@ GEM
responders
thread_safe (~> 0.1)
warden (~> 1.2.3)
dotenv (2.0.0)
erubis (2.7.0)
execjs (2.6.0)
ezcrypto (0.7.2)
@ -198,6 +199,7 @@ DEPENDENCIES
cancancan
coffee-rails
devise
dotenv
formtastic
formula
jbuilder