aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #11411 from dscataglini/masterAaron Patterson2014-04-091-6/+12
|\
| * private method doesn't work for singleton methods defined this wayDiego Scataglini2013-07-121-6/+12
* | Add missing require so requiring `active_support/cache` works again.Lucas Mazza2014-04-091-0/+1
* | Fixed problem where `1.day.eql?(1.day)` is falseEmily Dobervich2014-04-081-0/+4
* | Fix error when using `with_options` with lambda.Lauro Caetano2014-04-031-1/+1
* | Move require to actual fileCarlos Antonio da Silva2014-04-021-0/+1
* | DRY AS::SafeBuffer a bit using existing helperPavel Pravosud2014-04-021-5/+1
* | Make AS::SafeBuffer#prepend act like String#prependPavel Pravosud2014-03-311-6/+13
* | HashWithIndifferentAccess better respects #to_hashPeter Jaros2014-03-281-3/+4
* | - Rename `increment_or_decrement` to an apt `set_cache_value` since it actual...Vipul A M2014-03-241-4/+5
* | Deprecate Class#superclass_delegating_accessorAkshay Vishnoi2014-03-201-0/+4
* | fix `number_to_percentage` with `Float::NAN`, `Float::INFINITY`.Yves Senn2014-03-171-2/+1
* | Minor grammer, code conventions fix [ci skip]Zoltan Kiss2014-03-151-2/+1
* | Remove deprecation on active_support/core_ext/class/attribute_accessors requi...Jeremy Kemper2014-03-151-5/+3
* | Fix #to_json for BasicObject EnumerablesSammy Larbi2014-03-142-2/+2
* | make tests pass on Ruby 2.2Aaron Patterson2014-03-131-1/+1
* | use method_defined? to check whether or not a method is definedAaron Patterson2014-03-121-1/+1
* | Merge pull request #14244 from arthurnn/orderd_hash_select_fixSantiago Pastorino2014-03-081-0/+4
|\ \
| * | Fix OrderedHash.select to return self instance.Arthur Neves2014-03-071-0/+4
* | | Introduce `Rails.gem_version`Prem Sichanugrist2014-03-052-7/+19
* | | Revert "Merge pull request #14269 from arthurnn/expanded_key_array"Godfrey Chan2014-03-041-4/+3
* | | Cache key should be different when is Array.Arthur Neves2014-03-031-3/+4
|/ /
* | Return a hash rather than array from fetch_multiParker Selbert2014-02-261-6/+5
* | Fix concerning module reference [ci skip]Carlos Antonio da Silva2014-02-261-1/+1
* | speed up `underscore` in cases that don't need to do anythingAaron Patterson2014-02-261-0/+1
* | Go with #presence_in instead of #present_in -- it doesnt sound quite as good,...David Heinemeier Hansson2014-02-241-2/+2
* | Merge pull request #14171 from arthurnn/extract_middleware_cacheGuillermo Iguaran2014-02-232-32/+41
|\ \
| * | Extract local cache middlewareArthur Neves2014-02-232-32/+41
* | | Introduce Concern#class_methods and Kernel#concernJeremy Kemper2014-02-233-2/+21
|/ /
* | update version to 4.2.0.alphaYves Senn2014-02-231-1/+1
* | Merge pull request #14102 from arthurnn/quietly_docXavier Noria2014-02-191-0/+4
|\ \
| * | Methods silence_stream/quietly are not thread-safe [skip ci]Arthur Neves2014-02-191-0/+4
* | | Merge branch '4-1-0-beta2'Rafael Mendonça França2014-02-181-1/+1
|\ \ \
| * | | Preparing for 4.1.0.beta2 releaseRafael Mendonça França2014-02-181-1/+1
* | | | Added Object#present_in to simplify value whitelistingDavid Heinemeier Hansson2014-02-181-0/+12
| |/ / |/| |
* | | travel_to travels back and re-raises if the block raisesXavier Noria2014-02-181-3/+6
* | | time helpers honor the application time zone when passed a dateXavier Noria2014-02-181-4/+19
* | | docs, hide inflector comment targeting only contributors. [ci skip]Yves Senn2014-02-111-1/+3
* | | Fix tidy_bytes for JRubyJustin Coyne2014-02-101-3/+3
* | | docs, mention that the current inflection rules are frozen. [ci skip]Yves Senn2014-02-101-0/+4
* | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2014-02-092-2/+4
|\ \ \
| * | | Specify what #starts_with? we're talking about. Also added a note whatZachary Scott2014-02-091-1/+2
| * | | Fix grammar of internal comment and modify it's locationZachary Scott2014-02-091-1/+2
* | | | use feature detection to decide which implementation to useAaron Patterson2014-02-081-1/+1
* | | | Fixed an issue where reloading of removed dependencies would cause an unexpec...Noah Lindner2014-02-081-0/+8
* | | | Fix to_query with empty arrays tooRafael Mendonça França2014-02-061-1/+6
* | | | Refatoring the method to avoid shot-circuit returnRafael Mendonça França2014-02-051-4/+7
* | | | Fixed "Hash#to_param confused by empty hash values #13892"Hincu Petru2014-02-051-0/+1
* | | | fix interplay of humanize and html_escapeSean Walbran2014-02-051-1/+1
* | | | Return sized enumerator from Enumerable#index_byMarc-Andre Lafortune2014-02-051-1/+1