README.rdoc 1.1 KB
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
You can read more about the extensions in the {Active Support Core Extensions}[https://edgeguides.rubyonrails.org/active_support_core_extensions.html] guide.
D
David Heinemeier Hansson 已提交
9

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

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

14
  $ gem install activesupport
D
David Heinemeier Hansson 已提交
15

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

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


== License

23 24
Active Support is released under the MIT license:

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


== Support

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

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

F
Fatos Morina 已提交
34
Bug reports for the Ruby on Rails project can be filed here:
35

36
* https://github.com/rails/rails/issues
37 38 39 40

Feature requests should be discussed on the rails-core mailing list here:

* https://groups.google.com/forum/?fromgroups#!forum/rubyonrails-core