1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activesupport/lib/active_support
David Heinemeier Hansson 9bbb195c03 You will never sleep again!
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2113 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-09-03 10:33:18 +00:00
..
core_ext Added String#at, String#from, String#to, String#first, String#last in ActiveSupport::CoreExtensions::String::Access to ease access to individual characters and substrings in a string serving basically as human names for range access. Added easy extendability to the inflector through Inflector.inflections (using the Inflector::Inflections singleton class) 2005-09-03 07:11:47 +00:00
values Made TimeZone even more delicious #709 2005-02-24 11:56:09 +00:00
binding_of_caller.rb Documentation stuff 2005-02-24 02:02:12 +00:00
breakpoint.rb Documentation stuff 2005-02-24 02:02:12 +00:00
class_attribute_accessors.rb Fixed conflict with Glue gem #1606 [Rick Olson] 2005-07-04 19:15:40 +00:00
class_inheritable_attributes.rb Moved Active Support into its own gem 2005-02-15 15:57:44 +00:00
clean_logger.rb Improved the silence method on the logger to ensure restoring the old level #1240 [bitsweat 2005-05-02 17:20:18 +00:00
core_ext.rb Moved Active Support into its own gem 2005-02-15 15:57:44 +00:00
dependencies.rb Added more efficient implementation of the development mode reset of classes #1638 [Chris McGrath] 2005-07-07 14:48:16 +00:00
inflections.rb You will never sleep again! 2005-09-03 10:33:18 +00:00
inflector.rb Added String#at, String#from, String#to, String#first, String#last in ActiveSupport::CoreExtensions::String::Access to ease access to individual characters and substrings in a string serving basically as human names for range access. Added easy extendability to the inflector through Inflector.inflections (using the Inflector::Inflections singleton class) 2005-09-03 07:11:47 +00:00
misc.rb Moved Active Support into its own gem 2005-02-15 15:57:44 +00:00
module_attribute_accessors.rb Moved Active Support into its own gem 2005-02-15 15:57:44 +00:00
whiny_nil.rb Improved the whiny nil #1600 [Nicholas Seckar] 2005-07-04 09:54:30 +00:00