Skip to content

Commit cfcfe02

Browse files
committed
added in prepaid and secured. overhaul used pdh as base
1 parent 2825251 commit cfcfe02

Some content is hidden

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

46 files changed

+265
-799
lines changed

Gemfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ source 'https://rubygems.org'
1515
# 2)WEBSERVER: Heroku/unbuntu/Mac uses thin so need gem execjs, therubyracer, thin
1616
# uncomment for ubuntu/thin and comment out for Windows
1717

18-
gem 'thin'
19-
gem 'execjs'
20-
gem 'therubyracer', '~> 0.10.2' #update to 0.11 crashes install
18+
# gem 'thin'
19+
# gem 'execjs'
20+
# gem 'therubyracer', '~> 0.10.2' #update to 0.11 crashes install
2121

2222

2323
# Gems used only for assets and not required

Gemfile.lock

-12
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ GEM
3737
coffee-script-source
3838
execjs
3939
coffee-script-source (1.4.0)
40-
daemons (1.1.9)
4140
erubis (2.7.0)
42-
eventmachine (1.0.0)
4341
execjs (1.4.0)
4442
multi_json (~> 1.0)
4543
hike (1.2.1)
@@ -49,7 +47,6 @@ GEM
4947
railties (>= 3.0, < 5.0)
5048
thor (>= 0.14, < 2.0)
5149
json (1.7.5)
52-
libv8 (3.3.10.4)
5350
mail (2.4.4)
5451
i18n (>= 0.4.0)
5552
mime-types (~> 1.16)
@@ -93,12 +90,6 @@ GEM
9390
hike (~> 1.2)
9491
rack (~> 1.0)
9592
tilt (~> 1.1, != 1.3.0)
96-
therubyracer (0.10.2)
97-
libv8 (~> 3.3.10)
98-
thin (1.5.0)
99-
daemons (>= 1.0.9)
100-
eventmachine (>= 0.12.6)
101-
rack (>= 1.0.0)
10293
thor (0.14.6)
10394
tilt (1.3.3)
10495
treetop (1.4.12)
@@ -115,11 +106,8 @@ PLATFORMS
115106

116107
DEPENDENCIES
117108
coffee-rails (~> 3.2.1)
118-
execjs
119109
jquery-rails
120110
pg
121111
rails (= 3.2.3)
122112
sass-rails (~> 3.2.3)
123-
therubyracer
124-
thin
125113
uglifier (>= 1.0.3)
-6.76 KB
Binary file not shown.
-26.1 KB
Binary file not shown.

app/assets/images/bank-think.png

-2.02 KB
Binary file not shown.
-6.86 KB
Binary file not shown.
-6.48 KB
Binary file not shown.

app/assets/images/logo-sm.png

2.84 KB
Loading

app/assets/images/logo.png

4.23 KB
Loading
2.88 KB
Loading
1.92 KB
Loading
1.99 KB
Loading
Loading
2.23 KB
Loading
File renamed without changes.
190 Bytes
Loading
1.41 KB
Loading
1.31 KB
Loading
Binary file not shown.
Binary file not shown.
-1.53 KB
Binary file not shown.
-1.92 KB
Binary file not shown.
Binary file not shown.

app/assets/images/lp/topbannner.png

1.5 KB
Loading
File renamed without changes.
Binary file not shown.

app/assets/images/rails.png

6.49 KB
Loading
-10.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)