aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
Commit message (Expand)AuthorAgeFilesLines
* 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-082-3/+3
* | 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-051-12/+21
|\ \ \
| * | | Avoid bumping the class serial when invoking executorMatthew Draper2016-10-031-12/+21
| |/ /
* | | 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-021-2/+1
|/ /
* | Merge pull request #26677 from tbalthazar/26644Andrew White2016-10-011-1/+2
|\ \
| * | Fix `ActiveSupport::TimeWithZone#localtime`Thomas Balthazar2016-10-011-1/+2
* | | Tighten the backtrace pollution from passing through callbacksMatthew Draper2016-09-301-134/+202
|/ /
* | 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-241-0/+1
* | | 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-221-0/+5
|\ \ \ \ | |/ / / |/| | |
| * | | add check of argumentyuuji.yaginuma2016-09-171-0/+5
| | |/ | |/|
* | | [ci skip] Fixed commas according to Oxford comma in rdoc and guidesAndrey Molchanov2016-09-171-1/+1
* | | fix formatting of `Cache::Store#fetch` [ci skip]yuuji.yaginuma2016-09-171-3/+3
|/ /
* | Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-148-78/+78
* | Remove the word "mongrel" from documentsRyunosuke Sato2016-09-072-4/+4
* | Fix Remaining Case-In-Assignment Statement FormattingAlex Kitchens2016-09-061-8/+9
|/
* change `Class#descendants` to public API [ci skip]yuuji.yaginuma2016-09-051-2/+15
* Fix broken heredoc indentation caused by rubocop auto-correctRyuta Kamizono2016-09-031-10/+10
* fixes remaining RuboCop issues [Vipul A M, Xavier Noria]Xavier Noria2016-09-013-14/+14
* Cache to_datetime for performanceAndrew White2016-09-011-1/+1
* Start passing cipher from EncryptedCookieJar since we use it to determine key...Vipul A M2016-09-011-0/+7
* use `message` that specified in argument to error messageyuuji.yaginuma2016-08-311-1/+1
* Merge pull request #25880 from ryandv/fix_performance_regression_in_timewithz...Andrew White2016-08-301-1/+1
|\
| * Memoize coerced TimeWithZone value in TimeWithZone#localtime.Ryan De Villa2016-08-231-7/+1
| * Fix performance regression in `TimeWithZone#to_time`Ryan De Villa2016-08-231-0/+6
* | use `inspect` for show `from` valueyuuji.yaginuma2016-08-291-1/+1
* | Fix typo in Delegation#delegate_missing_to doc [skip ci]Anton Davydov2016-08-271-1/+1
* | Move custom assertion to its proper placeSantosh Wadghule2016-08-272-11/+11
|/
* Merge pull request #25628 from ysksn/optionsRafael Mendonça França2016-08-173-5/+5
|\
| * Update CHANGELOG.md for #25628 [ci skip]Yosuke Kabuto2016-07-023-5/+5
* | Add three new rubocop rulesRafael Mendonça França2016-08-1623-39/+39