aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext
Commit message (Expand)AuthorAgeFilesLines
* Test files should be named *_test.rb to be executed via rake taskAkira Matsuda2015-03-201-0/+0
* Revert "Take DST into account when locating TimeZone from Numeric."Andrew White2015-03-091-7/+0
* Take DST into account when locating TimeZone from Numeric.Yasyf Mohamedali2015-03-031-0/+7
* Merge pull request #19173 from robin850/rbx-buildRafael Mendonça França2015-03-021-0/+3
|\
| * Skip the failing tests on Rubinius for nowRobin Dupret2015-03-021-0/+3
* | Move Array#without from Grouping to Access concern and add dedicated test (re...David Heinemeier Hansson2015-03-021-0/+4
|/
* Use include? instead of in? for Enumerable#without.Juanito Fatas2015-03-021-1/+0
* Include object inclusion for enumerable test.Juanito Fatas2015-03-021-0/+1
* Add Enumerable#withoutTodd Bealmear2015-03-011-0/+7
* Merge pull request #19076 from nygrenh/truncate-words-fixRafael Mendonça França2015-02-251-0/+9
|\
| * Fix a backtracking problem in String#truncate_wordsHenrik Nygren2015-02-251-0/+9
|/
* Revert 88d08f2ec9f89ba431cba8d0c06ac9ebc204bbbbRafael Mendonça França2015-02-111-1/+1
* Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...Vipul A M2015-02-033-3/+0
* Return value of yielded block in File.atomic_writeIan Ker-Seymer2015-01-281-0/+10
* - Moved hwia frozen value assignment test to hash_ext_test similar to other t...Vipul A M2015-01-171-0/+8
* Removing :en in favor of I18n.default_locale in duration#inspectDominik Masur2015-01-121-0/+9
* Add SecureRandom.base58Guillermo Iguaran2015-01-091-0/+20
* Add #prev_day and #next_day as counterparts to #yesterday and #tomorrow for D...George Claghorn2015-01-061-0/+10
* Add same_time option to #prev_week and #next_week for Date, Time, and DateTimeGeorge Claghorn2015-01-061-0/+15
* Add #on_weekend?, #next_weekday, and #prev_weekday methods to Date, Time, and...George Claghorn2015-01-061-0/+45
* Remove Struct#to_h backportRafael Mendonça França2015-01-041-10/+0
* Remove debugger supportRafael Mendonça França2015-01-041-24/+0
* Remove hack to support BigDecimal in Ruby 1.9claudiob2015-01-041-10/+1
* Remove deprecated `ActiveSupport::SafeBuffer#prepend`Rafael Mendonça França2015-01-041-10/+0
* Remove deprecated methods at `Kernel`.Rafael Mendonça França2015-01-041-47/+0
* Remove deprecated core_ext/big_decimal/yaml_conversions fileRafael Mendonça França2015-01-041-11/+0
* Deprecate `MissingSourceFile` in favor of `LoadError`.Rafael Mendonça França2015-01-021-0/+9
* Merge pull request #8740 from amatsuda/missing_source_fileRafael Mendonça França2015-01-021-24/+0
|\
| * replace use of MissingSourceFile with LoadErrorAkira Matsuda2013-01-041-16/+1
* | 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
* | | Removed Object#itself as it's implemented in ruby 2.2Cristian Bica2014-12-291-9/+0
* | | Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-294-11/+7
* | | 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
* | | | 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
* | | | Optimize TimeWithZoneTest#strftimePablo Herrero2014-10-271-0/+5
|/ / /
* | | Bring try! into parity with try.Ari Pollak2014-10-221-4/+8
* | | define hash on durationlsylvester2014-10-031-0/+4
* | | 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
|\ \ \