aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | :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
|\ \