aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test
Commit message (Expand)AuthorAgeFilesLines
* Remove thread variables backportRafael Mendonça França2015-01-021-75/+0
* Merge pull request #16749 from robin850/rbx-name-errorRafael Mendonça França2015-01-021-0/+2
|\
| * Skip an error message related assertion on RubiniusRobin Dupret2014-10-281-0/+2
* | Remove conversion code for old Rails cache entryRafael Mendonça França2015-01-011-26/+0
* | Check by @v before converting the entry on expired?Rafael Mendonça França2015-01-011-1/+1
* | Removed Object#itself as it's implemented in ruby 2.2Cristian Bica2014-12-291-9/+0
* | Just check if the buffer exists before changing itRafael Mendonça França2014-12-291-5/+1
* | When trying to access a character on a string buffer object via `:[]`, if the...Vipul A M2014-12-291-0/+9
* | Merge pull request #17980 from gsamokovarov/rescuable-case-operatorRafael Mendonça França2014-12-161-2/+27
|\ \
| * | Add class level case operator support for error dispatching in RescuableGenadi Samokovarov2014-12-101-2/+27
* | | Add test for `:skip_after_callbacks_if_terminated`claudiob2014-12-141-15/+33
|/ /
* | Remove "rescue" clause around "require 'openssl'"claudiob2014-12-032-22/+4
* | Add `#verified` and `#valid_message?` to MessageVerifierLogan Leger2014-12-011-16/+24
* | Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-297-15/+11
* | dependencies.rb: keep the decorated #load and #require private [closes #17553]Xavier Noria2014-11-101-0/+12
* | Merge pull request #17493 from petewest/duration-comparableAaron Patterson2014-11-071-0/+12
|\ \
| * | Delegate comparison operator to valuePeter West2014-11-031-0/+12
* | | Fix grouped expression warning - `warning: (...) interpreted as grouped expr...Vipul A M2014-11-061-2/+2
* | | added example of squish!, remove, test case for multiple occurrence ofRishi Jain2014-11-061-0/+6
* | | Merge pull request #15956 from zuhao/refactor_activesupport_dependencies_testYves Senn2014-11-051-101/+124
|\ \ \
| * | | Cleanup loaded features and constants after dependency tests.Zuhao Wan2014-06-281-100/+116
* | | | tests, add note about the usage of a specific timezone. Closes #17448.Yves Senn2014-11-051-1/+1
* | | | Merge pull request #17515 from prathamesh-sonpatki/rm-requireYves Senn2014-11-051-1/+0
|\ \ \ \
| * | | | Removed the unused require of proxy_object and test related to itPrathamesh Sonpatki2014-11-051-1/+0
| | |/ / | |/| |
* / | | Fix broken string_ext_test due to change in timezonePrathamesh Sonpatki2014-11-051-1/+1
|/ / /
* | | Merge pull request #17383 from rwz/string-removeRafael Mendonça França2014-11-031-2/+12
|\ \ \
| * | | Make `String#remove` and `String#remove!` accept multiple argumentsPavel Pravosud2014-10-251-2/+12
* | | | Remove redundant `to_s` in interpolationclaudiob2014-10-301-1/+1
* | | | Optimize TimeWithZoneTest#strftimePablo Herrero2014-10-271-0/+5
* | | | fixes circularity check in dependenciesXavier Noria2014-10-253-0/+28
|/ / /
* | | Add AS::SecurityUtils.secure_compare for constant time string comparisonGuillermo Iguaran2014-10-231-0/+9
* | | Bring try! into parity with try.Ari Pollak2014-10-221-4/+8
* | | Add necessary 'require reverse_merge' to HAWI.rbclaudiob2014-10-171-0/+10
* | | Replace Enumerable#reverse.each with Enumerable#reverse_eachErik Michaels-Ober2014-10-131-2/+2
* | | fix autoload testsfillman2014-10-051-6/+17
* | | Fix underscore inflector handling of adjacent acronymsJames Le Cuirot2014-10-031-0/+3
* | | define hash on durationlsylvester2014-10-031-0/+4
* | | Use Hash#each_key instead of Hash#keys.eachErik Michaels-Ober2014-09-291-1/+1
* | | Fix another false assertionsYuki Nishijima2014-09-211-2/+2
* | | Delegation works with reserved words passed to `:to`Agis-2014-09-191-0/+11
* | | Merge pull request #11794 from yoazt/duration-eqlRafael Mendonça França2014-09-171-0/+4
|\ \ \
| * | | Added method `#eql?` to `ActiveSupport::Duration`, in addition to `#==`.Joost Lubach2013-08-071-0/+8
* | | | As of Unicode 6.3, Mongolian Vowel Separator is not whitespaceMatthew Draper2014-09-151-3/+3
* | | | add implementation of respond_to? for ActiveSupport::Durationlsylvester2014-09-152-1/+10
* | | | Time#change can now change nanoseconds (:nsec)Agis-2014-09-141-0/+7
* | | | MessageVerifier raises an appropriate exception if the secret is nilKostiantyn Kahanskyi2014-09-121-0/+7
* | | | Default to sorting user's test cases for nowGodfrey Chan2014-09-082-1/+48
* | | | Fix for inflector's incorrect camelCase replacement for acronymsMatthew Draper2014-09-062-0/+2
* | | | Time#change throws exception with an out-of-range :usecAgis-2014-09-041-0/+1
* | | | Methods are not duplicable.Peter Jaros2014-09-031-1/+1