aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
* Make HWIA copy the default proc too.Arthur Neves2014-07-243-0/+16
* Do not set enforce_available_locales to i18n 0.7Rafael Mendonça França2014-07-232-4/+2
* Merge pull request #16232 from egilburg/activesupport_coverageRafael Mendonça França2014-07-2111-4/+114
|\
| * missing activesupport test coverageEugene Gilburg2014-07-1911-4/+114
* | Remove not-required file class/subclassesAkshay Vishnoi2014-07-211-1/+0
|/
* Merge branch 'rm-remove-mocha'Rafael Mendonça França2014-07-192-5/+2
|\
| * Stop requiring mocha automaticallyRafael Mendonça França2014-07-192-5/+2
* | Prefer to pass block when logging.Guo Xiang Tan2014-07-181-1/+1
* | fix thread safety issuesAaron Patterson2014-07-171-4/+7
* | Fix typos in string_ext_test.rb [ci skip]Jon Atack2014-07-161-4/+4
* | Merge pull request #16190 from oss92/word_truncationMatthew Draper2014-07-173-0/+49
|\ \
| * | Added truncate_words method to activesupport stringsroot2014-07-163-0/+45
|/ /
* | Move uuid_v5 and uuid_v3 to Digest::UUIDRafael Mendonça França2014-07-155-76/+76
* | Add CHANGELOG entry for #13392 [ci skip]Rafael Mendonça França2014-07-151-0/+7
* | Keep quietly and capture undeprecated on your suiteRafael Mendonça França2014-07-152-19/+34
* | Deprecate reporting methods for silencing output as they aren't thread safeTom Meier2014-07-151-0/+10
* | Fix tests broken in https://github.com/rails/rails/pull/16149Erik Michaels-Ober2014-07-121-1/+1
* | Return an Enumerator if no block is givenErik Michaels-Ober2014-07-124-1/+49
* | Don't construct a Proc if no block is givenErik Michaels-Ober2014-07-121-1/+1
* | Silence the output downloading a fileRobin Dupret2014-07-111-1/+0
|/
* Fix ActiveSupport::Callbacks #set_callback docs.Nick Pellant2014-07-071-1/+1
* Don't fail if unicode.org isn't talking to usMatthew Draper2014-07-051-1/+3
* :fire: these are lambdas now [ci skip]Godfrey Chan2014-07-031-9/+2
* The hex escape sequence can be of any lengthGodfrey Chan2014-07-021-1/+1
* Fix escape_once double-escaping hex-encoded entitiesJohn F. Douthat2014-07-021-1/+1
* `DateTime#to_f` now preserves fractional seconds.John Paul Ashenfelter2014-07-023-2/+10
* Add `Hash#map_values` to ActiveSupportSean Griffin2014-06-294-0/+76
* Tiny documentation fixes [ci skip]Robin Dupret2014-06-291-1/+1
* Quick pass through Active Support and guides CHANGELOGRobin Dupret2014-06-291-0/+2
* Merge pull request #15943 from wagenet/cache-instrumentationRafael Mendonça França2014-06-272-11/+17
|\
| * Always instrument ActiveSupport::CachePeter Wagenet2014-06-271-11/+10
* | Update documentation for run_callbacksjamesprior2014-06-271-1/+2
* | Merge pull request #14247 from robin850/inflections-with-uncountablesRafael Mendonça França2014-06-263-5/+18
|\ \ | |/ |/|
| * Make the apply_inflections method case-sensitiveRobin Dupret2014-06-263-5/+18
* | :nodoc: our SecureRandom patches [ci skip]Godfrey Chan2014-06-261-4/+4
* | Merge pull request #15845 from robin850/jruby-isolationRafael Mendonça França2014-06-261-6/+16
|\ \ | |/ |/|
| * Make the isolated tests run on JRubyRobin Dupret2014-06-211-6/+16
* | docs, fix BacktraceCleaner code example. Closes #15911. [ci skip]Yves Senn2014-06-251-1/+1
* | Fix a bug where NameError#name returns a qualified name in stringYuki Nishijima2014-06-242-5/+5
* | Create with_env helper for tests.Zuhao Wan2014-06-221-14/+13
* | Merge pull request #15856 from zuhao/refactor_activesupport_decoding_testYves Senn2014-06-221-11/+19
|\ \
| * | Use with_parse_json_times helper in tests.Zuhao Wan2014-06-221-11/+19
| |/
* / Avoid hardcoded magic number in test teardown.Zuhao Wan2014-06-221-14/+19
|/
* Add regression test for NameError#nameArthur Neves2014-06-202-2/+5
* Make dependencies.rb add a name to NameErrorArthur Neves2014-06-202-4/+7
* Merge pull request #15799 from zuhao/refactor_activesupport_time_zone_test_he...Yves Senn2014-06-1810-122/+47
|\
| * Extract out with_env_tz helper method.Zuhao Wan2014-06-1810-122/+47
* | Fix documentation from #15669 [ci skip]Zachary Scott2014-06-171-3/+5
* | [ci skip] fix doc for the Hash#assert_valid_keysAditya Kapoor2014-06-171-3/+3
* | Move test teardown into `ensure` block.Zuhao Wan2014-06-171-1/+2
|/