aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
* Use "rake time:zones:all" instead of "rake -D time" [ci skip]Marat Galiev2015-10-171-1/+1
* Merge pull request #21953 from bdunne/fix_dep_warnMatthew Draper2015-10-175-20/+92
|\
| * Fix bug where custom deprecators are not used.Brandon Dunne2015-10-144-20/+100
* | drop array allocations when iterating over the hashAaron Patterson2015-10-151-1/+3
* | make string allocation constant regardless of column countAaron Patterson2015-10-151-2/+6
* | Merge pull request #21946 from davidcelis/fix-time-zone-utc-predicateAndrew White2015-10-152-1/+16
|\ \ | |/ |/|
| * Expand support for ActiveSupport::TimeWithZone#utc?David Celis2015-10-152-1/+16
* | Only prepend a single module when defining deprecation wrappers.Charles Oliver Nutter2015-10-131-4/+4
|/
* Merge pull request #21631 from RobinClowers/fix-cache-instrumentationJeremy Daer2015-10-093-13/+43
|\
| * Fix Cache#fetch instrumentationRobin Clowers2015-09-141-13/+11
| * Add test cases for Cache#fetch instrumentationRobin Clowers2015-09-141-0/+28
* | Avoid leaking the first relation we call #first onMatthew Draper2015-10-091-3/+3
* | code gardening in transliterate.rbXavier Noria2015-10-071-2/+5
* | Merge pull request #21868 from tanmay3011/fix_time_class_documentationVijay Dev2015-10-051-3/+3
|\ \
| * | [ci skip] Fix #seconds_since_midnight documentation output it will always ret...Tanmay Sinha2015-10-051-3/+3
* | | Merge pull request #21866 from tanmay3011/fix_documentationSean Griffin2015-10-041-1/+1
|\ \ \
| * | | Fix Time.now format in documentationTanmay Sinha2015-10-041-1/+1
| |/ /
* | | Merge pull request #21863 from tanmay3011/use_applications_yearSean Griffin2015-10-041-1/+1
|\ \ \
| * | | Use Time#current instead of Time#now to prevent zone issue inorder to use app...Tanmay Sinha2015-10-041-1/+1
| |/ /
* | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-10-045-5/+5
|\ \ \ | |/ / |/| |
| * | [ci skip] default_normalization_form accessing from UnicodeGaurav Sharma2015-09-291-1/+1
| * | Renamed ‘Return’ to ‘Returns’ [ci skip]Ronak Jangir2015-09-283-3/+3
| * | Documentation typoAkira Matsuda2015-09-201-1/+1
* | | Wrong usage of 'a' in docs fixed [ci skip]Mehmet Emin İNAÇ2015-10-031-1/+1
* | | Merge pull request #20600 from mtsmfm/xmlschema-should-display-more-than-6-di...Andrew White2015-10-022-7/+6
|\ \ \
| * | | TimeWithZone#xmlschema should be able to display more than 6 digitsFumiaki MATSUSHIMA2015-09-302-7/+6
* | | | Regex fix for mattr_accessor validationAliaksandr Buhayeu2015-10-012-2/+16
* | | | Refactor AS::Callbacks halt config and fix the documentationRoque Pinel2015-10-014-17/+15
* | | | make sure exceptions are marshalable when returning test resultsAaron Patterson2015-09-301-1/+17
|/ / /
* | | Fixed concurrent-ruby warnings.Jerry D'Antonio2015-09-291-1/+1
* | | Improve readability of docs by using code tag [ci skip]Prakash Laxkar2015-09-294-4/+4
* | | Merge pull request #21807 from ronakjangir47/fix_formatted_offset_docsRafael Mendonça França2015-09-293-3/+10
|\ \ \
| * | | Update docs for `formatted_offset` Ronak Jangir2015-09-293-3/+10
* | | | Merge pull request #21782 from ronakjangir47/transform_values_docsRafael Mendonça França2015-09-282-8/+17
|\ \ \ \
| * | | | Updated docs for transform_values [ci skip]Ronak Jangir2015-09-281-3/+8
| * | | | Updated docs for transform_keys [ci skip]Ronak Jangir2015-09-281-5/+9
* | | | | Speed up `Hash#transform_values` when emptySean Griffin2015-09-281-0/+1
|/ / / /
* | | | minor typo fix [ci skip]Aditya Kapoor2015-09-261-1/+1
* | | | Merge pull request #21767 from ronakjangir47/missing_transform_values_testRafael Mendonça França2015-09-251-0/+12
|\ \ \ \
| * | | | Added missing tests for transform_values! which returns Enumerator without bl...Ronak Jangir2015-09-261-0/+12
| |/ / /
* / / / Added missing tests for transform_keys! which returns Enumerator without blockRonak Jangir2015-09-261-0/+12
|/ / /
* | | Make `assert_difference` return the result of the yielded block.Lucas Mazza2015-09-243-2/+23
* | | Improve readability of docs by using code tag [ci skip]amitkumarsuroliya2015-09-242-3/+3
* | | Fix the AS::Callbacks terminator regression from 4.2.3Roque Pinel2015-09-223-35/+42
* | | Merge pull request #21678 from ronakjangir47/array_to_formatted_s_docsYves Senn2015-09-221-1/+3
|\ \ \
| * | | Added Examples in docs for internal behavior of Array#to_formatted_s [ci skip]Ronak Jangir2015-09-191-1/+3
* | | | Correcting output of `number_to_percentage` example in `number_helper` [ci skip]amitkumarsuroliya2015-09-221-1/+1
* | | | Short-circuit `blank?` on date and time valuesAndrew White2015-09-217-1/+48
* | | | Merge pull request #21684 from amitsuroliya/correct_resultAndrew White2015-09-211-6/+4
|\ \ \ \
| * | | | Applying right result of examples in ActiveSupport Multibyte [ci skip]amitkumarsuroliya2015-09-211-6/+4