Ruby on Rails Monday, June 25, 2018

Steps to reproduce

cd [app directory]
rails server
open localhost:3000/welcome/index

(Guidelines for creating a bug report are available
here
)

Expected behavior

I should be able to see the login screen for our ROR App (pcms.herokuapps.com)

Actual behavior

45 46 47 48 49 50def deny_access session[:forward_to] = request.fullpath redirect_to login_url end def check_admin

enter image description here

How to I get to the ROR app. Like it looks like the live site.

https://pcms.herokuapp.com/login

The app was designed by a previous developer in 2013. I just received the files two weeks ago. Having to update everything to latest versions of everything. I've added the database into the pgAdmin4.

I need to be able to see the changes in the localhost before pushing to heroku platform.

routes.rb

YES I am in the App Directory

System configuration

Rails version:
Rails 5.2.0
Ruby version:
ruby 2.5.1p57 (2018-03-29 revision 63029) [x86_64-darwin17]

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/c49fe5c0-f3e7-4af5-b644-ef2e6667b170%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment