aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test
Commit message (Expand)AuthorAgeFilesLines
* Work around assert_raise limitationJeremy Kemper2009-11-081-3/+3
* Ruby 1.9.2: work around changes to flatten and nil.to_strJeremy Kemper2009-11-081-3/+3
* Fix OrderedHash#replaceChris Hapgood2009-11-051-0/+7
* Make ActiveSupport::Chars#limit run on Ruby 1.9.Manfred Stienstra2009-11-041-29/+27
* Add ActiveSupport::Multibyte::Chars#limit.Manfred Stienstra2009-11-041-0/+59
* Fix chars.reverse for multibyte decomposed stringsMatias Flores2009-11-021-0/+11
* Clarify date/time dependenciesJeremy Kemper2009-11-021-3/+3
* Consolidate Object#to_param and #to_query core extensionsJeremy Kemper2009-11-026-68/+62
* Ruby 1.9.2: URI.escape is obsoleteJeremy Kemper2009-11-021-2/+6
* Ruby 1.9 doesn't recognize EM SPACE as whitespace, breaking String#stripJeremy Kemper2009-11-021-1/+7
* Give useful test:isolated failuresJeremy Kemper2009-11-021-2/+2
* Allow :instance_reader to be given to superclass_delegating_accessor as well.José Valim2009-11-011-0/+7
* Change Event#thread_id to #transaction_id. Defaults to one "transaction" per ...Yehuda Katz2009-10-281-0/+20
* AS::Notifications.subscribe blocks are now yielded the arguments to pass to A...Yehuda Katz2009-10-271-4/+14
* Some optimizations on AS::Notifications. This does not change the public-faci...Yehuda Katz2009-10-271-11/+18
* Have all the tests running off a single GemfileYehuda Katz + Carl Lerche2009-10-201-1/+8
* Replace decaying routing internals w/ rack-mountJoshua Peek2009-10-191-19/+0
* Get rid of stray require againJeremy Kemper2009-10-151-1/+0
* Renamed Orchestra to Notifications once again [#3321 state:resolved]José Valim2009-10-151-24/+24
* Added parent_of? method to help tracing events.José Valim2009-10-151-3/+19
* Unify benchmark APIs.José Valim2009-10-151-0/+87
* Update Orchestra instrumentations and move part of logging to Orchestra.José Valim2009-10-151-3/+24
* Orchestra listeners have their own queue.José Valim2009-10-151-3/+11
* Events are created inside threads.José Valim2009-10-151-49/+24
* Added queue abstraction to Orchestra.José Valim2009-10-151-64/+47
* Revert "Rename Orchestra to Notifications [#3321 state:resolved]"José Valim2009-10-151-30/+30
* Rename Orchestra to Notifications [#3321 state:resolved]Joshua Peek2009-10-141-30/+30
* Revert "Get AS TestCase off deprecated callbacks"Jeremy Kemper2009-10-141-0/+52
* Added CDATA support to the XmlMini LibXML engine, adjusted whitespace handlin...Jacob Lauemoeller2009-10-151-0/+194
* Get AS TestCase off deprecated callbacksJoshua Peek2009-10-121-54/+2
* Callbacks, DeprecatedCallbacks = NewCallbacks, CallbacksJoshua Peek2009-10-123-695/+507
* Mute log info coming from the local_cache strategyPratik Naik2009-10-091-0/+19
* Ensure MessageVerifier raises appropriate exception on tampered dataPratik Naik2009-10-091-0/+1
* Switch to on-by-default XSS escaping for rails.Michael Koziarski2009-10-081-0/+86
* MessageVerifier#verify raises InvalidSignature if the signature is blankJeffrey Hardy2009-10-051-0/+5
* Escaping symbol passed into Memoizable's flush_cache for query methods to all...Jay Pignata2009-09-281-1/+10
* Wrap isolated test runner in a test suiteJoshua Peek2009-09-251-0/+15
* Nah, test SHA1, but skip the test and whine if OpenSSL is borked upJeremy Kemper2009-09-241-4/+13
* Test with MD5 digest in an attempt to mollify CIJeremy Kemper2009-09-241-1/+1
* Restore split between require-time and runtime load path mungery. Simplifies ...Jeremy Kemper2009-09-241-1/+1
* Fixes Sam Ruby tests suite.José Valim2009-09-211-1/+1
* Added Orchestra.José Valim2009-09-201-0/+161
* Allow Nokogiri XmlMini backend to process cdata elementsDeveloper2009-09-171-0/+11
* Lookup ruby bin name tooJoshua Peek2009-09-141-1/+1
* Use rbconfig instead of rubygem detectionJoshua Peek2009-09-141-1/+2
* For testing, only load rubygems if mocha is missingJoshua Peek2009-09-141-1/+8
* Skip parent isolation tests tooJeremy Kemper2009-09-131-121/+123
* Rollback AS bundler work and improve activation of vendored dependenciesJoshua Peek2009-09-132-34/+2
* Don't eager require mocha, AS unit needs to set stuff up firstJoshua Peek2009-09-131-1/+1
* Detect missing dependencies and automatically run bundlerJoshua Peek2009-09-132-2/+32