aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Throw :abort halts default CallbackChainsclaudiob2015-01-021-5/+34
* Merge pull request #9065 from atombender/masterRafael Mendonça França2015-01-021-0/+13
|\
| * Fix TaggedLogging to allow loggers to be instantiated multiple times without ...Alexander Staubo2013-01-241-0/+13
* | 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-022-26/+2
|\ \
| * | replace use of MissingSourceFile with LoadErrorAkira Matsuda2013-01-042-18/+3
* | | 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
|\ \ \ \ \ \