2010-07-18 20:58:40 +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
|
|
|
|
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-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
|
|
|
|
2010-07-18 20:58:40 +08:00
|
|
|
% [sudo] gem install activesupport
|
2005-02-24 10:02:12 +08:00
|
|
|
|
2013-02-20 00:11:42 +08:00
|
|
|
Source code can be downloaded as part of the Rails project on GitHub:
|
2005-02-24 10:02:12 +08:00
|
|
|
|
2011-08-04 15:03:56 +08:00
|
|
|
* https://github.com/rails/rails/tree/master/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:
|
|
|
|
|
|
|
|
* http://www.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
|
|
|
|
2011-05-24 23:42:01 +08:00
|
|
|
* http://api.rubyonrails.org
|
2005-02-24 10:02:12 +08:00
|
|
|
|
2010-07-18 20:58:40 +08:00
|
|
|
Bug reports and feature requests can be filed with the rest for the Ruby on Rails project here:
|
|
|
|
|
2011-05-11 00:25:52 +08:00
|
|
|
* https://github.com/rails/rails/issues
|