1) The document discusses how Rails realizes RESTful resource modeling patterns through the use of "resources" in config/routes.rb.
2) It argues that focusing on RESTful patterns, including resources, encourages good resource design. RubyGems can also help with resource modeling by implementing specific patterns.
3) If creating a Rails gem, the author recommends designing around resources when possible. Sticking to fundamental patterns allows gems to realize RESTful modeling patterns.