aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
* Allow optional arguments and/or block for Object#try like Object#send does. [...Eloy Duran2008-11-242-2/+14
* require json lib when serialization is loadedJoshua Peek2008-11-241-1/+1
* Add LAZY env flag for testing autoload/lazy load featureJoshua Peek2008-11-241-1/+1
* Autoload more ActiveSupport libsJoshua Peek2008-11-241-22/+19
* Autoload ActiveSupport::Duration, Gzip, OptionMerger, OrderedHash, OrderedOpt...Jeremy Kemper2008-11-231-17/+14
* Autoload cache storesJeremy Kemper2008-11-231-6/+7
* Duration requires BasicObject in case it's autoloaded earlyJeremy Kemper2008-11-231-0/+2
* Lazy-require tzinfo for TimeZoneJeremy Kemper2008-11-232-0/+2
* Autoload ActiveSupport::SecureRandom and ::MessageVerifierJeremy Kemper2008-11-231-3/+5
* Lazy-require tempfile for File#atomic_writeJeremy Kemper2008-11-231-2/+2
* Lazy-require DRb for ActiveSupport::Cache::DRbStoreJeremy Kemper2008-11-231-3/+2
* Lazy-require OpenSSLJeremy Kemper2008-11-231-1/+2
* Lazy-require OpenSSL. Skip entirely if SecureRandom is available.Jeremy Kemper2008-11-231-6/+8
* Lazy-require XmlSimple. Move CGI require to object conversions where it's act...Jeremy Kemper2008-11-232-3/+5
* Require Mocha >= 0.9.3 which includes a MiniTest adapterJeremy Kemper2008-11-233-57/+8
* Hack builder to look for fast_xs instead of insisting on its own String#to_xsJeremy Kemper2008-11-232-2/+3
* Lazy-require builder libJeremy Kemper2008-11-232-3/+3
* Move deprecation assertions so TestCase (and Mocha) needn't load on startupJeremy Kemper2008-11-233-59/+57
* Eliminate thread-local circular reference stack by passing it as an argument ...Jeremy Kemper2008-11-231-20/+8
* Don't include .rb suffix in core_ext requiresJeremy Kemper2008-11-231-1/+1
* Don't need _message as it's in the class name alreadyMichael Koziarski2008-11-232-8/+8
* Add ActiveSupport::MessageVerifier to aid users who need to store tamper-proo...Michael Koziarski2008-11-234-0/+73
* Changed the fallback String#each_char to use valid 1.9 syntax.Tom Lea2008-11-221-1/+3
* Get ActiveSupport::TestCase working with classic Test::Unit and MiniTest. Fix...Jeremy Kemper2008-11-223-106/+107
* Ruby 1.9 compat: don't use defined? on complex expressionsJeremy Kemper2008-11-221-1/+1
* Require mocha >= 0.9.0 for AS testsJeremy Kemper2008-11-2214-570/+524
* Added ActiveSupport::BacktraceCleaner and Rails::BacktraceCleaner for cutting...David Heinemeier Hansson2008-11-228-3/+133
* Reduced the number of literal aliases to the range that has actually seen per...David Heinemeier Hansson2008-11-213-30/+6
* Require mocha >= 0.9.0 for Active Support tests. Don't manipulate the load path.Jeremy Kemper2008-11-201-32/+17
* Mocha 0.9.0 compatibility for test setup/teardown callbacksJeremy Kemper2008-11-201-4/+6
* Ensure only delegations to methods can have an automatic prefix. [#1235 state...Daniel Schierbeck2008-11-212-0/+15
* Merge branch 'master' of git@github.com:rails/railsDavid Heinemeier Hansson2008-11-207-4/+68
|\
| * Enumerable#none? conforms to Ruby 1.8.7 behaviorJeremy Kemper2008-11-192-4/+5
| * Added Object#try. ( Taken from http://ozmm.org/posts/try.html ) [Chris Wanstr...Pratik Naik2008-11-193-0/+40
| * Assume that the next version is going to be 2.3 for nowDavid Heinemeier Hansson2008-11-192-3/+3
| * Update doc to make more senseDavid Heinemeier Hansson2008-11-191-1/+1
| * Added Enumerable#none? to check that none of the elements match the block [#1...Damian Janowski2008-11-193-0/+21
| * TimeZone offset tests: use current_period, to ensure TimeZone#utc_offset is u...gbuesing2008-11-182-1/+3
* | alternative resolution to vendor load problemMatt Jones2008-11-201-21/+22
|/
* Update bundled TZInfo to 0.3.12gbuesing2008-11-18141-172/+90
* add vendor/ back to load paths; catch errors in constant loadingMatt Jones2008-11-181-15/+19
* use :en as a default locale (in favor of :en-US)Sven Fuchs2008-11-184-7/+7
* Fix compatibility with Ruby 1.8 that also has the Miniunit gem installed.Hongli Lai (Phusion)2008-11-171-3/+7
* Explicitly require AS::DurationJeremy Kemper2008-11-171-0/+2
* Merge branch 'master' of git@github.com:rails/railsJeremy Kemper2008-11-171-5/+1
|\
| * BACKWARDS INCOMPATIBLE: Renamed application.rb to application_controller.rb a...David Heinemeier Hansson2008-11-171-5/+1
* | Merge branch 'master' of git@github.com:rails/railsJeremy Kemper2008-11-171-2/+0
|\|
| * The inflector is meant to work on words not phrases -- dont confuse people wi...David Heinemeier Hansson2008-11-161-2/+0
* | Require callbacks so AS::TestCase may be required in isolationJeremy Kemper2008-11-151-0/+2
|/
* Switch to AS::TestCase for assert_deprecatedJeremy Kemper2008-11-151-2/+2