Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #7763 from route/full-capture | Carlos Antonio da Silva | 2012-11-08 | 1 | -0/+2 |
|\ | | | | | Kernel#capture replaced by version which can catch output from subprocesses | ||||
| * | Kernel#capture replaced by version which can catch output from subprocesses | Dmitry Vorotilin | 2012-11-01 | 1 | -0/+2 |
| | | |||||
* | | cleaning up constantize tests | Aaron Patterson | 2012-11-07 | 1 | -44/+44 |
| | | |||||
* | | Make the tests pass with minitest 4.2 | Rafael Mendonça França | 2012-11-05 | 1 | -0/+3 |
| | | |||||
* | | Fix typo in test name | Carlos Antonio da Silva | 2012-11-04 | 2 | -3/+2 |
|/ | |||||
* | Make caller attribute in deprecation methods optional | Alexey Gaziev | 2012-10-30 | 1 | -1/+1 |
| | |||||
* | Fix some assert_raise calls containing messages in Active Support | Carlos Antonio da Silva | 2012-10-28 | 2 | -7/+15 |
| | |||||
* | Fix queueing tests that should be consuming the queue rather than draining it | Jeremy Kemper | 2012-10-26 | 1 | -3/+9 |
| | |||||
* | Job worker thread logs failed jobs too | Jeremy Kemper | 2012-10-26 | 1 | -1/+1 |
| | |||||
* | Job worker thread logs to stderr if no logger is provided | Jeremy Kemper | 2012-10-26 | 1 | -0/+12 |
| | |||||
* | Implement replace method so key? works correctly. | David Graham | 2012-10-26 | 1 | -0/+12 |
| | |||||
* | make the cache test more @tenderlove(ing) and not depend on internal ↵ | Noah Hendrix | 2012-10-23 | 1 | -2/+7 |
| | | | | implentation | ||||
* | pass the key to the block in cache.fetch on misses | Noah Hendrix | 2012-10-23 | 1 | -2/+7 |
| | |||||
* | fix assertions | Aaron Patterson | 2012-10-18 | 1 | -2/+2 |
| | |||||
* | Make DescendantsTracker thread safe and optimize the #descendants method. | thedarkone | 2012-10-18 | 2 | -11/+17 |
| | |||||
* | some ruby interpreters don't have ruby-prof so just skip the tests | Aaron Patterson | 2012-10-18 | 1 | -3/+12 |
| | | | | rather than exiting the process. | ||||
* | Revert "remove unnecessary object/conversions file" | Xavier Noria | 2012-10-16 | 2 | -0/+2 |
| | | | | | | | This file is used at least by Active Merchant, its existence is maybe not necessary but no big deal either. This reverts commit ae9b3d7cecd77b9ace38671b183e1a360bf632b6. | ||||
* | Remove the queue container. Premature consolidation. Set up and maintain ↵ | Jeremy Kemper | 2012-10-12 | 1 | -28/+0 |
| | | | | queues in the classes that use them instead. | ||||
* | Merge pull request #7007 from Mik-die/hash_extract | Rafael Mendonça França | 2012-10-12 | 1 | -1/+25 |
|\ | | | | | make Hash#extract! more symmetric with Hash#slice | ||||
| * | add more testcases and doc about Hash#extract! | Mikhail Dieterle | 2012-10-08 | 1 | -2/+9 |
| | | |||||
| * | make Hash#extract! more symmetric with Hash#slice | Mikhail Dieterle | 2012-10-08 | 1 | -0/+17 |
| | | |||||
* | | Move the TestQueue tests to the proper file | Rafael Mendonça França | 2012-10-12 | 1 | -0/+44 |
| | | |||||
* | | Cleanup trailing whitespaces | dfens | 2012-10-12 | 1 | -1/+1 |
| | | |||||
* | | adding a test for b21f24d9807bd161af947cf0f0cc440c9adffb73 | Aaron Patterson | 2012-10-11 | 1 | -0/+14 |
| | | |||||
* | | let (array|hash)/conversions.rb load the extensions in ↵ | Xavier Noria | 2012-10-09 | 1 | -2/+0 |
| | | | | | | | | object/to_(param|query).rb | ||||
* | | adds a missing require | Xavier Noria | 2012-10-09 | 1 | -0/+1 |
| | | |||||
* | | adds missing require | Xavier Noria | 2012-10-09 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #7817 from NARKOZ/object-conversions | Xavier Noria | 2012-10-09 | 2 | -2/+0 |
|\ \ | |/ |/| | remove unnecessary object/conversions file | ||||
| * | remove unnecessary object/conversions file | Nihad Abbasov | 2012-10-02 | 2 | -2/+0 |
| | | |||||
* | | Ruby 2 compat. Hash[] now raises on bad elements rather than ignoring them. ↵ | Jeremy Kemper | 2012-10-06 | 1 | -1/+0 |
| | | | | | | | | No sense over-testing this MRI-specific behavior. See ruby/ruby@8d6add973ebcb3b4c1efbfaf07786550a3e219af | ||||
* | | Merge pull request #6952 from NZKoz/key_generator | Michael Koziarski | 2012-10-02 | 1 | -0/+32 |
|\ \ | |/ |/| | Add ActiveSupport::KeyGenerator as a simple wrapper around PBKDF2 | ||||
| * | Add ActiveSupport::KeyGenerator as a simple wrapper around PBKDF2 | Michael Koziarski | 2012-10-01 | 1 | -0/+32 |
| | | | | | | | | | | | | This will be used to derive keys from the secret and a salt, in order to allow us to do things like encrypted cookie stores without using the secret for multiple purposes directly. | ||||
* | | warning fixed: (...) interpreted as grouped expression | Arun Agrawal | 2012-10-01 | 1 | -1/+1 |
| | | |||||
* | | fix broken cache tests | Brian Durand | 2012-09-30 | 1 | -1/+1 |
|/ | |||||
* | Fix other assertions that were backwards. | Steve Klabnik | 2012-09-30 | 1 | -5/+5 |
| | | | | This time I used ack. | ||||
* | fix order of assertions. | Steve Klabnik | 2012-09-30 | 1 | -2/+2 |
| | |||||
* | Optimize ActiveSupport::Cache::Entry to reduce memory and processing overhead. | Brian Durand | 2012-09-30 | 1 | -38/+53 |
| | |||||
* | Changed test names to match proper context | Wojciech Wnętrzak | 2012-09-28 | 1 | -2/+2 |
| | |||||
* | ConstantLookup is not needed in every TestCase decendant | Andy Lindeman | 2012-09-26 | 1 | -0/+1 |
| | |||||
* | Tests tag the Rails log with the current test class and test case | Jeremy Kemper | 2012-09-26 | 1 | -0/+15 |
| | |||||
* | Allow wrapping a logger that hasn't set a formatter. Default to our ↵ | Jeremy Kemper | 2012-09-26 | 1 | -0/+8 |
| | | | | SimpleFormatter. Otherwise we try extending nil with the tagging API. | ||||
* | Add logger.push_tags and .pop_tags to complement logger.tagged | Jeremy Kemper | 2012-09-26 | 1 | -0/+17 |
| | |||||
* | Add missing inflector dependency | Mike Moore | 2012-09-25 | 1 | -1/+1 |
| | |||||
* | Add register_spec_type test coverage | Mike Moore | 2012-09-24 | 1 | -0/+23 |
| | |||||
* | Create ActiveSupport::Testing::ConstantLookup | Mike Moore | 2012-09-24 | 1 | -0/+58 |
| | | | | | AS::TC::ConstantLookup walks the test's name to find the constant it is describing. This additional lookup logic is needed to better support minitest's spec DSL. | ||||
* | Remove .rb from require sentences | José Corcuera Z | 2012-09-21 | 1 | -1/+1 |
| | |||||
* | Merge pull request #7613 from marcandre/delegate_to_class | Jeremy Kemper | 2012-09-20 | 1 | -0/+11 |
|\ | | | | | Nice and easy delegation to the class | ||||
| * | Nice and easy delegation to the class | Marc-Andre Lafortune | 2012-09-11 | 1 | -0/+11 |
| | | |||||
* | | Fix #6962. AS::TimeWithZone#strftime responds incorrectly to %:z and %::z ↵ | kennyj | 2012-09-20 | 1 | -0/+8 |
| | | | | | | | | format strings. | ||||
* | | No need to defensively work jobs in another thread | Jeremy Kemper | 2012-09-18 | 1 | -1/+1 |
| | |