Ruby on Rails is an MVC framework for programming web applications in Ruby, made up of several components:
ActiveSupport, which provides many small niceties, and overrides core Ruby objects to provide things like:
The Rails core code provides the "glue" for all these components.
One page links to RubyOnRails: