-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgem_manifest
More file actions
53 lines (20 loc) · 791 Bytes
/
gem_manifest
File metadata and controls
53 lines (20 loc) · 791 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
/// June 20th, 2014 ///
ADD SIMPLE_FORM GEM:
1.) add to gemfile -> gem 'simple_form'
2.) from the coughAnalysis directory, run: bundle install
3.) from the coughAnalysis directory, run: rails generate simple_form:install
/// June 29th, 2014 ///
ADD CARRIERWAVE GEM:
1.) add to gemfile -> gem 'carrierwave'
2.) from the coughAnalysis directory, run: bundle install
/// June 30th, 2014 ///
ADD FOG GEM:
1.) add to gemfile -> gem 'fog'
2.) from the coughAnalysis directory, run: bundle install
/// July 1st, 2014 ///
ADD HEROKU GEM:
1.) add to gemfile -> gem 'rails_12factor', group: :production
2.) from the coughAnalysis directory, run: bundle install
ADD POSTGRES GEM:
1.) add to gemfile -> gem 'pg'
2.) from the coughAnalysis directory, run: bundle install