Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
Add ruby on rails tag
Link
Andrew Grimm
  • 82.3k
  • 58
  • 210
  • 355

starting Starting a rubyRuby application

Source Link
aman
  • 53
  • 1
  • 1
  • 3

starting a ruby application

I was given a ruby application to run, the problem is I have no idea how to run it. I am using ubuntu , and I installed apache, mysql, and ruby. The app has a folder "app" that contains "views,controllers,helpers,models" folders. I know that I must use "ruby name_of_app" to start the app, but I can't seem to find the file. Is there a standard location for that file?