jean

Joined

100 Experience
0 Lessons Completed
0 Questions Solved

Activity

Posted in How to use route.db or how to debug

In Apache logs:
GET https://xxxxxxxxxx.com/ HTTP/1.1" 404 1722
in routes.rb
root "crm#index"
rails routes|grep root
root GET / crm#index
Rails 7.0.4
ruby 3.1.2p20 (2022-04-12 revision 4491bb740a) [x86_64-linux]
crm_controllers.rb exits with index def
Any idea to help me?

Posted in ROR version to have a fine database management

Hi
I use a very old ROR (2.0.2) and ruby 1.8.6.
I would like a fine database management. What is the ROR recommended version for you? Of course the last, but if possible, i don't want to make a big jump because it is a big work! Best regards