Skip to content

Commit 0512801

Browse files
committed
Encryptme!
0 parents  commit 0512801

Some content is hidden

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

77 files changed

+1869
-0
lines changed

.gitignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# See http://help.github.com/ignore-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
6+
7+
# Ignore bundler config
8+
/.bundle
9+
10+
# Ignore the default SQLite database.
11+
/db/*.sqlite3
12+
13+
# Ignore all logfiles and tempfiles.
14+
/log/*.log
15+
/tmp/*

Gemfile

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
source 'https://rubygems.org'
2+
3+
gem 'rails', '3.2.13'
4+
5+
# Bundle edge Rails instead:
6+
# gem 'rails', :git => 'git://github.com/rails/rails.git'
7+
8+
#gem 'sqlite3'
9+
gem 'devise'
10+
gem 'mysql2'
11+
gem 'simple_form'
12+
gem "therubyracer"
13+
gem "less-rails" #Sprockets (what Rails 3.1 uses for its asset pipeline) supports LESS
14+
gem "twitter-bootstrap-rails"
15+
gem 'gibberish'
16+
17+
18+
# Gems used only for assets and not required
19+
# in production environments by default.
20+
group :assets do
21+
gem 'sass-rails', '~> 3.2.3'
22+
gem 'coffee-rails', '~> 3.2.1'
23+
24+
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
25+
# gem 'therubyracer', :platforms => :ruby
26+
27+
gem 'uglifier', '>= 1.0.3'
28+
end
29+
30+
gem 'jquery-rails'
31+
32+
# To use ActiveModel has_secure_password
33+
# gem 'bcrypt-ruby', '~> 3.0.0'
34+
35+
# To use Jbuilder templates for JSON
36+
# gem 'jbuilder'
37+
38+
# Use unicorn as the app server
39+
# gem 'unicorn'
40+
41+
# Deploy with Capistrano
42+
# gem 'capistrano'
43+
44+
# To use debugger
45+
# gem 'debugger'

Gemfile.lock

Lines changed: 146 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,146 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
actionmailer (3.2.13)
5+
actionpack (= 3.2.13)
6+
mail (~> 2.5.3)
7+
actionpack (3.2.13)
8+
activemodel (= 3.2.13)
9+
activesupport (= 3.2.13)
10+
builder (~> 3.0.0)
11+
erubis (~> 2.7.0)
12+
journey (~> 1.0.4)
13+
rack (~> 1.4.5)
14+
rack-cache (~> 1.2)
15+
rack-test (~> 0.6.1)
16+
sprockets (~> 2.2.1)
17+
activemodel (3.2.13)
18+
activesupport (= 3.2.13)
19+
builder (~> 3.0.0)
20+
activerecord (3.2.13)
21+
activemodel (= 3.2.13)
22+
activesupport (= 3.2.13)
23+
arel (~> 3.0.2)
24+
tzinfo (~> 0.3.29)
25+
activeresource (3.2.13)
26+
activemodel (= 3.2.13)
27+
activesupport (= 3.2.13)
28+
activesupport (3.2.13)
29+
i18n (= 0.6.1)
30+
multi_json (~> 1.0)
31+
arel (3.0.2)
32+
bcrypt-ruby (3.0.1)
33+
builder (3.0.4)
34+
coffee-rails (3.2.2)
35+
coffee-script (>= 2.2.0)
36+
railties (~> 3.2.0)
37+
coffee-script (2.2.0)
38+
coffee-script-source
39+
execjs
40+
coffee-script-source (1.6.2)
41+
commonjs (0.2.6)
42+
devise (2.2.3)
43+
bcrypt-ruby (~> 3.0)
44+
orm_adapter (~> 0.1)
45+
railties (~> 3.1)
46+
warden (~> 1.2.1)
47+
erubis (2.7.0)
48+
execjs (1.4.0)
49+
multi_json (~> 1.0)
50+
gibberish (1.2.2)
51+
hike (1.2.2)
52+
i18n (0.6.1)
53+
journey (1.0.4)
54+
jquery-rails (2.2.1)
55+
railties (>= 3.0, < 5.0)
56+
thor (>= 0.14, < 2.0)
57+
json (1.7.7)
58+
less (2.2.2)
59+
commonjs (~> 0.2.6)
60+
less-rails (2.2.6)
61+
actionpack (>= 3.1)
62+
less (~> 2.2.0)
63+
libv8 (3.11.8.13)
64+
mail (2.5.3)
65+
i18n (>= 0.4.0)
66+
mime-types (~> 1.16)
67+
treetop (~> 1.4.8)
68+
mime-types (1.23)
69+
multi_json (1.7.3)
70+
mysql2 (0.3.11)
71+
orm_adapter (0.4.0)
72+
polyglot (0.3.3)
73+
rack (1.4.5)
74+
rack-cache (1.2)
75+
rack (>= 0.4)
76+
rack-ssl (1.3.3)
77+
rack
78+
rack-test (0.6.2)
79+
rack (>= 1.0)
80+
rails (3.2.13)
81+
actionmailer (= 3.2.13)
82+
actionpack (= 3.2.13)
83+
activerecord (= 3.2.13)
84+
activeresource (= 3.2.13)
85+
activesupport (= 3.2.13)
86+
bundler (~> 1.0)
87+
railties (= 3.2.13)
88+
railties (3.2.13)
89+
actionpack (= 3.2.13)
90+
activesupport (= 3.2.13)
91+
rack-ssl (~> 1.3.2)
92+
rake (>= 0.8.7)
93+
rdoc (~> 3.4)
94+
thor (>= 0.14.6, < 2.0)
95+
rake (10.0.4)
96+
rdoc (3.12.2)
97+
json (~> 1.4)
98+
ref (1.0.2)
99+
sass (3.2.8)
100+
sass-rails (3.2.6)
101+
railties (~> 3.2.0)
102+
sass (>= 3.1.10)
103+
tilt (~> 1.3)
104+
simple_form (2.1.0)
105+
actionpack (~> 3.0)
106+
activemodel (~> 3.0)
107+
sprockets (2.2.2)
108+
hike (~> 1.2)
109+
multi_json (~> 1.0)
110+
rack (~> 1.0)
111+
tilt (~> 1.1, != 1.3.0)
112+
therubyracer (0.11.3)
113+
libv8 (~> 3.11.8.12)
114+
ref
115+
thor (0.18.1)
116+
tilt (1.4.0)
117+
treetop (1.4.12)
118+
polyglot
119+
polyglot (>= 0.3.1)
120+
twitter-bootstrap-rails (2.2.0)
121+
actionpack (>= 3.1)
122+
execjs
123+
railties (>= 3.1)
124+
tzinfo (0.3.37)
125+
uglifier (2.0.1)
126+
execjs (>= 0.3.0)
127+
multi_json (~> 1.0, >= 1.0.2)
128+
warden (1.2.1)
129+
rack (>= 1.0)
130+
131+
PLATFORMS
132+
ruby
133+
134+
DEPENDENCIES
135+
coffee-rails (~> 3.2.1)
136+
devise
137+
gibberish
138+
jquery-rails
139+
less-rails
140+
mysql2
141+
rails (= 3.2.13)
142+
sass-rails (~> 3.2.3)
143+
simple_form
144+
therubyracer
145+
twitter-bootstrap-rails
146+
uglifier (>= 1.0.3)

0 commit comments

Comments
 (0)