aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge pull request #27824 from kenta-s/raise-an-error-if-no-block-givenRafael França2017-01-312-2/+10
|\ \ \ \ \ \
| * | | | | | Raise an error if FileUpdateChecker#execute is called with no blockkenta-s2017-01-282-2/+10
* | | | | | | Update Unicode Version to 9.0.0Fumiaki MATSUSHIMA2017-01-282-8/+18
| |/ / / / / |/| | | | |
* | | | | | Fix broken sample code for EventedFileUpdateChecker [ci skip]kenta-s2017-01-281-1/+1
|/ / / / /
* | | | | Fix grammar 'an hyphen' -> 'a hyphen' [ci skip]kenta-s2017-01-251-1/+1
* | | | | Change ActionView ERB Handler from Erubis to ErubiJeremy Evans2017-01-251-2/+3
* | | | | Fix sample code for `expand_cache_key` usage [ci skip]kenta-s2017-01-241-2/+2
* | | | | Add module name to BacktraceCleaner usage example [ci skip]kenta-s2017-01-221-1/+1
| |/ / / |/| | |
* | | | add missing comment out [ci skip]bogdanvlviv2017-01-201-1/+1
* | | | add missing comment out [ci skip]yuuji.yaginuma2017-01-201-7/+7
* | | | Allocation free Integer#to_sJean Boussier2017-01-191-16/+15
* | | | Adjust `Module.parent_name` to work when frozen; fixes #27637Corey Ward2017-01-171-2/+4
* | | | All currently supported rubies already have LoadError#pathAkira Matsuda2017-01-171-12/+0
* | | | :golf: else + if = elsifAkira Matsuda2017-01-171-10/+8
* | | | Raise ArgumentError if attempting to transliterate anything that is not a stringKevin McPhillips2017-01-161-0/+2
* | | | Revert "Merge pull request #27686 from koic/friendly_bigdecimal_inspect"Kasper Timm Hansen2017-01-151-7/+0
* | | | Several representation of BigDecimal has changed in Ruby 2.4.0+ [ci skip]Koichi ITO2017-01-151-0/+7
* | | | AS::StringInquirer#respond_to_missing? should fallback to superAkira Matsuda2017-01-151-1/+1
* | | | Unused &block parameterAkira Matsuda2017-01-151-1/+1
* | | | AS::ArrayInquirer#respond_to_missing? should fallback to superAkira Matsuda2017-01-151-1/+1
* | | | class Foo < Struct.new(:x) creates an extra unneeded anonymous classAkira Matsuda2017-01-131-2/+2
* | | | Add duration constructors for use in Numeric extensionsAndrew White2017-01-123-34/+76
* | | | Merge pull request #27610 from Envek/fix_and_speed_up_duration_parsingAndrew White2017-01-123-15/+26
|\ \ \ \
| * | | | Fix inconsistent results when parsing large durations and constructing durati...Andrey Novikov2017-01-093-15/+26
* | | | | Make time travel work with subclasses of Time/Date/DatetimeJonas Nicklas2017-01-101-5/+5
|/ / / /
* | | | Merge pull request #27392 from y-yagi/use_same_class_on_compactSean Griffin2017-01-061-0/+4
|\ \ \ \
| * | | | ensure `#compact` of HWIDA to return HWIDAyuuji.yaginuma2017-01-061-0/+4
* | | | | `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-055-6/+6
* | | | | Fix style guide violationsRafael Mendonça França2017-01-051-1/+1
* | | | | Make sure we generate keys that can be used with the cipherRafael Mendonça França2017-01-041-4/+4
* | | | | Merge pull request #26480 from tbrisker/fix-26461Rafael França2017-01-041-2/+7
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Reword according to feedbackTomer Brisker2016-09-151-8/+7
| * | | | Clarify that mattr_* creates public methodsTomer Brisker2016-09-131-0/+6
* | | | | There's no such moduleAkira Matsuda2017-01-052-8/+8
* | | | | Remove unnecessary require statementsJon Moss2017-01-031-3/+0
* | | | | Merge pull request #27363 from amatsuda/refined_array_sumSean Griffin2017-01-031-2/+7
|\ \ \ \ \
| * | | | | Refining Array#sum monkey-patch using RefinementsAkira Matsuda2016-12-151-2/+7
* | | | | | Fix Symbol#duplicable? for Ruby 2.4.0.Kasper Timm Hansen2017-01-011-1/+2
* | | | | | Bump license years for 2017Jon Moss2016-12-311-1/+1
* | | | | | Prefer Regexp#match? over Regexp#===Matthew Draper2016-12-311-1/+2
* | | | | | Only add regexes for the new wordsMatthew Draper2016-12-311-2/+3
* | | | | | Fix Rubocop violations and fix documentation visibilityRafael Mendonça França2016-12-281-1/+1
* | | | | | Privatize unneededly protected methods in Active SupportAkira Matsuda2016-12-2415-56/+46
* | | | | | No need to nodoc private methodsAkira Matsuda2016-12-245-10/+10
* | | | | | Describe what we are protectingAkira Matsuda2016-12-231-0/+2
* | | | | | Fix Complex and Rational are duplicable?utilum2016-12-211-0/+20
* | | | | | `protected` here doesn't protect anythingAkira Matsuda2016-12-191-2/+0
* | | | | | Merge pull request #27368 from matthewd/doubled-callbacksMatthew Draper2016-12-161-3/+9
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Support double-yield inside an around callbackMatthew Draper2016-12-151-3/+9
* | | | | | Fix constantize edge case involving prepend, autoloading and name conflictsJean Boussier2016-12-141-1/+1