Slide 2
Slide 2 text
Rails.root
● Rails.root is the root of the application
directory
● It contains 3 major parts:
○ Logic: app/, lib/, & config/
○ Tools: Gemfile, Gemfile.lock, Rakefile, config.ru,
scripts/, db/
○ Testing: spec/, test/, features/
● This is where you run your commands, like
`rails` or `rake`