aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Revert rspec-runner change. TODO: Add back support for the rspec T::U runner.Carl Lerche & Yehuda Katz2009-04-092-310/+306
| | |
| * | Updated old AC::Base for small changes to AVYehuda Katz and Carl Lerche2009-04-081-2/+2
| | |
| * | Layouts work in AbstractController. Add support for the rspec runner for T::UYehuda Katz and Carl Lerche2009-04-072-33/+61
| | |
| * | Add depends_on, use, and setup to abstract up ideas about module inheritance.Yehuda Katz and Carl Lerche2009-04-072-0/+27
| | |
| * | Changes necessary to run the T::U tests with the rspec runnerYehuda Katz and Carl Lerche2009-04-061-2/+10
| | |
| * | Rework NewCallbacks to not require method_missingYehuda Katz2009-03-171-1/+9
| | |
| * | Use extlib accessor for new callbacksYehuda Katz2009-03-121-2/+2
| | |
| * | Helpers with an initial testYehuda Katz2009-03-031-3/+3
| | |
| * | Fixes multiple conditionsYehuda Katz2009-02-271-2/+2
| | |
| * | Add support for callbacksYehuda Katz2009-02-274-0/+975
| | |
| * | First, very early, AbstractController code. More to comeYehuda Katz2009-02-241-0/+79
| | |
| * | Make tests passYehuda Katz2009-02-021-121/+0
| | |
| * | Whoops.Yehuda Katz2009-02-021-0/+40
| | |
| * | Add support for pendingYehuda Katz2009-02-021-0/+2
| | |
| * | Merge commit 'rails/3-0-unstable'Yehuda Katz2009-02-021-25/+0
| |\ \
| | * | Remove duplicate ConcurrentHashJeremy Kemper2009-01-311-25/+0
| | | |
| * | | Some merge cleanupYehuda Katz2009-02-021-0/+121
| | | |
| * | | Merge commit 'rails/3-0-unstable'Yehuda Katz2009-01-303-0/+65
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: actionpack/lib/action_controller/base.rb actionpack/lib/action_dispatch/http/mime_type.rb actionpack/lib/action_dispatch/http/request.rb actionpack/lib/action_view/base.rb actionpack/lib/action_view/paths.rb actionpack/test/controller/session/cookie_store_test.rb actionpack/test/dispatch/rack_test.rb actionpack/test/dispatch/request_test.rb
| | * | Reorganize ActionController folder structureJoshua Peek2009-01-271-0/+38
| | | |
| | * | Begin unifying the interface between ActionController and ActionViewYehuda Katz2009-01-2215-44/+84
| | | |
| * | | Sync 'rails/rails/master'Yehuda Katz2009-01-3025-68/+362
| |\ \ \
| * \ \ \ Sync 'rails/rails/master'Yehuda Katz2009-01-132-10/+11
| |\ \ \ \
| * \ \ \ \ Sync 'rails/rails/master'Yehuda Katz2009-01-113-2/+17
| |\ \ \ \ \
| * \ \ \ \ \ Sync 'rails/rails/master'Yehuda Katz2009-01-091-1/+1
| |\ \ \ \ \ \
| * | | | | | | Object#tap for Ruby < 1.8.7Jeremy Kemper2009-01-093-0/+26
| | | | | | | |
| * | | | | | | Fix JSON decoder date-converter regexp [#1662 state:resolved] [Jonathan del ↵Pratik Naik2009-01-092-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Strother]
| * | | | | | | Sync 'rails/rails/master'Yehuda Katz2009-01-053-1/+12
| | | | | | | |
| * | | | | | | It was decided that Multibyte does not belong to as/mini.Michael S. Klishin2008-12-291-8/+2
| | | | | | | |
| * | | | | | | Pull up some other changes from rails/rails/masterMichael S. Klishin2008-12-292-8/+43
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Sync i18n update from rails/rails/masterMichael S. Klishin2008-12-2816-71/+884
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Sync with rails/rails/master, merge two metaprogramming annotation effortsMichael S. Klishin2008-12-2812-160/+170
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Use active_support/mini instead of active_support/minimalisticMichael S. Klishin2008-12-281-15/+0
| | | | | | | | | | |
| * | | | | | | | | | Sync with wycats/rails/masterMichael S. Klishin2008-12-2812-161/+178
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Annotated metaprogramming code across ActiveSupportMichael S. Klishin2008-12-2813-162/+183
| | | | | | | | | | | |
| * | | | | | | | | | | active_support/minimalistic.rb => active_support/mini.rbMichael S. Klishin2008-12-281-0/+0
| | | | | | | | | | | |
| * | | | | | | | | | | Introduce minimalistic package for ActiveSupport.Michael S. Klishin2008-12-282-1/+20
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To simplify using of ActiveSupport in 3rd party libraries, a simple way to require only minimum of commonly used extensions (multibyte, inflections, array and hash extensions, #blank?, and a few others) is needed. For exactly this reason some out-of-Rails-space libraries adopted Extlib, originally from DataMapper. To keep it 2067% backwards compatible, and still available to everyone even in 2.x releases, active_support/minimalistic.rb was added. Use it like this: gem 'active_support', '>=2.3' require 'active_support/minimalistic' instead of require 'activesupport' Right now this package with RubyGems uses about 10 megs of RAM (10.01 or so). It can be further slimmed down though, once we simplify multibyte implementation that right now uses advanced accessors from Module extensions. To compare RAM usage with previous ActiveSupport versions and Extlib, at the time of writing, see http://gist.github.com/40401.
* | | | | | | | | | | Move AS::Duration autoload to core/time/autoloadJeremy Kemper2009-04-202-1/+1
| | | | | | | | | | |
* | | | | | | | | | | Autoload I18n simple backendJeremy Kemper2009-04-173-5/+11
| | | | | | | | | | |
* | | | | | | | | | | Autoload YAML and StringScanner for JSON decodingJeremy Kemper2009-04-171-2/+2
| | | | | | | | | | |
* | | | | | | | | | | Autoload StringScanner for pre-1.9 String#each_charJeremy Kemper2009-04-171-1/+1
| | | | | | | | | | |
* | | | | | | | | | | Remove rarely-used DRb cache storeJeremy Kemper2009-04-174-24/+8
| | | | | | | | | | |
* | | | | | | | | | | Eliminate Pathname extensionsJeremy Kemper2009-04-174-30/+12
| | | | | | | | | | |
* | | | | | | | | | | Dice up ActiveSupport::DeprecationJeremy Kemper2009-04-176-185/+204
| | | | | | | | | | |
* | | | | | | | | | | Fix core/all require of adjacent core featuresJeremy Kemper2009-04-171-1/+1
| | | | | | | | | | |
* | | | | | | | | | | Fix core/time require of DateTime core extensionsJeremy Kemper2009-04-171-1/+1
| | | | | | | | | | |
* | | | | | | | | | | Insert in sorted order to avoid TimeZone sortJeremy Kemper2009-04-071-2/+1
| | | | | | | | | | |
* | | | | | | | | | | autoload PathnameJeremy Kemper2009-04-071-1/+5
| | | | | | | | | | |
* | | | | | | | | | | Unneeded requireJeremy Kemper2009-04-071-1/+0
| | | | | | | | | | |
* | | | | | | | | | | Encapsulate date/time core extensions and constant autoloads in ↵Jeremy Kemper2009-03-316-13/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | active_support/core/time
* | | | | | | | | | | Feature detection for Range#step extensionJeremy Kemper2009-03-291-7/+10
| | | | | | | | | | |