Skip to content

Commit

Permalink
Rename app to serve as template
Browse files Browse the repository at this point in the history
  • Loading branch information
strehlst committed Mar 3, 2018
1 parent 698cf7d commit b160710
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Key Results Monitor
# Rails 5 Application Kick Off Boost (Time Saver)

## Synopsis
This application provides compiled data on various aspects of the platform. Its purpose is to easily evaluate impact of campaigns on key aspects of the organisation\'s business.
Start a new app quickly with all the good stuff already set up. And save a lot of time.
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# you've limited to :test, :development, or :production.
Bundler.require(*Rails.groups)

module MgeKeyResultsMonitor
module Rails5ApplicationKickOffBoost
class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version.
config.load_defaults 5.1
Expand Down
2 changes: 1 addition & 1 deletion config/cable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ test:
production:
adapter: redis
url: redis://localhost:6379/1
channel_prefix: mge-key-results-monitor_production
channel_prefix: rails-5-application-kick-off-boost_production
2 changes: 1 addition & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

# Use a real queuing backend for Active Job (and separate queues per environment)
# config.active_job.queue_adapter = :resque
# config.active_job.queue_name_prefix = "mge-key-results-monitor_#{Rails.env}"
# config.active_job.queue_name_prefix = "rails-5-application-kick-off-boost_#{Rails.env}"
config.action_mailer.perform_caching = false

# Ignore bad email addresses and do not raise email delivery errors.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "mge-key-results-monitor",
"name": "rails-5-application-kick-off-boost",
"private": true,
"dependencies": {}
}

0 comments on commit b160710

Please sign in to comment.