|
Revision 784, 1.4 kB
(checked in by david, 4 years ago)
|
Documentation stuff
|
| Line | |
|---|
| 1 |
= Active Support -- Utility classes and standard library extensions from Rails |
|---|
| 2 |
|
|---|
| 3 |
Active Support is a collection of various utility classes and standard library extensions that were found useful |
|---|
| 4 |
for Rails. All these additions have hence been collected in this bundle as way to gather all that sugar that makes |
|---|
| 5 |
Ruby sweeter. |
|---|
| 6 |
|
|---|
| 7 |
|
|---|
| 8 |
== Download |
|---|
| 9 |
|
|---|
| 10 |
The latest version of Active Support can be found at |
|---|
| 11 |
|
|---|
| 12 |
* http://rubyforge.org/project/showfiles.php?group_id=182 |
|---|
| 13 |
|
|---|
| 14 |
Documentation can be found at |
|---|
| 15 |
|
|---|
| 16 |
* http://as.rubyonrails.com |
|---|
| 17 |
|
|---|
| 18 |
|
|---|
| 19 |
== Installation |
|---|
| 20 |
|
|---|
| 21 |
The prefered method of installing Active Support is through its GEM file. You'll need to have |
|---|
| 22 |
RubyGems[http://rubygems.rubyforge.org/wiki/wiki.pl] installed for that, though. If you have, |
|---|
| 23 |
then use: |
|---|
| 24 |
|
|---|
| 25 |
% [sudo] gem install activesupport-1.0.0.gem |
|---|
| 26 |
|
|---|
| 27 |
|
|---|
| 28 |
== License |
|---|
| 29 |
|
|---|
| 30 |
Active Support is released under the MIT license. |
|---|
| 31 |
|
|---|
| 32 |
|
|---|
| 33 |
== Support |
|---|
| 34 |
|
|---|
| 35 |
The Active Support homepage is http://www.rubyonrails.com. You can find the Active Support |
|---|
| 36 |
RubyForge page at http://rubyforge.org/projects/activesupport. And as Jim from Rake says: |
|---|
| 37 |
|
|---|
| 38 |
Feel free to submit commits or feature requests. If you send a patch, |
|---|
| 39 |
remember to update the corresponding unit tests. If fact, I prefer |
|---|
| 40 |
new feature to be submitted in the form of new unit tests. |
|---|
| 41 |
|
|---|
| 42 |
For other information, feel free to ask on the ruby-talk mailing list |
|---|
| 43 |
(which is mirrored to comp.lang.ruby) or contact mailto:david@loudthinking.com. |
|---|