README.rdoc 847 B

123456789101112131415161718192021222324252627282930313233
  1. = Active Support -- Utility classes and Ruby extensions from Rails
  2. Active Support is a collection of utility classes and standard library
  3. extensions that were found useful for the Rails framework. These additions
  4. reside in this package so they can be loaded as needed in Ruby projects
  5. outside of Rails.
  6. == Download and installation
  7. The latest version of Active Support can be installed with RubyGems:
  8. % [sudo] gem install activesupport
  9. Source code can be downloaded as part of the Rails project on GitHub
  10. * https://github.com/rails/rails/tree/3-2-stable/activesupport
  11. == License
  12. Active Support is released under the MIT license.
  13. == Support
  14. API documentation is at
  15. * http://api.rubyonrails.org
  16. Bug reports and feature requests can be filed with the rest for the Ruby on Rails project here:
  17. * https://github.com/rails/rails/issues