aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Use asert_deprecatedRafael Mendonça França2014-04-021-3/+5
* | | | | | | | DRY AS::SafeBuffer a bit using existing helperPavel Pravosud2014-04-021-5/+1
* | | | | | | | Make AS::SafeBuffer#prepend act like String#prependPavel Pravosud2014-03-313-6/+41
|/ / / / / / /
* | | | | | | HashWithIndifferentAccess better respects #to_hashPeter Jaros2014-03-283-3/+51
* | | | | | | - 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-203-6/+36
* | | | | | | fix `number_to_percentage` with `Float::NAN`, `Float::INFINITY`.Yves Senn2014-03-172-2/+4
* | | | | | | 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-144-12/+40
* | | | | | | 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-082-1/+8
|\ \ \ \ \ \ \
| * | | | | | | Fix OrderedHash.select to return self instance.Arthur Neves2014-03-072-1/+8
* | | | | | | | Introduce `Rails.gem_version`Prem Sichanugrist2014-03-052-7/+19
* | | | | | | | Revert "Merge pull request #14269 from arthurnn/expanded_key_array"Godfrey Chan2014-03-043-14/+4
* | | | | | | | Cache key should be different when is Array.Arthur Neves2014-03-033-4/+14
* | | | | | | | Add a comment to ensure that a test won't be removed [ci skip]Robin Dupret2014-03-031-1/+1
|/ / / / / / /
* | | | | | | Return a hash rather than array from fetch_multiParker Selbert2014-02-263-14/+19
* | | | | | | 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
* | | | | | | Point master changelogs to 4-1-stable branchCarlos Antonio da Silva2014-02-251-633/+1
* | | | | | | Go with #presence_in instead of #present_in -- it doesnt sound quite as good,...David Heinemeier Hansson2014-02-243-7/+7
* | | | | | | 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-237-18/+113
|/ / / / / / /
* | | | | | | 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
* | | | | | | | | Move changelog entry to the top, fix examples indent [ci skip]Carlos Antonio da Silva2014-02-181-10/+10
* | | | | | | | | Use assert_nil instead as its clearer about what the return is expected to beDavid Heinemeier Hansson2014-02-181-1/+1
* | | | | | | | | Added Object#present_in to simplify value whitelistingDavid Heinemeier Hansson2014-02-183-0/+29
| |/ / / / / / / |/| | | | | | |
* | | | | | | | travel_to travels back and re-raises if the block raisesXavier Noria2014-02-182-3/+18
* | | | | | | | adds a missing travel backXavier Noria2014-02-181-4/+4
* | | | | | | | time helpers honor the application time zone when passed a dateXavier Noria2014-02-183-4/+37
* | | | | | | | docs, hide inflector comment targeting only contributors. [ci skip]Yves Senn2014-02-111-1/+3
* | | | | | | | Fix tidy_bytes for JRubyJustin Coyne2014-02-102-3/+10
* | | | | | | | 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-082-0/+20
* | | | | | | | | synchronize 4.1 release notes with CHANGELOGS. [ci skip]Yves Senn2014-02-061-2/+3
* | | | | | | | | Fix to_query with empty arrays tooRafael Mendonça França2014-02-062-1/+8
* | | | | | | | | Add CHANGELOG entryRafael Mendonça França2014-02-051-0/+14
* | | | | | | | | Refatoring the method to avoid shot-circuit returnRafael Mendonça França2014-02-052-4/+9
* | | | | | | | | Test with a blank valueRafael Mendonça França2014-02-051-2/+2