aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
* use OpenSSL::Cipher instead of deprecated OpenSSL::Cipher::Cipher for cipher ...Vipul A M2016-05-291-1/+1
* Add test for `delegate_missing_to` where method doesn't existJon Moss2016-05-261-0/+8
* Add tests for keyword arg to: for Module#delegateYosuke Kabuto2016-05-251-0/+15
* Normalize whitespace for Hash#compact documentation [ci skip]Mark Lee2016-05-241-6/+6
* Don't delegate to private methods of the targerRafael Mendonça França2016-05-242-1/+19
* Merge pull request #25119 from javan/actioncable/blade-buildRafael França2016-05-241-1/+0
|\
| * Remove package:clean taskJavan Makhmali2016-05-241-1/+0
* | Merge pull request #23930 from gsamokovarov/module-delegate-missing-toRafael Mendonça França2016-05-243-1/+129
|\ \ | |/ |/|
| * Introduce Module#delegate_missing_toGenadi Samokovarov2016-02-273-1/+129
* | Revert "Add default exceptions affected by suppress (#25099)"Rafael Mendonça França2016-05-232-10/+0
* | Add default exceptions affected by suppress (#25099)Alexey Zapparov2016-05-232-0/+10
* | Fix Hash#from_xml with frozen strings (#24718)Marek Kirejczyk2016-05-212-11/+19
* | Support for unified Integer class in Ruby 2.4+Jeremy Daer2016-05-1814-65/+67
* | Merge pull request #19428 from bdmac/fix_safe_buffer_titleizeRafael Mendonça França2016-05-181-1/+2
|\ \
| * | Fixes Inflector#titleize to work with SafeBufferBrian McManus2015-03-203-2/+10
* | | Merge pull request #24930 from henrik/date-all-daySean Griffin2016-05-163-5/+22
|\ \ \
| * | | Introduce Date#all_dayHenrik Nyh2016-05-113-5/+22
* | | | Action Mailer: Declarative exception handling with `rescue_from`.Jeremy Daer2016-05-153-57/+110
* | | | Remove unnecessary constantYosuke Kabuto2016-05-151-4/+2
* | | | Add some assertions for BigDecimal#to_sYosuke Kabuto2016-05-151-0/+2
* | | | Perfomance fix for Enumerable#index_bylvl0nax2016-05-141-1/+3
* | | | - Added clarity to documentation of ArrayInquirer#any? [ci skip]Mohit Natoo2016-05-111-2/+4
* | | | Bump the deprecation horizonRafael Mendonça França2016-05-102-2/+2
* | | | Start Rails 5.1 development :tada:Rafael Mendonça França2016-05-102-766/+3
|/ / /
* | | Use original `Array#sum` to speed up calculatingyui-knk2016-05-071-4/+8
* | | Preparing for 5.0.0.rc1 releaseRafael Mendonça França2016-05-062-1/+3
* | | Array#split refactoring for case with blocklvl0nax2016-05-061-11/+6
* | | Run Active Support tests when preserving timezonesAndrew White2016-05-051-0/+3
* | | Fix tests when preserving timezonesAndrew White2016-05-052-6/+19
* | | Fix to_yaml test when run individuallyAndrew White2016-05-051-0/+1
* | | Fix some typos in comments.Joe Rafaniello2016-05-041-1/+1
* | | Fix template resolver cache concurrency: "can't add a new key into hash durin...Jeremy Daer2016-05-021-1/+1
* | | Fix initial value effects for sum along to ruby 2.4Kenta Murata2016-04-302-5/+85
* | | restores the regexp used in String#blank?Xavier Noria2016-04-291-4/+3
* | | AS::Duration changelog polishJeremy Daer2016-04-291-15/+13
* | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2016-04-291-2/+2
|\ \ \
| * | | [ci skip] Aline results of code examples in commentsyui-knk2016-04-201-2/+2
* | | | Change 1.week to create 1 week durations instead of 7 days durations.Andrey Novikov2016-04-284-11/+47
* | | | Prep Rails 5 beta 4eileencodes2016-04-272-1/+3
* | | | Revert "Change 1.week to create 1 week durations instead of 7 days durations."Jeremy Daer2016-04-274-34/+11
* | | | Merge pull request #24723 from lvl0nax/array_split_fixJeremy Daer2016-04-262-10/+14
|\ \ \ \
| * | | | Little perfomance fix for Array#split.lvl0nax2016-04-262-10/+14
* | | | | Do not cache ActiveSupport::TimeZone#utc_offsetAlexey Shein2016-04-253-3/+18
* | | | | Add require of mattr_accessor since Compatibility relies on it.Jason Frey2016-04-251-0/+2
|/ / / /
* | | | Remove `Array#sum` method before override ityui-knk2016-04-241-0/+2
* | | | rewords code comment [ci skip]Xavier Noria2016-04-241-3/+3
* | | | Share lock: more accurate livelock fix for aa598f4Jeremy Daer2016-04-241-3/+2
* | | | Share lock: avoid livelock due to exclusive thread sleeping before waiting th...Jeremy Daer2016-04-231-0/+1
* | | | Follow up of https://github.com/rails/rails/commit/c9c5788a527b70d7f983e2b4b4...Vipul A M2016-04-242-5/+5
* | | | Make getlocal and getutc always return instances of TimeAndrew White2016-04-236-23/+71