aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Document LoadError core extensionsSteven Harman2014-04-111-1/+4
| * | | | Add documentation for Thread#freezeSteven Harman2014-04-061-0/+7
* | | | | Object#duplicable?Akshay Vishnoi2014-04-162-16/+12
* | | | | Move tests for deep_dup and duplicable to object directoryAkshay Vishnoi2014-04-132-0/+0
* | | | | Merge pull request #14646 from deivid-rodriguez/provide_byebug_by_defaultRafael Mendonça França2014-04-112-2/+2
|\ \ \ \ \
| * | | | | Keep debugger support only for rubies < 2.0.0David Rodríguez de Dios2014-04-082-2/+2
* | | | | | Add more test case for #demodulize, Improve documentationAkshay Vishnoi2014-04-113-0/+5
* | | | | | Merge branch 'master' into rm-uuid-fixturesRafael Mendonça França2014-04-106-7/+116
|\ \ \ \ \ \
| * \ \ \ \ \ Merge pull request #11656 from emre-basala/xml_mini_testRafael Mendonça França2014-04-101-1/+58
| |\ \ \ \ \ \
| | * | | | | | Add tests to ActiveSupport:XmlMini to_tag methodemre-basala2013-08-071-1/+58
| * | | | | | | 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-083-0/+45
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #12016 from roderickvd/uuid_fixesRafael Mendonça França2014-04-043-0/+80
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Auto-generate stable fixture UUIDs on PostgreSQL.Roderick van Domburg2014-01-073-0/+80
* | | | | | | | Merge pull request #14598 from rajcybage/assert_dprecated_for_as_test_caseRafael Mendonça França2014-04-041-4/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Active support instead of ActiveSupport::Deprecation.silence we can use asser...Rajarshi Das2014-04-041-4/+4
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Fix error when using `with_options` with lambda.Lauro Caetano2014-04-031-1/+1
* | | | | | | | Move require to actual fileCarlos Antonio da Silva2014-04-022-1/+1
* | | | | | | | 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
|\ \ \ \ \ \ \ \