flatiron-rails 0.0.11 → 0.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/templates/flatiron.rb +0 -5
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ca77016d3f1075d4616f95f55103d2d8bc33949a
|
4
|
+
data.tar.gz: d2c8f49a267722c196fec171e258a316cd94eeb8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3419180f60016c5856892eded1a1e960e463b2ad9ad1ff7284dbce8dab8ed788a793a1458d0c5f2c84b53bd87fcc0b0e5e8e05af295a18fdc1a50de665177add
|
7
|
+
data.tar.gz: 46f892c05d4fb90227bbe8b3ca4cf7ae2d744b8423ad8bbc0e07fc9d7ed8582eaee0b256367ca71a05334932f8dc1e15196810b92546e1271ff0aafeb5b356c2
|
data/templates/flatiron.rb
CHANGED
@@ -94,7 +94,6 @@ end
|
|
94
94
|
gem_group :production do
|
95
95
|
gem 'pg'
|
96
96
|
gem 'google-analytics-rails'
|
97
|
-
gem 'newrelic_rpm'
|
98
97
|
gem 'rails_12factor'
|
99
98
|
end
|
100
99
|
|
@@ -395,10 +394,6 @@ file 'STACK.md', <<-STACK.strip_heredoc.chomp
|
|
395
394
|
3. Google Analytics is set up to track your app
|
396
395
|
* Set up an application on Google Analytics
|
397
396
|
* You will need to add your analytics tracking code to `config/secrets.yml`
|
398
|
-
4. Sign up for a (New Relic)[http://newrelic.com/] account
|
399
|
-
* Follow the instructions for generating your license key
|
400
|
-
* Replace `config/newrelic.yml` with the one you download from New Relic
|
401
|
-
* Deploy your app, then connect to it from the New Relic dashboard
|
402
397
|
|
403
398
|
Deploying to Heroku:
|
404
399
|
1. `bin/setup [<app_name>]`
|