aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #17230 from robertoz-01/masterRafael Mendonça França2014-10-131-1/+1
|\
| * atomic_write rescue also Errno::EACCESRoberto Zanon2014-10-101-1/+1
* | Replace Enumerable#reverse.each with Enumerable#reverse_eachErik Michaels-Ober2014-10-131-1/+1
|/
* Merge pull request #17146 from divineforest/active-record-gsub-to-trRafael Mendonça França2014-10-071-1/+1
|\
| * Change `gsub` to `tr` where possibleAlexander Balashov2014-10-061-1/+1
* | doc added for `writer` method in `alias_method_chain`[ci skip]Kuldeep Aggarwal2014-10-041-2/+2
* | :heart: 1.9Matthew Draper2014-10-041-1/+1
* | Merge pull request #14146 from chewi/fix-underscore-acronyms-regexMatthew Draper2014-10-041-1/+1
|\ \
| * | Fix underscore inflector handling of adjacent acronymsJames Le Cuirot2014-10-031-1/+1
* | | fix typo in in define_model_callbacks comment [ci skip]Ryan Selk2014-10-031-1/+1
|/ /
* | add notes for `define_model_callbacks` [ci skip]Kuldeep Aggarwal2014-10-031-0/+3
* | define hash on durationlsylvester2014-10-031-0/+4
|/
* Reduce allocations when running AR callbacks.Pete Higgins2014-09-281-6/+15
* Preparing for 4.2.0.beta2 releaseRafael Mendonça França2014-09-261-1/+1
* [ci skip] Reword a comment in concern's documentationGenadi Samokovarov2014-09-191-1/+1
* Delegation works with reserved words passed to `:to`Agis-2014-09-191-1/+9
* Merge pull request #16948 from akshay-vishnoi/docs-rails-4point2Rafael Mendonça França2014-09-171-0/+1
|\
| * [ci skip] ActiveSupport CHANGELOG fixesAkshay Vishnoi2014-09-181-0/+1
* | Merge pull request #11794 from yoazt/duration-eqlRafael Mendonça França2014-09-171-1/+3
|\ \ | |/ |/|
| * Added method `#eql?` to `ActiveSupport::Duration`, in addition to `#==`.Joost Lubach2013-08-071-0/+6
* | As of Unicode 6.3, Mongolian Vowel Separator is not whitespaceMatthew Draper2014-09-152-2/+1
* | add implementation of respond_to? for ActiveSupport::Durationlsylvester2014-09-151-1/+9
* | Time#change can now change nanoseconds (:nsec)Agis-2014-09-141-6/+13
* | Changes "if secret.nil?" to unless secret in MessageVerfierKostiantyn Kahanskyi2014-09-121-1/+1
* | MessageVerifier raises an appropriate exception if the secret is nilKostiantyn Kahanskyi2014-09-121-0/+1
* | Define the configuration at Active SupportRafael Mendonça França2014-09-112-10/+17
* | Default to sorting user's test cases for nowGodfrey Chan2014-09-081-0/+32
* | Fix for inflector's incorrect camelCase replacement for acronymsMatthew Draper2014-09-061-1/+1
* | Time#change throws exception with an out-of-range :usecAgis-2014-09-041-0/+1
* | Methods are not duplicable.Peter Jaros2014-09-031-0/+10
* | Use `safe_constantize`.Guo Xiang Tan2014-09-021-5/+1
* | Refer to the library name instead of the constantRobin Dupret2014-08-301-1/+1
* | reduce object allocations in utc_offsetAaron Patterson2014-08-291-2/+2
* | We tenderized the wrong method! Object#try already had the yield option, just...David Heinemeier Hansson2014-08-292-15/+12
* | Use instance_eval on @tenderlove's suggestion :trollface:David Heinemeier Hansson2014-08-291-4/+5
* | Update examples to show real worthDavid Heinemeier Hansson2014-08-291-1/+1
* | Added yield to Object#presenceDavid Heinemeier Hansson2014-08-291-1/+12
* | Merge branch 'master' of github.com:rails/railsDavid Heinemeier Hansson2014-08-294-5/+12
|\ \
| * | Follow-up to #16560Robin Dupret2014-08-241-2/+2
| * | Use zero-padding for number_to_rounded_converterZachary Scott2014-08-221-1/+1
| * | Merge pull request #16560 from robin850/rbx-duration-eqlRafael Mendonça França2014-08-221-1/+5
| |\ \
| | * | Define the Duration#instance_of? methodRobin Dupret2014-08-181-1/+5
| * | | Fixes the digits counter of AS's NumberToRoundedConverterXavier Noria2014-08-201-1/+1
| * | | Updated the deprecation warnings to 5.0Cristian Bica2014-08-201-1/+1
| * | | Add documentation intro to example for `Object#itself`.Zachary Scott2014-08-191-2/+5
* | | | Preparing for 4.2.0.beta1 releaseDavid Heinemeier Hansson2014-08-191-1/+1
|/ / /
* | | Require rack/utilsRafael Mendonça França2014-08-191-0/+2
* | | Protect against error when parsing parameters with Bad RequestRafael Mendonça França2014-08-191-0/+3
|/ /
* | Merge branch 'master' of github.com:rails/railsDavid Heinemeier Hansson2014-08-173-5/+6
|\ \
| * | Preload UnicodeDatabase outside the loopAkira Matsuda2014-08-181-0/+1