aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test
Commit message (Expand)AuthorAgeFilesLines
* raise the same exception in order to keep path infoAaron Patterson2012-06-121-0/+13
* Proc always respond_to :bindingAkira Matsuda2012-06-121-43/+39
* removes the obsolete require_association method from dependenciesXavier Noria2012-06-101-4/+0
* Eliminate dependency on Rails::VERSION::STRINGAndrew White2012-06-052-3/+21
* add instance_accessor option to ActiveSupport::Configurable#config_accessorFrancesco Rodriguez2012-06-051-4/+18
* Reduce warning messages when running Active Support testsAndrew White2012-05-311-2/+3
* Merge pull request #6554 from erichmenge/remove-json-variablePiotr Sarnacki2012-05-301-2/+0
|\
| * Remove deprecated ActiveSupport::JSON::Variable.Erich Menge2012-05-301-2/+0
* | Merge pull request #6541 from tjouan/tj/activesupport-fix-tests-requiring-uns...Rafael Mendonça França2012-05-301-3/+3
|\ \ | |/ |/|
| * Make File#atomic_write tests pass with umaskThibault Jouan2012-05-291-3/+3
* | True, False, and Nil should be represented in as_json as themselves.Erich Menge2012-05-291-0/+6
|/
* JRuby return different Array for module contents.Arun Agrawal2012-05-291-1/+1
* Merge pull request #6525 from freerange/minitest-passthrough-exceptionsJosé Valim2012-05-291-8/+50
|\
| * Exceptions like Interrupt should not be rescued.James Mead2012-05-281-8/+50
* | decoupling activesupport performance testing from actionview and adding testsAndrew Mutz2012-05-281-0/+40
|/
* Fix handling of negative zero in number_to_currencyJared Beck2012-05-281-0/+2
* Moving NumberHelpers from ActionView to ActiveSupportAndrew Mutz2012-05-273-0/+639
* Truncate now has the ability to receive a html option that allows it to call ...Li Ellis Gallardo2012-05-261-0/+4
* Fix Range#sum optimized versionAlexey Vakhov2012-05-251-0/+5
* Add missing requires for deep_dup and hash ext testCarlos Antonio da Silva2012-05-241-0/+1
* Use deep_dup in the deep_transform_keys tests.Rafael Mendonça França2012-05-241-20/+98
* Add Hash#deep_transform_keys and Hash#deep_transform_keys! Also convert deep_...Mark McSpadden2012-05-231-1/+16
* Adding deep versions of stringify_keys and symbolize_keys (plain and bang) fo...Lucas Húngaro2012-05-231-0/+92
* Add Hash#transform_keys and Hash#transform_keys! and refactor *_keys methods ...Mark McSpadden2012-05-231-0/+15
* changed xml type datetime to dateTime, fixes #6328Angelo capilleri2012-05-231-2/+2
* Merge pull request #5125 from winston/log_exception_when_cache_read_failsMichael Koziarski2012-05-211-0/+9
|\
| * #read_entry in ActiveSupport::Cache::FileStore should log details of the exce...Winston2012-02-221-0/+9
* | Add instance_accessor option to class_attributeAlexey Vakhov2012-05-221-0/+7
* | Don't use assert_block method. It will be deprecated.kennyj2012-05-201-1/+1
* | Handle case where ancestor is not the end of the chainAndrew White2012-05-191-0/+2
* | Fix constantize so top level constants are looked up properly.Marc-Andre Lafortune2012-05-191-0/+18
* | Make constantize look down the ancestor chain (excluding Object)Marc-Andre Lafortune2012-05-191-0/+17
* | Merge pull request #6376 from jgaskins/timestamp-microsecondsJeremy Kemper2012-05-181-1/+3
|\ \
| * | Increase `AR#cache_key` precision to nanosecondsJamie Gaskins2012-05-191-1/+3
* | | Merge pull request #6183 from nashby/fix-issue-6179Jeremy Kemper2012-05-183-33/+49
|\ \ \
| * | | respect nsec in TimeWithZoneVasiliy Ermolovich + Sergey Nartimov2012-05-183-35/+43
| * | | wrap time ranges with timezones, closes #6179Vasiliy Ermolovich2012-05-171-1/+9
* | | | Fix warning: possibly useless use of % in void contextkennyj2012-05-191-1/+1
* | | | doesn't modify params in SafeBuffer#%Vasiliy Ermolovich2012-05-181-0/+7
| |/ / |/| |
* | | Merge pull request #6361 from markmcspadden/issue_6265José Valim2012-05-171-2/+2
|\ \ \
| * | | Remove special cases for duplicable? on Class and ModuleMark McSpadden2012-05-171-2/+2
* | | | Ensure blocks given to subscriber are properly yieldJosé Valim2012-05-171-1/+1
* | | | Fix an issue with inflection where my_analyses (in plular form) incorrectly c...Anuj Dutta2012-05-161-0/+1
|/ / /
* | | fix safe string interpolation with SafeBuffer#%, closes #6352Vasiliy Ermolovich2012-05-161-0/+24
* | | Merge pull request #5571 from jarkko/5559-fix-dst-jump-bug-on-masterAaron Patterson2012-05-151-0/+18
|\ \ \
| * | | [#5559] Do not black out the system timezone DST jump hour if Time.zone diffe...Jarkko Laine2012-03-241-0/+18
* | | | remove useless tests for Range#stepVasiliy Ermolovich2012-05-131-10/+0
* | | | Remove blockless_step leave all that up to RubySantiago Pastorino2012-05-131-1/+1
* | | | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-05-121-2/+2
|\ \ \ \
| * | | | Fix copypaste. [ci skip]Edward Tsech2012-05-111-2/+2