aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Move to_param to to_query, also Improve testsAkshay Vishnoi2014-06-202-66/+59
* | Make HWIA copy the default proc too.Arthur Neves2014-07-241-0/+1
* | Do not set enforce_available_locales to i18n 0.7Rafael Mendonça França2014-07-231-3/+1
* | Merge branch 'rm-remove-mocha'Rafael Mendonça França2014-07-191-5/+0
|\ \
| * | Stop requiring mocha automaticallyRafael Mendonça França2014-07-191-5/+0
* | | Prefer to pass block when logging.Guo Xiang Tan2014-07-181-1/+1
* | | Merge pull request #16190 from oss92/word_truncationMatthew Draper2014-07-171-0/+24
|\ \ \