aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | 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
* | | | | | | | | | | | | :hocho: TyposAkira Matsuda2015-09-211-1/+1
* | | | | | | | | | | | | :scissors: empty line at the top of filesAkira Matsuda2015-09-215-5/+0
|/ / / / / / / / / / / /
* | | | | | | | | | | | String#strip_heredocs doesn't need Object#tryVlado Cingel2015-09-191-2/+0
* | | | | | | | | | | | s/seperator/separator/gAkira Matsuda2015-09-201-3/+3
* | | | | | | | | | | | Merge pull request #21679 from jdantonio/replace-thread-safeKasper Timm Hansen2015-09-197-13/+17
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Replaced `ThreadSafe::Map` with successor `Concurrent::Map`.Jerry D'Antonio2015-09-197-13/+17
* | | | | | | | | | | | | Merge pull request #21669 from amitsuroliya/improve_docsYves Senn2015-09-191-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Correcting `NameError` error message in `mattr_reader` method. Since this com...amitkumarsuroliya2015-09-191-2/+2
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Corrected numeric conversions output [ci skip]amitkumarsuroliya2015-09-191-2/+2
| |/ / / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Replace `#=>` with `# =>` [ci skip]amitkumarsuroliya2015-09-191-2/+2
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #21662 from amitsuroliya/improve_docsKasper Timm Hansen2015-09-181-3/+3
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Corrected `to_time` output in ActiveSupport Date Conversion docs.Since https:...amitkumarsuroliya2015-09-181-3/+3
* | | | | | | | | | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-09-181-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | s/JQuery/jQuery/Akira Matsuda2015-09-181-1/+1
* | | | | | | | | | | | File encoding is defaulted to utf-8 in Ruby >= 2.1Akira Matsuda2015-09-186-9/+0
| |/ / / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Correct ArgumentError message in ActiveSupport conversions docs [ci skip]amitkumarsuroliya2015-09-181-1/+1
* | | | | | | | | | | Merge pull request #21625 from amitsuroliya/improve_docsAndrew White2015-09-171-2/+2
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Improve Docs of ActiveSupport::TimeZone [ci skip]amitkumarsuroliya2015-09-151-2/+2
* | | | | | | | | | | Merge pull request #21616 from claudiob/fix-21122Rafael Mendonça França2015-09-141-68/+6
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Remove AS methods that are never invokedclaudiob2015-09-131-68/+6
* | | | | | | | | | | Improving `in_time_zone` docs [ci skip]amitkumarsuroliya2015-09-131-2/+1
* | | | | | | | | | | Improve String#strip_heredocJuanito Fatas2015-09-121-2/+1
* | | | | | | | | | | Merge pull request #21567 from y-yagi/fix_inspect_docZachary Scott2015-09-091-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | fix wrong method used in the TimeWithZone#inspect method docs [ci skip]yuuji.yaginuma2015-09-101-1/+1
| |/ / / / / / / / / /