2010-07-18 08:58:40 -04:00
= Active Support -- Utility classes and Ruby extensions from Rails
2005-02-23 21:02:12 -05:00
2010-07-18 08:58:40 -04:00
Active Support is a collection of utility classes and standard library
extensions that were found useful for the Rails framework. These additions
reside in this package so they can be loaded as needed in Ruby projects
outside of Rails.
2005-02-23 21:02:12 -05:00
2019-03-09 16:47:01 -05:00
You can read more about the extensions in the {Active Support Core Extensions}[https://edgeguides.rubyonrails.org/active_support_core_extensions.html] guide.
2005-02-23 21:02:12 -05:00
2010-07-18 08:58:40 -04:00
== Download and installation
2005-02-23 21:02:12 -05:00
2011-08-05 04:34:43 -04:00
The latest version of Active Support can be installed with RubyGems:
2005-02-23 21:02:12 -05:00
2015-12-06 13:16:26 -05:00
$ gem install activesupport
2005-02-23 21:02:12 -05:00
2013-02-19 11:11:42 -05:00
Source code can be downloaded as part of the Rails project on GitHub:
2005-02-23 21:02:12 -05:00
2021-01-19 15:43:24 -05:00
* https://github.com/rails/rails/tree/main/activesupport
2005-02-23 21:02:12 -05:00
== License
2011-12-23 16:03:21 -05:00
Active Support is released under the MIT license:
2017-08-21 19:46:02 -04:00
* https://opensource.org/licenses/MIT
2005-02-23 21:02:12 -05:00
== Support
2013-02-19 11:11:42 -05:00
API documentation is at:
2005-02-23 21:02:12 -05:00
2019-03-09 07:08:03 -05:00
* https://api.rubyonrails.org
2005-02-23 21:02:12 -05:00
2017-11-28 13:27:43 -05:00
Bug reports for the Ruby on Rails project can be filed here:
2010-07-18 08:58:40 -04:00
2011-05-10 12:25:52 -04:00
* https://github.com/rails/rails/issues
2014-06-01 22:11:39 -04:00
Feature requests should be discussed on the rails-core mailing list here:
2020-03-26 02:21:37 -04:00
* https://discuss.rubyonrails.org/c/rubyonrails-core