Skip to content

Commit

Permalink
Rename app
Browse files Browse the repository at this point in the history
  • Loading branch information
canan8 committed May 8, 2020
1 parent 036e910 commit 297d3f7
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 5 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ gem 'webpacker', '~> 4.0'
gem 'turbolinks', '~> 5'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 2.7'
gem 'rename'
# Use Redis adapter to run Action Cable in production
# gem 'redis', '~> 4.0'
# Use Active Model has_secure_password
Expand Down
5 changes: 5 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,10 @@ GEM
rb-inotify (0.10.1)
ffi (~> 1.0)
regexp_parser (1.7.0)
rename (1.0.6)
activesupport
rails (>= 3.0.0)
thor (>= 0.19.1)
ruby_dep (1.5.0)
rubyzip (2.3.0)
sass-rails (6.0.0)
Expand Down Expand Up @@ -209,6 +213,7 @@ DEPENDENCIES
pg
puma (~> 4.1)
rails (~> 6.0.2, >= 6.0.2.2)
rename
sass-rails (>= 6)
selenium-webdriver
spring
Expand Down
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Retro</title>
<title>Pretro</title>
<%= csrf_meta_tags %>
<%= csp_meta_tag %>

Expand Down
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# you've limited to :test, :development, or :production.
Bundler.require(*Rails.groups)

module Retro
module Pretro
class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version.
config.load_defaults 6.0
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: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
channel_prefix: retro_production
channel_prefix: pretro_production
2 changes: 1 addition & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,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 = "retro_production"
# config.active_job.queue_name_prefix = "pretro_production"

config.action_mailer.perform_caching = false

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": "retro",
"name": "pretro",
"private": true,
"dependencies": {
"@rails/actioncable": "^6.0.0",
Expand Down

0 comments on commit 297d3f7

Please sign in to comment.