aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test
Commit message (Expand)AuthorAgeFilesLines
* make Hash#extract! more symmetric with Hash#sliceMikhail Dieterle2012-10-081-0/+17
* Ruby 2 compat. Hash[] now raises on bad elements rather than ignoring them. N...Jeremy Kemper2012-10-061-1/+0
* Merge pull request #6952 from NZKoz/key_generatorMichael Koziarski2012-10-021-0/+32
|\
| * Add ActiveSupport::KeyGenerator as a simple wrapper around PBKDF2Michael Koziarski2012-10-011-0/+32
* | warning fixed: (...) interpreted as grouped expressionArun Agrawal2012-10-011-1/+1
* | fix broken cache testsBrian Durand2012-09-301-1/+1
|/
* Fix other assertions that were backwards.Steve Klabnik2012-09-301-5/+5
* fix order of assertions.Steve Klabnik2012-09-301-2/+2
* Optimize ActiveSupport::Cache::Entry to reduce memory and processing overhead.Brian Durand2012-09-301-38/+53
* Changed test names to match proper contextWojciech Wnętrzak2012-09-281-2/+2
* ConstantLookup is not needed in every TestCase decendantAndy Lindeman2012-09-261-0/+1
* Tests tag the Rails log with the current test class and test caseJeremy Kemper2012-09-261-0/+15
* Allow wrapping a logger that hasn't set a formatter. Default to our SimpleFor...Jeremy Kemper2012-09-261-0/+8
* Add logger.push_tags and .pop_tags to complement logger.taggedJeremy Kemper2012-09-261-0/+17
* Add missing inflector dependencyMike Moore2012-09-251-1/+1
* Add register_spec_type test coverageMike Moore2012-09-241-0/+23
* Create ActiveSupport::Testing::ConstantLookupMike Moore2012-09-241-0/+58
* Remove .rb from require sentencesJosé Corcuera Z2012-09-211-1/+1
* Merge pull request #7613 from marcandre/delegate_to_classJeremy Kemper2012-09-201-0/+11
|\
| * Nice and easy delegation to the classMarc-Andre Lafortune2012-09-111-0/+11
* | Fix #6962. AS::TimeWithZone#strftime responds incorrectly to %:z and %::z for...kennyj2012-09-201-0/+8
* | No need to defensively work jobs in another threadJeremy Kemper2012-09-181-1/+1
* | Date.beginning_of_week thread local and beginning_of_week application config ...gregolsen2012-09-181-0/+50
* | Remove unncessary code.kennyj2012-09-171-1/+0
* | Always run jobs using a consumer, even in synchronous & test queues, to ensur...Jeremy Kemper2012-09-163-37/+59
* | set up config_accessor with a default value by blockLarry Lv2012-09-171-2/+14
* | Move queue classes to ActiveSupportSantiago Pastorino2012-09-143-0/+228
* | Allow passing block to deep_merge and deep_merge!Pranas Kiziela2012-09-131-0/+10
* | Change ActiveSupport::Deprecation to class.Piotr Niełacny2012-09-131-56/+78
* | extend ActiveSupport::Deprecation with self, allow other objects to extend/in...Robert Pankowecki2012-09-131-0/+127
|/
* &#39 dates back to SGML when &#x27 was introduced in HTML 4.0Kalys Osmonov2012-09-091-1/+1
* Fix AS tests due to builder change with nil values / empty stringsCarlos Antonio da Silva2012-09-071-2/+2
* Extend HashWithIndifferentAccess#update to take an optional blockLeo Cassarani2012-09-051-0/+23
* detect circular constant autoloadingXavier Noria2012-08-283-0/+16
* Merge pull request #7029 from panthomakos/date-and-timeRafael Mendonça França2012-08-254-469/+215
|\
| * Refactored common date and time calculations.Pan Thomakos2012-08-044-469/+215
* | Fix ActiveSupport tests that depend on run orderFrancesco Rodriguez2012-08-234-14/+23
* | Revert "Use join without default separator"José Valim2012-08-231-0/+5
* | skip the memcache tests if the memcache server is not upAaron Patterson2012-08-222-48/+50
* | revises a brittle test in Active SupportXavier Noria2012-08-221-1/+1
* | Make ActiveSupport::Autoload localJosé Valim2012-08-211-11/+1
* | Add test to cover increment/decrement of non-existing key in MemCacheStoreGuillermo Iguaran2012-08-171-0/+2
* | Replace deprecated `memcache-client` gem with `dalli` in ActiveSupport::Cache...Guillermo Iguaran2012-08-172-9/+9
* | Evented notifications take priority over Timed notificationsEric Saxby2012-08-111-0/+20
* | Ensure I18n format values always have precedence over defaultsCarlos Antonio da Silva2012-08-112-1/+7
* | Fallback to :en locale instead of handling a constant with defaultsCarlos Antonio da Silva2012-08-112-3/+38
* | Deprecate ActiveSupport::JSON::VariableErich Menge2012-08-071-0/+7
* | defines String#indent [closes #7263] [Xavier Noria & Ace Suares]Xavier Noria2012-08-071-0/+56
* | Merge pull request #7272 from lexmag/string_inquirerRafael Mendonça França2012-08-061-3/+11
|\ \
| * | Add AS::StringInquirer#respond_to? methodAleksey Magusev2012-08-061-3/+11
| |/