1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activesupport
Carlos Antonio da Silva 59b7203180 Remove not necessary file, move constants to the file they are used
File 'empty_bool.rb' was introduced around 4 years ago in
c10958fbdd to remove method redefined
warning in AS test suite, however we do not have such need for reuse
anymore, so we can safely move the constants back to the file where
they are currently used and get rid of the extra file/require.
2013-12-11 20:40:04 -02:00
..
bin Initializing Codepoint object with default values 2013-09-20 12:50:15 +05:30
lib Nodoc missing number helper classes in AS [ci skip] 2013-12-11 20:01:54 -02:00
test Remove not necessary file, move constants to the file they are used 2013-12-11 20:40:04 -02:00
activesupport.gemspec Upgrade minitest version 2013-12-08 07:35:19 -08:00
CHANGELOG.md Fix issue with Kernel#silence_stream leaking file descriptors 2013-12-06 10:24:06 +11:00
MIT-LICENSE
Rakefile
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.


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