aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Return sized enumerator from Batches#find_eachMarc-Andre Lafortune2014-02-051-1/+1
* | | docs, be clear that `options` is a hash. Closes #11904. [ci skip].Yves Senn2014-02-031-1/+1
* | | Fix isolated testsRafael Mendonça França2014-02-011-0/+1
* | | Merge pull request #13911 from davidcelis/remove-bigdecimal-serializationRafael Mendonça França2014-02-012-15/+13
|\ \ \
| * | | Remove BigDecimal#to_dDavid Celis2014-02-011-7/+0
| * | | Don't require BigDecimal serialization extensionDavid Celis2014-02-012-8/+13
* | | | Merge pull request #12769 from birkirb/masterRafael Mendonça França2014-02-011-2/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Fix breakage in XmlMiniBirkir A. Barkarson2013-12-231-2/+4
* | | | Maintain the current timezone in wrap_with_time_zoneAndrew White2014-01-311-7/+2
* | | | fix typo and indent. [ci skip]Yves Senn2014-01-301-1/+1
* | | | Improve documentation [ci skip]Rafael Mendonça França2014-01-301-3/+4
* | | | Remove automatic removal of Date/Time stubs after each test caseRafael Mendonça França2014-01-301-9/+2
* | | | Add `travel_back` to remove stubs from `travel` and `travel_to`Rafael Mendonça França2014-01-301-3/+14
* | | | Use each_valueRafael Mendonça França2014-01-291-1/+1
* | | | Store the singleton_class in a local variableRafael Mendonça França2014-01-291-3/+4
* | | | Change the class and method visibilityRafael Mendonça França2014-01-291-9/+13
* | | | Use instance method instead of before hookRafael Mendonça França2014-01-291-9/+8
* | | | Alias the original method first to avoid warningsRafael Mendonça França2014-01-291-2/+7
* | | | Implement a simple stub feature to use in the Time travel helpersRafael Mendonça França2014-01-291-4/+44
* | | | Allow session serializer key in config.session_storeLukasz Sarnacki2014-01-291-1/+1
* | | | Make ActiveSupport::TimeWithZone#xmlschema consistentAndrew White2014-01-261-2/+2
* | | | Add support for JSON time_precision to Time and DateTimeAndrew White2014-01-263-6/+6
* | | | Rename subsecond_fraction_digits option to time_precisionAndrew White2014-01-262-5/+5
* | | | Customize subsecond digits when encoding DateWithTimeParker Selbert2014-01-262-2/+8
* | | | Maintain current timezone when changing time during DST overlapAndrew White2014-01-262-3/+13