aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test
Commit message (Expand)AuthorAgeFilesLines
...
* | | | `number_to_percentage` and `precision: 0` work with `NAN` and `INFINITY`.Yves Senn2015-03-061-0/+4
|/ / /
* | | 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-022-0/+5
|\ \ \
| * | | Skip the failing tests on Rubinius for nowRobin Dupret2015-03-022-0/+5
* | | | Move Array#without from Grouping to Access concern and add dedicated test (re...David Heinemeier Hansson2015-03-021-0/+4
* | | | Remove not needed .tapArthur Neves2015-03-021-1/+1
* | | | Do not output in the consoleRafael Mendonça França2015-03-021-1/+1
|/ / /
* | | 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
* | | | Instrument read_multi.Kasper Timm Hansen2015-02-211-0/+9
|/ / /
* | | Properly dump primitive-like AS::SafeBuffer strings as YAMLGodfrey Chan2015-02-111-0/+7
* | | Merge pull request #18906 from awd/fix-test-descriptionRafael Mendonça França2015-02-111-1/+1
|\ \ \
| * | | Fixes wording of test descriptionAdam Doeler2015-02-111-1/+1
* | | | Revert 88d08f2ec9f89ba431cba8d0c06ac9ebc204bbbbRafael Mendonça França2015-02-111-1/+1
|/ / /
* | | make zones_map privateTony Miller2015-02-061-2/+1
* | | Merge pull request #12067 from jackxxu/keep_precisionRafael Mendonça França2015-02-061-0/+4
|\ \ \
| * | | Enable number_to_percentage to keep the number's precision by allowing :preci...Jack Xu2013-08-281-0/+4
* | | | Merge pull request #18526 from vipulnsward/add-silence-streamRafael Mendonça França2015-02-051-16/+3
|\ \ \ \
| * | | | - Extracted silence_stream method to new module in activesupport/testing.Vipul A M2015-01-201-16/+3
* | | | | Privatize config_accessor as with attr_accessorAkira Matsuda2015-02-061-0/+8
* | | | | Merge pull request #18758 from yuki24/change-travel-to-stub-datetime-tooRafael Mendonça França2015-02-031-0/+11
|\ \ \ \ \
| * | | | | Change AS::Testing::TimeHelpers#travel_to to also stub DateTime.nowYuki Nishijima2015-02-031-0/+11
* | | | | | Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...Vipul A M2015-02-0312-12/+0
|/ / / / /
* | | | | Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846robertomiranda2015-01-311-5/+5
* | | | | introduce `ActiveSupport::Testing::FileFixtures`.Yves Senn2015-01-282-0/+29
* | | | | 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-172-7/+9
* | | | Fix assignment for frozen value in HWIAAditya Kapoor2015-01-171-0/+7
|/ / /
* | | 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
| |/ |/|
* | Do not include Active Support on testsRafael Mendonça França2015-01-043-30/+24
* | Merge pull request #18328 from brainopia/remove_tz_proxyRafael Mendonça França2015-01-041-9/+4
|\ \
| * | Use directly TZInfo::Timezone without proxybrainopia2015-01-041-9/+4
* | | 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 LoadError#path hack for Ruby 1.9claudiob2015-01-041-2/+0
* | | Remove hack to support BigDecimal in Ruby 1.9claudiob2015-01-041-10/+1
|/ /
* | Change the default test order from `:sorted` to `:random`Rafael Mendonça França2015-01-041-13/+11
* | Remove deprecated ActiveSupport::JSON::Encoding::CircularReferenceError.Rafael Mendonça França2015-01-041-24/+0
* | Remove deprecated ActiveSupport::JSON::Encoding.encode_big_decimal_as_string=Rafael Mendonça França2015-01-041-16/+0
* | 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
* | Add config to halt callback chain on return falseclaudiob2015-01-021-0/+50