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
|
|
|
|
|
|
|
|
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
|
|
|
|
2011-08-04 03:03:56 -04:00
|
|
|
* https://github.com/rails/rails/tree/master/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:
|
|
|
|
|
|
|
|
* http://www.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
|
|
|
|
2011-05-24 11:42:01 -04:00
|
|
|
* http://api.rubyonrails.org
|
2005-02-23 21:02:12 -05:00
|
|
|
|
2014-06-01 22:11:39 -04:00
|
|
|
Bug reports can be filed for the Ruby on Rails project 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:
|
|
|
|
|
|
|
|
* https://groups.google.com/forum/?fromgroups#!forum/rubyonrails-core
|