aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
* let Regexp#match? be globally availableXavier Noria2016-10-271-0/+6
* Ensure `#transform_values` of HWIDA to return HWIDAyui-knk2016-10-261-0/+5
* WhitespaceRafael Mendonça França2016-10-251-0/+1
* Merge pull request #26868 from prathamesh-sonpatki/use-hash-compact-from-ruby-24Rafael França2016-10-242-20/+29
|\
| * Use Hash#compact and Hash#compact! from Ruby 2.4Prathamesh Sonpatki2016-10-232-20/+29
* | Revert #26826 and add documentationclaudiob2016-10-211-1/+6
|/
* Merge pull request #26843 from denisovlev/strptime_timestampsRafael França2016-10-223-11/+40
|\
| * Fix `ActiveSupport::TimeZone#strptime` cannot parse timestamps (%Q, %s)denisovlev2016-10-213-11/+40
* | Merge pull request #26826 from claudiob/add-requireClaudio B2016-10-211-0/+1
|\ \
| * | Add missing requireclaudiob2016-10-191-0/+1
* | | Use `on_load` to trigger commandline processing codeAaron Patterson2016-10-211-0/+2
* | | Skip test that depends on RubyVM when it is not available (JRuby).Charles Oliver Nutter2016-10-211-0/+2
* | | Additional fix for argument-splat ordering differences.Charles Oliver Nutter2016-10-211-2/+2
* | | Explicitly unpack the expanded args to avoid execution order diff.Charles Oliver Nutter2016-10-211-4/+4
| |/ |/|
* | Merge pull request #26839 from renuo/fix-missing-nsec-transferAndrew White2016-10-213-2/+10
|\ \
| * | Fix copy_time_to: Copy nsec instead of usecJosua Schmid2016-10-203-2/+10
| |/
* | doc, hide non-public methods form the api docs. [ci skip]Yves Senn2016-10-201-2/+2
* | Merge pull request #26830 from headius/mask_forking_fsevent_test_on_jrubyRafael Mendonça França2016-10-201-0/+2
* | Merge pull request #26829 from headius/wait_for_events_in_listen_testsAaron Patterson2016-10-191-0/+18
|/
* Add comment to remove code when we are in Ruby 2.4Rafael Mendonça França2016-10-141-0/+1
* Use built-in #transform_values when available.Jesús Burgos2016-10-141-2/+2
* Merge pull request #26531 from y-yagi/remove_unused_benchmarkRafael França2016-10-101-2/+0
|\
| * remove unused require `benchmark`yuuji.yaginuma2016-09-171-2/+0
* | Fixnum and Bignum are deprecated in Ruby trunkMatthew Draper2016-10-083-5/+5
* | Merge pull request #26359 from maclover7/jm-speed-up-timeMatthew Draper2016-10-061-0/+2
|\ \
| * | Speed up Time.zone.nowJon Moss2016-10-021-0/+2
* | | Merge pull request #26684 from matthewd/executor-serialMatthew Draper2016-10-052-12/+76
|\ \ \
| * | | Avoid bumping the class serial when invoking executorMatthew Draper2016-10-032-12/+76
| |/ /
* | | Merge pull request #26686 from matthewd/deprecation-callerMatthew Draper2016-10-051-0/+13
|\ \ \
| * | | Correct caller tracking in delegated deprecation methodsMatthew Draper2016-10-031-0/+13
| |/ /
* | | Cache to_time to improve performance when comparingAndrew White2016-10-021-1/+5
* | | Revert "Merge pull request #25880 from ryandv/fix_performance_regression_in_t...Andrew White2016-10-021-1/+1
* | | Revert "Merge pull request #26677 from tbalthazar/26644"Andrew White2016-10-023-30/+1
|/ /
* | Merge pull request #26677 from tbalthazar/26644Andrew White2016-10-013-1/+30
|\ \
| * | Fix `ActiveSupport::TimeWithZone#localtime`Thomas Balthazar2016-10-013-1/+30
* | | Tighten the backtrace pollution from passing through callbacksMatthew Draper2016-09-302-135/+274
|/ /
* | Merge pull request #26402 from mtsmfm/remove-dead-constantsAkira Matsuda2016-09-291-30/+0
|\ \
| * | Remove dead constantsFumiaki MATSUSHIMA2016-09-061-30/+0
* | | Merge pull request #26654 from Neodelf/activesupport_1Jon Moss2016-09-281-1/+1
|\ \ \
| * | | [ci skip] Remove not necessary whitespaceAndrey Molchanov2016-09-281-1/+1
* | | | [ci skip] Use class name instead of path to fileAndrey Molchanov2016-09-281-2/+2
|/ / /
* | | fix typo in `DateAndTime::Calculations#all_week` doc [ci skip]yuuji.yaginuma2016-09-271-1/+1
* | | fffffff, Add code missing in 29f0fbdKasper Timm Hansen2016-09-251-2/+2
* | | Revise setting of run_with_rails_extension.Kasper Timm Hansen2016-09-251-7/+4
* | | Fix ActiveSupport::TimeWithZone#inThomas Balthazar2016-09-243-1/+51
* | | Merge pull request #26563 from knugie/fix_issue_26430Aaron Patterson2016-09-231-0/+1
|\ \ \
| * | | Prevent circular require of proxy_wrappers.rb, Fixes #26430Wolfgang Teuber2016-09-211-0/+1
* | | | Merge pull request #26594 from y-yagi/fix_formatting_of_define_callbacksVipul A M2016-09-231-4/+4
|\ \ \ \
| * | | | fix formatting of `define_callbacks` doc [ci skip]yuuji.yaginuma2016-09-231-4/+4
| |/ / /
* | | | Merge pull request #26524 from y-yagi/add_check_of_argumentRichard Schneeman2016-09-222-0/+11
|\ \ \ \ | |/ / / |/| | |