rails/activesupport
Carlos Antonio da Silva ded5f5b261 Revert some warning removals related to Ruby 2.0
These warnings were actually a bug in Ruby 2.0, the accessors should not
be raising such warnings, they are only meant for ivars.

-

Revert "fix warnings in Ruby 2.0"

This reverts commit 26702a6d3461f4a1c75165030b96886514ecb877.

-

Revert "Merge pull request #8282 from arunagw/warning_removed_for_ruby2"

This reverts commit f63d6544e45e78cda29c0c56fbdf3d9e1f405340, reversing
changes made to 3a890681fad8218305585036abed6d7463a44e41.
2013-01-07 19:46:14 -02:00
..
bin Update Unicode database to recently-released 6.1. 2012-02-03 10:09:26 -03:00
lib Revert some warning removals related to Ruby 2.0 2013-01-07 19:46:14 -02:00
test Namespace HashWithIndifferentAccess 2013-01-07 07:37:23 +09:00
activesupport.gemspec Replace some global Hash usages with the new thread safe cache. 2012-12-14 12:18:47 +01:00
CHANGELOG.md deprecate assert_blank and assert_present. 2013-01-05 18:04:52 +01:00
MIT-LICENSE Updated copyright notices for 2013 2012-12-31 20:35:29 +00:00
Rakefile Rakefile executable attributes and shebang lines has been removed 2012-05-02 13:38:13 +03:00
README.rdoc Finished implementation of MIT license linking. 2011-12-23 13:03:21 -08:00

= Active Support -- Utility classes and Ruby extensions from Rails

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.


== Download and installation

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

  % [sudo] gem install activesupport

Source code can be downloaded as part of the Rails project on GitHub

* https://github.com/rails/rails/tree/master/activesupport


== License

Active Support is released under the MIT license:

* http://www.opensource.org/licenses/MIT


== Support

API documentation is at

* http://api.rubyonrails.org

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

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