rails--rails/activesupport
John Hawthorn 15874514fa Use real_mod_name on check for removed module
Previously this check could break if `name` was overridden on the module
we were checking.
2020-09-02 14:08:45 -07:00
..
bin
lib Use real_mod_name on check for removed module 2020-09-02 14:08:45 -07:00
test Merge pull request #39350 from jaynetics/fix_rounding_of_custom_formatted_negative_amounts 2020-08-26 16:08:55 -04:00
.gitignore
CHANGELOG.md Rename prefix to in_* and update CHANGELOG 2020-08-26 09:36:03 -05:00
MIT-LICENSE
README.rdoc
Rakefile
activesupport.gemspec Needlessly tight dependency spec 2020-05-31 16:45:37 -07:00

README.rdoc

= 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.

You can read more about the extensions in the {Active Support Core Extensions}[https://edgeguides.rubyonrails.org/active_support_core_extensions.html] guide.

== Download and installation

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

  $ 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:

* https://opensource.org/licenses/MIT


== Support

API documentation is at:

* https://api.rubyonrails.org

Bug reports for the Ruby on Rails project can be filed here:

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

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

* https://discuss.rubyonrails.org/c/rubyonrails-core