I'm about to launch a Ruby on Rails application and as the last task, I want to set the robots.txt file. I couldn't find information about how the paths should be written properly for a Rails application.
Is the starting path always the root path from the Ruby on Rails application or the app folder? How would I then disallow, e.g., the img folder?
Do I have to write the paths as I see them in the app folder, or like how the paths look on the site online, e.g. http://example.com/admin?