Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | | Merge pull request #20600 from mtsmfm/xmlschema-should-display-more-than-6-di... | Andrew White | 2015-10-02 | 1 | -5/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | TimeWithZone#xmlschema should be able to display more than 6 digits | Fumiaki MATSUSHIMA | 2015-09-30 | 1 | -5/+4 | |
* | | | | | | | | | | | | | Regex fix for mattr_accessor validation | Aliaksandr Buhayeu | 2015-10-01 | 1 | -2/+2 | |
* | | | | | | | | | | | | | Refactor AS::Callbacks halt config and fix the documentation | Roque Pinel | 2015-10-01 | 2 | -9/+10 | |
* | | | | | | | | | | | | | make sure exceptions are marshalable when returning test results | Aaron Patterson | 2015-09-30 | 1 | -1/+17 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Improve readability of docs by using code tag [ci skip] | Prakash Laxkar | 2015-09-29 | 4 | -4/+4 | |
* | | | | | | | | | | | | Merge pull request #21807 from ronakjangir47/fix_formatted_offset_docs | Rafael Mendonça França | 2015-09-29 | 3 | -3/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Update docs for `formatted_offset` | Ronak Jangir | 2015-09-29 | 3 | -3/+10 | |
* | | | | | | | | | | | | Merge pull request #21782 from ronakjangir47/transform_values_docs | Rafael Mendonça França | 2015-09-28 | 2 | -8/+17 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Updated docs for transform_values [ci skip] | Ronak Jangir | 2015-09-28 | 1 | -3/+8 | |
| * | | | | | | | | | | | | Updated docs for transform_keys [ci skip] | Ronak Jangir | 2015-09-28 | 1 | -5/+9 | |
* | | | | | | | | | | | | | Speed up `Hash#transform_values` when empty | Sean Griffin | 2015-09-28 | 1 | -0/+1 | |
|/ / / / / / / / / / / / | ||||||
* / / / / / / / / / / / | minor typo fix [ci skip] | Aditya Kapoor | 2015-09-26 | 1 | -1/+1 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | Make `assert_difference` return the result of the yielded block. | Lucas Mazza | 2015-09-24 | 1 | -1/+3 | |
* | | | | | | | | | | | Improve readability of docs by using code tag [ci skip] | amitkumarsuroliya | 2015-09-24 | 2 | -3/+3 | |
* | | | | | | | | | | | Fix the AS::Callbacks terminator regression from 4.2.3 | Roque Pinel | 2015-09-22 | 1 | -14/+28 | |
* | | | | | | | | | | | Merge pull request #21678 from ronakjangir47/array_to_formatted_s_docs | Yves Senn | 2015-09-22 | 1 | -1/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Added Examples in docs for internal behavior of Array#to_formatted_s [ci skip] | Ronak Jangir | 2015-09-19 | 1 | -1/+3 | |
* | | | | | | | | | | | | Correcting output of `number_to_percentage` example in `number_helper` [ci skip] | amitkumarsuroliya | 2015-09-22 | 1 | -1/+1 | |
* | | | | | | | | | | | | Short-circuit `blank?` on date and time values | Andrew White | 2015-09-21 | 6 | -1/+42 | |
* | | | | | | | | | | | | Applying right result of examples in ActiveSupport Multibyte [ci skip] | amitkumarsuroliya | 2015-09-21 | 1 | -6/+4 | |
* | | | | | | | | | | | | String#strip_heredocs doesn't need Object#try | Vlado Cingel | 2015-09-19 | 1 | -2/+0 | |
* | | | | | | | | | | | | s/seperator/separator/g | Akira Matsuda | 2015-09-20 | 1 | -3/+3 | |
* | | | | | | | | | | | | Merge pull request #21679 from jdantonio/replace-thread-safe | Kasper Timm Hansen | 2015-09-19 | 5 | -11/+11 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Replaced `ThreadSafe::Map` with successor `Concurrent::Map`. | Jerry D'Antonio | 2015-09-19 | 5 | -11/+11 | |
* | | | | | | | | | | | | | Merge pull request #21669 from amitsuroliya/improve_docs | Yves Senn | 2015-09-19 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Correcting `NameError` error message in `mattr_reader` method. Since this com... | amitkumarsuroliya | 2015-09-19 | 1 | -2/+2 | |
| | |/ / / / / / / / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Corrected numeric conversions output [ci skip] | amitkumarsuroliya | 2015-09-19 | 1 | -2/+2 | |
| |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Replace `#=>` with `# =>` [ci skip] | amitkumarsuroliya | 2015-09-19 | 1 | -2/+2 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge pull request #21662 from amitsuroliya/improve_docs | Kasper Timm Hansen | 2015-09-18 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Corrected `to_time` output in ActiveSupport Date Conversion docs.Since https:... | amitkumarsuroliya | 2015-09-18 | 1 | -3/+3 | |
* | | | | | | | | | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2015-09-18 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | s/JQuery/jQuery/ | Akira Matsuda | 2015-09-18 | 1 | -1/+1 | |
* | | | | | | | | | | | | File encoding is defaulted to utf-8 in Ruby >= 2.1 | Akira Matsuda | 2015-09-18 | 6 | -9/+0 | |
| |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | Correct ArgumentError message in ActiveSupport conversions docs [ci skip] | amitkumarsuroliya | 2015-09-18 | 1 | -1/+1 | |
* | | | | | | | | | | | Merge pull request #21625 from amitsuroliya/improve_docs | Andrew White | 2015-09-17 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Improve Docs of ActiveSupport::TimeZone [ci skip] | amitkumarsuroliya | 2015-09-15 | 1 | -2/+2 | |
* | | | | | | | | | | | Merge pull request #21616 from claudiob/fix-21122 | Rafael Mendonça França | 2015-09-14 | 1 | -68/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Remove AS methods that are never invoked | claudiob | 2015-09-13 | 1 | -68/+6 | |
* | | | | | | | | | | | Improving `in_time_zone` docs [ci skip] | amitkumarsuroliya | 2015-09-13 | 1 | -2/+1 | |
* | | | | | | | | | | | Improve String#strip_heredoc | Juanito Fatas | 2015-09-12 | 1 | -2/+1 | |
* | | | | | | | | | | | Merge pull request #21567 from y-yagi/fix_inspect_doc | Zachary Scott | 2015-09-09 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | fix wrong method used in the TimeWithZone#inspect method docs [ci skip] | yuuji.yaginuma | 2015-09-10 | 1 | -1/+1 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge pull request #20921 from pboling/fix-sql-colors-in-log-subscriber | Rafael Mendonça França | 2015-09-09 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Improve sql logging coloration in `ActiveRecord::LogSubscriber`. | Peter Boling | 2015-07-17 | 1 | -1/+1 | |
* | | | | | | | | | | | | Rails documentation use american english.[ci skip] | ravindra kumar kumawat | 2015-09-09 | 1 | -1/+1 | |
| |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | Fixed Time conversion example for UTC time zone [ci skip] | Ronak Jangir | 2015-09-08 | 1 | -1/+1 | |
* | | | | | | | | | | | Merge pull request #20534 from qnm/activesupport-require-issue | Yves Senn | 2015-09-07 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Add missing require to ensure #advance will work without being implicity requ... | Rob Sharp | 2015-06-12 | 1 | -0/+1 | |
* | | | | | | | | | | | | Removed Extra ‘the’ [ci skip] | Ronak Jangir | 2015-09-06 | 1 | -1/+1 |