aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #14646 from deivid-rodriguez/provide_byebug_by_defaultRafael Mendonça França2014-04-111-1/+1
|\
| * Keep debugger support only for rubies < 2.0.0David Rodríguez de Dios2014-04-081-1/+1
* | Add more test case for #demodulize, Improve documentationAkshay Vishnoi2014-04-112-0/+4
* | Merge branch 'master' into rm-uuid-fixturesRafael Mendonça França2014-04-103-6/+17
|\ \
| * \ 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
| | |/ | |/|
* | | Merge pull request #12016 from roderickvd/uuid_fixesRafael Mendonça França2014-04-041-0/+47
|\ \ \ | |/ / |/| |
| * | Auto-generate stable fixture UUIDs on PostgreSQL.Roderick van Domburg2014-01-071-0/+47
* | | 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