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