aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
| * formatAkira Matsuda2014-08-181-2/+1
| * Merge pull request #16467 from strzalek/cookies-digest-config-option2Godfrey Chan2014-08-171-1/+2
| |\
| | * Add config option for cookies digestŁukasz Strzałkowski2014-08-121-1/+2
| * | Merge pull request #16338 from robin850/rbx-safe-constantizeMatthew Draper2014-08-181-2/+2
| |\ \
| | * | Avoid relying on error messages when rescuingRobin Dupret2014-08-081-2/+2
* | | | Fix rounding errors with #travel_to by resetting the usec on any passed time ...David Heinemeier Hansson2014-08-171-1/+5
|/ / /
* | | Nobody sucks so nobody should call this awful method nameRafael Mendonça França2014-08-121-0/+4
* | | Remove old setup from AS test caseCarlos Antonio da Silva2014-08-121-5/+0
* | | users_dont_suck_but_only_we_suck_and_only_our_tests_are_order_dependent!Akira Matsuda2014-08-121-4/+0
* | | Docs: grammar fix for fetch. [ci skip]Mike Coutermarsh2014-08-081-1/+1
| |/ |/|
* | Fix the #const_regexp's documentation [ci skip]Robin Dupret2014-08-081-3/+4
* | remove dead file_watcher codeGregory Ostermayr2014-08-071-36/+0
* | Fix DateTime comparison with DateTime::Infinity objectRafael Mendonça França2014-08-061-1/+3
* | Fix AS docs / changelog with wrong method [ci skip]Carlos Antonio da Silva2014-08-051-1/+1
* | Update itself.rb [ci skip]Jon Atack2014-08-051-1/+1
* | Only define Objetc#itself when it is not definedRafael Mendonça França2014-08-041-8/+10
* | Rename Object#self to Object#itself to have parity with matz sanctioned metho...David Heinemeier Hansson2014-08-012-3/+3
* | Added Object#self which returns the object itselfDavid Heinemeier Hansson2014-08-012-0/+11
* | Avoid creating an extra hashCarlos Antonio da Silva2014-07-311-2/+2
* | Raise a descriptive error if non-positive integer passed to in_groups_of.Xavier Shay2014-07-301-0/+5
* | Merge pull request #16352 from gchan/remove-unnecessary-convert-keyCarlos Antonio da Silva2014-07-301-2/+2
|\ \
| * | Removed unnecessary call to 'convert_key' in 'HashWithIndifferentAccess#to_hash'Gordon Chan2014-07-311-2/+2
* | | Prevent using String#scrub on RubiniusRobin Dupret2014-07-301-1/+2
* | | Revert "Merge pull request #15305 from tgxworld/remove_unnecessary_require"Santiago Pastorino2014-07-301-0/+2
|/ /
* / Add implicit receiver support to `Object#with_options`Pavel Pravosud2014-07-291-2/+15
|/
* Fixed a compatibility issue with the `Oj` gemGodfrey Chan2014-07-291-3/+3
* Merge pull request #15629 from akshay-vishnoi/test-to_paramRafael Mendonça França2014-07-282-66/+59
|\