diff --git a/Gemfile b/Gemfile index 239bd2c..3d3fd02 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ ruby '2.6.2' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '~> 5.2.3' # Use sqlite3 as the database for Active Record -gem 'sqlite3' +gem 'pg' # Use Puma as the app server gem 'puma', '~> 3.11' # Use SCSS for stylesheets diff --git a/Gemfile.lock b/Gemfile.lock index 3ada51d..b988fff 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -114,6 +114,7 @@ GEM nokogiri (1.10.9) mini_portile2 (~> 2.4.0) orm_adapter (0.5.0) + pg (1.2.2) popper_js (1.16.0) public_suffix (4.0.3) puma (3.12.4) @@ -191,7 +192,6 @@ GEM actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) - sqlite3 (1.4.2) thor (1.0.1) thread_safe (0.3.6) tilt (2.0.10) @@ -225,6 +225,7 @@ DEPENDENCIES jbuilder (~> 2.5) jquery-rails listen (>= 3.0.5, < 3.2) + pg puma (~> 3.11) rails (~> 5.2.3) redis @@ -233,7 +234,6 @@ DEPENDENCIES simple_form spring spring-watcher-listen (~> 2.0.0) - sqlite3 tzinfo-data uglifier (>= 1.3.0) web-console (>= 3.3.0) diff --git a/app/views/rooms/index.html.erb b/app/views/rooms/index.html.erb index 7a0906c..b7539c8 100644 --- a/app/views/rooms/index.html.erb +++ b/app/views/rooms/index.html.erb @@ -6,7 +6,7 @@

- Welcome to the RailsChatTutorial! + Welcome to the Rails Chat!

diff --git a/app/views/shared/_navigation_bar.html.erb b/app/views/shared/_navigation_bar.html.erb index e7bd4ac..a933563 100644 --- a/app/views/shared/_navigation_bar.html.erb +++ b/app/views/shared/_navigation_bar.html.erb @@ -1,5 +1,5 @@