aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test
Commit message (Expand)AuthorAgeFilesLines
...
* | | adding more tests around callback inconsistenciesAaron Patterson2013-05-081-5/+47
* | | refactor tests for more pointsAaron Patterson2013-05-081-4/+5
* | | adding test to demonstrate inconsistencies in the AS::Callbacks apiAaron Patterson2013-05-081-0/+41
* | | Fix Typo existant -> existent [ci skip]Prathamesh Sonpatki2013-05-081-1/+1
* | | fix issue #10502, do not recompute method name for already-stringified object...Sean Walbran2013-05-071-0/+22
* | | Merge pull request #10234 from dasch/dasch/fetch-multiRafael Mendonça França2013-05-061-0/+20
|\ \ \ | |_|/ |/| |
| * | Allow fetching multiple values from the cache at onceDaniel Schierbeck2013-05-061-0/+20
* | | use nokogirisax as a backendAnton Kalyaev2013-05-051-3/+3
* | | Fixed bad tests to clean up after themselves.Ryan Davis2013-05-034-6/+27
* | | Squashed commit of the following:Aaron Patterson2013-05-036-109/+0
|/ /
* | Merge pull request #10412 from vipulnsward/fix_callback_test_typoCarlos Antonio da Silva2013-05-021-1/+1
|\ \
| * | Fix typo in testVipul A M2013-05-021-1/+1
* | | Fix failures in AS with minitest 4.7.4Carlos Antonio da Silva2013-05-011-0/+3
* | | Revert "Object#in? also accepts multiple parameters"Brian Morearty2013-05-011-10/+0
|/ /
* | Module#delegate checks nilness rather that falsehood if :allow_nil is true, a...Xavier Noria2013-04-261-0/+31
* | Merge pull request #10351 from JonRowe/update_as_date_next_week_to_document_i...Xavier Noria2013-04-261-0/+5
|\ \
| * | better document `next_week` functionaility closes #9568Jon Rowe2013-04-261-0/+5
* | | Delegation method bugLi Ellis Gallardo2013-04-251-0/+5
|/ /
* | Adjust for daylight savings in String#to_timeAndrew White2013-04-231-2/+118
* | Merge pull request #10096 from benofsky/fix_skipping_object_callback_filtersRafael Mendonça França2013-04-211-0/+17
|\ \ | |/ |/|
| * Fixes skipping object callback filtersBen McRedmond2013-04-041-0/+17
* | more descriptive NameError's messages for class attributesHrvoje Šimić2013-04-171-4/+6
* | switch (and lazily convert) ivar names to 3.xSam Ruby2013-04-161-16/+15
* | refactor order hash testVipul A M2013-04-111-5/+1
* | Revert "Merge pull request #10158 from steveklabnik/issue_10125"Rafael Mendonça França2013-04-101-17/+0
* | Removed unused setupAnupam Choudhury2013-04-101-2/+0
* | Fixed typoAnupam Choudhury2013-04-101-1/+1
* | Fix inflector to respect default locale.Nick Cox2013-04-101-0/+17
* | Add option to Class#class_attribute for skipping the query methodAgis-2013-04-061-2/+7
* | Revert "Merge pull request #10034 from benofsky/fix_skipping_object_callback_...Rafael Mendonça França2013-04-041-17/+0
* | Merge pull request #10034 from benofsky/fix_skipping_object_callback_filtersRafael Mendonça França2013-04-041-0/+17
|\ \
| * | Fixes skipping object callback filtersBen McRedmond2013-04-041-0/+17
| |/
* | Further simplify enumerable group_by testCarlos Antonio da Silva2013-04-041-3/+1
* | Replaced inject with mapAnupam Choudhury2013-04-041-2/+2
* | Removed unused comma after loop variableAnupam Choudhury2013-04-041-1/+1
* | Added missing assertAnupam Choudhury2013-04-026-25/+37
|/
* fix some typos in ASVipul A M2013-03-302-13/+13
* determine_constant_from_test_name does not swallow NoMethodErrors [Yves Senn]Xavier Noria2013-03-281-0/+10
* Merge pull request #9523 from stopdropandrew/Instrumenter#instrument-yields-p...Rafael Mendonça França2013-03-272-1/+9
|\
| * ActiveSupport::Notifications::Instrumenter#instrument should yieldstopdropandrew2013-03-022-1/+9
* | Fix warning: mismatched indentatmmismatched indentations at 'end' with 'def'kennyj2013-03-191-1/+1
* | Merge branch 'master-sec'Aaron Patterson2013-03-184-2/+39
|\ \
| * | JDOM XXE Protection [CVE-2013-1856]Ben Murphy2013-03-154-2/+39
| |/
* | Merge pull request #9774 from senny/9772_reraise_no_method_error_in_proper_co...Andrew White2013-03-181-0/+8
|\ \
| * | `TimeWithZone` raises `NoMethodError` in proper context.Yves Senn2013-03-181-0/+8
* | | fix repeat of test; remove unused variable by use of each_keyVipul A M2013-03-182-2/+2
|/ /
* | Merge pull request #9757 from vipulnsward/remove_message_paramCarlos Antonio da Silva2013-03-171-1/+1
|\ \
| * | remove unused parameter passed to assert_query_equal methodVipul A M2013-03-171-1/+1
* | | refactor test to drop unnecessary hash creation, test directly insteadVipul A M2013-03-171-16/+10
|/ /
* | Revert "Merge pull request #8156 from fredwu/acronym_fix-master"Steve Klabnik2013-03-161-2/+0