rails/activesupport
2010-07-25 11:11:23 -07:00
..
bin remove executable permission from files that don't need it. [#4802 state:resolved] 2010-06-20 00:50:48 +02:00
lib use a hash to collect optional statistics about the instrumentation 2010-07-25 11:11:23 -07:00
test use a hash to collect optional statistics about the instrumentation 2010-07-25 11:11:23 -07:00
activesupport.gemspec Change some missing README -> README.rdoc 2010-07-22 01:47:06 +08:00
CHANGELOG Add CHANGELOG for new deprecation style 2010-06-29 12:25:13 -07:00
MIT-LICENSE Updating copyright dates on all licenses 2010-02-01 10:10:53 +11:00
Rakefile update Rakefiles for RDoc 2.5 2010-07-23 21:11:29 +02:00
README.rdoc Add .rdoc extension to README files. 2010-07-21 12:51:14 +02:00

= Active Support -- Utility classes and standard library extensions from Rails

Active Support is a collection of various utility classes and standard library extensions that were found useful
for Rails. All these additions have hence been collected in this bundle as way to gather all that sugar that makes
Ruby sweeter.


== Download

The latest version of Active Support can be installed with Rubygems:

* gem install activesupport

Documentation can be found at 

* http://api.rubyonrails.org


== License

Active Support is released under the MIT license.


== Support

The Active Support homepage is http://www.rubyonrails.com. You can find the Active Support
RubyForge page at http://rubyforge.org/projects/activesupport. And as Jim from Rake says:

   Feel free to submit commits or feature requests.  If you send a patch,
   remember to update the corresponding unit tests.  If fact, I prefer
   new feature to be submitted in the form of new unit tests.

For other information, feel free to ask on the ruby-talk mailing list
(which is mirrored to comp.lang.ruby) or contact mailto:david@loudthinking.com.