README.rdoc 885 字节
Newer Older
1
= Active Support -- Utility classes and Ruby extensions from Rails
D
David Heinemeier Hansson 已提交
2

3 4 5 6
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.
D
David Heinemeier Hansson 已提交
7 8


9
== Download and installation
D
David Heinemeier Hansson 已提交
10

S
Sukeerthi Adiga 已提交
11
The latest version of Active Support can be installed with RubyGems:
D
David Heinemeier Hansson 已提交
12

13
  % [sudo] gem install activesupport
D
David Heinemeier Hansson 已提交
14

15
Source code can be downloaded as part of the Rails project on GitHub
D
David Heinemeier Hansson 已提交
16

17
* https://github.com/rails/rails/tree/master/activesupport
D
David Heinemeier Hansson 已提交
18 19 20 21


== License

22 23 24
Active Support is released under the MIT license:

* http://www.opensource.org/licenses/MIT
D
David Heinemeier Hansson 已提交
25 26 27 28


== Support

29
API documentation is at
D
David Heinemeier Hansson 已提交
30

31
* http://api.rubyonrails.org
D
David Heinemeier Hansson 已提交
32

33 34
Bug reports and feature requests can be filed with the rest for the Ruby on Rails project here:

35
* https://github.com/rails/rails/issues