aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ /
* | | Merge pull request #20921 from pboling/fix-sql-colors-in-log-subscriberRafael Mendonça França2015-09-091-1/+1
|\ \ \
| * | | Improve sql logging coloration in `ActiveRecord::LogSubscriber`.Peter Boling2015-07-171-1/+1
* | | | Rails documentation use american english.[ci skip]ravindra kumar kumawat2015-09-091-1/+1
| |/ / |/| |
* | | Fixed Time conversion example for UTC time zone [ci skip]Ronak Jangir2015-09-081-1/+1
* | | Merge pull request #20534 from qnm/activesupport-require-issueYves Senn2015-09-071-0/+1
|\ \ \