File tree Expand file tree Collapse file tree 4 files changed +10
-17
lines changed
Expand file tree Collapse file tree 4 files changed +10
-17
lines changed Original file line number Diff line number Diff line change 33source 'https://rubygems.org'
44git_source ( :github ) { |repo | "https://github.com/#{ repo } .git" }
55
6- ruby '~>3.1.1 '
6+ ruby '~>3.0.0 '
77
88# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
99gem 'rails' , '~> 7.0.2' , '>= 7.0.2.3'
Original file line number Diff line number Diff line change @@ -335,7 +335,7 @@ DEPENDENCIES
335335 webdrivers
336336
337337RUBY VERSION
338- ruby 3.1.1p18
338+ ruby 3.0.3p157
339339
340340BUNDLED WITH
341- 2.3.10
341+ 2.3.9
Original file line number Diff line number Diff line change 11
2- <% if user_signed_in? %>
3- <%= button_to 'Logout', destroy_user_session_path, method: :delete %>
4- <% else %>
5- <%= link_to 'Login', new_user_session_path %>
6- <%= link_to 'Sign up', new_user_registration_path %>
7- <% end %>
8-
9- <div >
10- <%= link_to 'API documentation' , rswag_api_path %>
11- </ div >
12-
132< div >
14- <%= @application . as_json %>
3+ < h1 > Welcome to Doctor's appointment</ h1 >
4+ < p > Please click the link below to see the full API docs</ p >
5+ < div class ="link ">
6+ <%= link_to 'API documentation' , rswag_api_path %>
7+ </ div >
158</ div >
169
1710
Original file line number Diff line number Diff line change 1717default : &default
1818 adapter : postgresql
1919 encoding : unicode
20- username : thecodechaser
21- password : thecode123
20+ username : postgres
21+ password : m
2222 host : localhost
2323 # host: localhost
2424 # For details on connection pooling, see Rails configuration guide
You can’t perform that action at this time.
0 commit comments