rails--rails/activesupport/lib/active_support
David Heinemeier Hansson d15550aecc Fixed the hash.delete :sym (closes #2176) [Stefan Kaes]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4005 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-03-20 18:53:52 +00:00
..
core_ext Fixed the hash.delete :sym (closes #2176) [Stefan Kaes] 2006-03-20 18:53:52 +00:00
json RJS now does enumerations, baby! (closes #3876) [Rick Olson] 2006-03-03 19:34:23 +00:00
values Made TimeZone even more delicious #709 2005-02-24 11:56:09 +00:00
vendor move vendor inside lib so that rake freeze_edge works 2006-03-08 16:54:57 +00:00
binding_of_caller.rb Documentation stuff 2005-02-24 02:02:12 +00:00
breakpoint.rb r3215@asus: jeremy | 2005-11-20 02:05:56 -0800 2005-11-21 07:29:04 +00:00
clean_logger.rb Added reusable reloading support through the inclusion of the Relodable module that all subclasses of ActiveRecord::Base, ActiveRecord::Observer, ActiveController::Base, and ActionMailer::Base automatically gets [DHH]. Added auto-loading support for classes in modules, so Conductor::Migration will look for conductor/migration.rb and Conductor::Database::Settings will look for conductor/database/settings.rb [Nicholas Seckar]. Refactored extensions to module, class, and object in active support [DHH] 2006-01-29 00:37:39 +00:00
core_ext.rb Moved Active Support into its own gem 2005-02-15 15:57:44 +00:00
dependencies.rb Remove ::Controllers related cruft; fix AP tests 2006-02-26 17:49:09 +00:00
inflections.rb r3214@asus: jeremy | 2005-11-20 02:03:05 -0800 2005-11-21 07:28:59 +00:00
inflector.rb Added option to String#camelize to generate lower-cased camel case by passing in :lower, like "super_man".camelize(:lower) # => "superMan" [DHH] 2006-03-20 03:32:28 +00:00
json.rb RJS now does enumerations, baby! (closes #3876) [Rick Olson] 2006-03-03 19:34:23 +00:00
option_merger.rb Add Object#with_options for DRYing up multiple calls to methods having shared options 2005-12-15 20:03:23 +00:00
ordered_options.rb Added calculations: Base.count, Base.average, Base.sum, Base.minimum, Base.maxmium, and the generic Base.calculate. All can be used with :group and :having. Calculations and statitics need no longer require custom SQL. #3958 [Rick Olson] 2006-02-25 23:06:04 +00:00
reloadable.rb Just go with Subclasses instead of OnlySubclasses 2006-02-04 06:11:42 +00:00
version.rb Update versions to match latest from stable 2006-02-05 00:59:57 +00:00
whiny_nil.rb Updated whiny nil to be more concise and useful. 2005-10-15 02:24:05 +00:00