Skip to content

Commit 487fa24

Browse files
author
Cory Fowler
authored
Merge pull request #3 from rachelappel/master
This should align the sample to be able to be git deployed directly into Web App on Linux
2 parents a50a8a3 + 3a3740d commit 487fa24

75 files changed

Lines changed: 38 additions & 120 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 14 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,20 @@
1-
*.rbc
2-
capybara-*.html
3-
.rspec
4-
/log
5-
/tmp
6-
/db/*.sqlite3
7-
/db/*.sqlite3-journal
8-
/public/system
9-
/coverage/
10-
/spec/tmp
11-
*.orig
12-
rerun.txt
13-
pickle-email-*.html
14-
15-
# TODO Comment out this rule if you are OK with secrets being uploaded to the repo
16-
config/initializers/secret_token.rb
17-
18-
# Only include if you have production secrets in this file, which is no longer a Rails default
19-
# config/secrets.yml
20-
21-
# dotenv
22-
# TODO Comment out this rule if environment variables can be committed
23-
.env
1+
# See https://help.github.com/articles/ignoring-files for more about ignoring files.
2+
#
3+
# If you find yourself ignoring temporary files generated by your text editor
4+
# or operating system, you probably want to add a global ignore instead:
5+
# git config --global core.excludesfile '~/.gitignore_global'
246

25-
## Environment normalization:
7+
# Ignore bundler config.
268
/.bundle
27-
/vendor/bundle
289

29-
# these should all be checked in to normalize the environment:
30-
# Gemfile.lock, .ruby-version, .ruby-gemset
31-
32-
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
33-
.rvmrc
34-
35-
# if using bower-rails ignore default bower_components path bower.json files
36-
/vendor/assets/bower_components
37-
*.bowerrc
38-
bower.json
10+
# Ignore the default SQLite database.
11+
/db/*.sqlite3
12+
/db/*.sqlite3-journal
3913

40-
# Ignore pow environment settings
41-
.powenv
14+
# Ignore all logfiles and tempfiles.
15+
/log/*
16+
/tmp/*
17+
!/log/.keep
18+
!/tmp/.keep
4219

43-
# Ignore Byebug command history file.
4420
.byebug_history
File renamed without changes.
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ GEM
6363
concurrent-ruby (1.0.5)
6464
erubi (1.6.1)
6565
execjs (2.7.0)
66+
ffi (1.9.18-x64-mingw32)
6667
ffi (1.9.18-x86-mingw32)
6768
globalid (0.4.0)
6869
activesupport (>= 4.2.0)
@@ -82,6 +83,8 @@ GEM
8283
minitest (5.10.3)
8384
multi_json (1.12.1)
8485
nio4r (2.1.0)
86+
nokogiri (1.8.0-x64-mingw32)
87+
mini_portile2 (~> 2.2.0)
8588
nokogiri (1.8.0-x86-mingw32)
8689
mini_portile2 (~> 2.2.0)
8790
public_suffix (2.0.5)
@@ -138,6 +141,7 @@ GEM
138141
actionpack (>= 4.0)
139142
activesupport (>= 4.0)
140143
sprockets (>= 3.0.0)
144+
sqlite3 (1.3.13-x64-mingw32)
141145
sqlite3 (1.3.13-x86-mingw32)
142146
thor (0.19.4)
143147
thread_safe (0.3.6)
@@ -163,6 +167,7 @@ GEM
163167
nokogiri (~> 1.3)
164168

165169
PLATFORMS
170+
x64-mingw32
166171
x86-mingw32
167172

168173
DEPENDENCIES
@@ -181,4 +186,4 @@ DEPENDENCIES
181186
web-console (>= 3.3.0)
182187

183188
BUNDLED WITH
184-
1.13.7
189+
1.15.4

README.md

Lines changed: 13 additions & 36 deletions
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)