| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix unused variable warning | Andrew White | 2013-08-04 | 1 | -0/+1 |
* | Refactor Date, Time, DateTime timezone methods | Gilad Zohari | 2013-08-01 | 1 | -0/+8 |
* | Merge pull request #10879 from makaroni4/master | Andrew White | 2013-07-29 | 3 | -0/+20 |
|\ |
|
| * | Added Time#middle_of_day | Anatoli Makarevich | 2013-07-28 | 3 | -0/+20 |
* | | Fix handling of offsets with Time#to_s(:iso8601) | Andrew White | 2013-07-29 | 3 | -1/+10 |
* | | Add Time#to_s(:iso8601) for easy conversion of times to the iso8601 format fo... | David Heinemeier Hansson | 2013-07-28 | 1 | -0/+1 |
* | | Only raise DelegationError if it's is the source of the exception | Andrew White | 2013-07-11 | 1 | -0/+27 |
* | | Add failing test for #9562 | Andrew White | 2013-07-10 | 1 | -0/+5 |
* | | Return local time for backwards compatibility | Andrew White | 2013-07-09 | 1 | -8/+25 |
* | | Retain UTC offset when using Time.at_with_coercion | Andrew White | 2013-07-09 | 1 | -0/+33 |
* | | Fix microsecond precision of Time#at_with_coercion | Neer Friedman | 2013-07-09 | 1 | -0/+4 |
* | | Make HashWithIndifferentAccess#select always return the hash. | Marc Schütz | 2013-07-06 | 1 | -0/+6 |
* | | Fixed test broken by local_constant_names | Arun Agrawal | 2013-07-03 | 1 | -6/+0 |
* | | Remove deprecated `String#encoding_aware?` | Arun Agrawal | 2013-07-03 | 1 | -6/+0 |
* | | Remove deprecated `Time#time_with_datetime_fallback`, `Time#utc_time` | Vipul A M | 2013-07-03 | 1 | -55/+0 |
* | | Remove deprecated Hash#diff with no replacement. | Carlos Antonio da Silva | 2013-07-02 | 1 | -6/+0 |
* | | Remove deprecated `Date#to_time_in_current_zone` | Vipul A M | 2013-07-02 | 1 | -7/+0 |
* | | Remove deprecated `Proc#bind` with no replacement. | Carlos Antonio da Silva | 2013-07-01 | 1 | -14/+0 |
* | | Remove deprecated Array#uniq_by and Array#uniq_by! | Carlos Antonio da Silva | 2013-07-01 | 1 | -30/+0 |
* | | Move delegation error constant to inside Module | Carlos Antonio da Silva | 2013-06-26 | 1 | -1/+1 |
* | | Merge pull request #10828 from southpolesteve/delegation_error_class | Yves Senn | 2013-06-26 | 1 | -1/+1 |
|\ \ |
|
| * | | Add DelegationError class. Rasied by delegation to a nil object | Steve Faulkner | 2013-06-26 | 1 | -1/+1 |
* | | | Merge pull request #10740 from mrsimo/hash-with-indifferent-access-select | Rafael Mendonça França | 2013-06-14 | 1 | -0/+30 |
|\ \ \ |
|
| * | | | HashWithIndifferentAccess#select working as intended | Albert Llop | 2013-05-23 | 1 | -0/+30 |
* | | | | Add missing nsec test for 17f5d8e | Andrew White | 2013-06-13 | 1 | -0/+5 |
* | | | | Keep sub-second resolution when wrapping a DateTime value | Andrew White | 2013-06-13 | 2 | -0/+15 |
* | | | | Override Time.at to work with Time-like values | Andrew White | 2013-06-08 | 1 | -0/+22 |
| |_|/
|/| | |
|
* | | | Merge pull request #10784 from senny/10526_prevent_key_transformation | Rafael Mendonça França | 2013-06-03 | 1 | -0/+7 |
|\ \ \
| |_|/
|/| | |
|
| * | | Prevent side effects in `Hash#with_indifferent_access`. | Yves Senn | 2013-05-29 | 1 | -0/+7 |
* | | | Allow Date to be compared with Time (like it was possible to compare Time wit... | David Heinemeier Hansson | 2013-06-03 | 1 | -0/+4 |
|/ / |
|
* | | Merge pull request #10763 from senny/10758_to_sentence_with_blank_elements | Carlos Antonio da Silva | 2013-05-26 | 1 | -0/+4 |
|\ \ |
|
| * | | add test-case for `Array#to_sentence with blank items. | Yves Senn | 2013-05-26 | 1 | -0/+4 |
| |/ |
|
* / | Fix some typo in method names, variables | Vipul A M | 2013-05-26 | 2 | -2/+2 |
|/ |
|
* | Fix HWIA#to_hash behavior with array of hashes. | kennyj | 2013-05-16 | 1 | -0/+5 |
* | Merge pull request #10266 from vipulnsward/fix_HIA_to_hash | Rafael Mendonça França | 2013-05-14 | 1 | -0/+4 |
|\ |
|
| * | fix HashWithIndifferentAccess#to_hash behaviour | Vipul A M | 2013-04-19 | 1 | -0/+4 |
* | | Squashed commit of the following: | Aaron Patterson | 2013-05-03 | 6 | -109/+0 |
* | | Revert "Object#in? also accepts multiple parameters" | Brian Morearty | 2013-05-01 | 1 | -10/+0 |
* | | Module#delegate checks nilness rather that falsehood if :allow_nil is true, a... | Xavier Noria | 2013-04-26 | 1 | -0/+31 |
* | | Merge pull request #10351 from JonRowe/update_as_date_next_week_to_document_i... | Xavier Noria | 2013-04-26 | 1 | -0/+5 |
|\ \ |
|
| * | | better document `next_week` functionaility closes #9568 | Jon Rowe | 2013-04-26 | 1 | -0/+5 |
* | | | Delegation method bug | Li Ellis Gallardo | 2013-04-25 | 1 | -0/+5 |
|/ / |
|
* / | Adjust for daylight savings in String#to_time | Andrew White | 2013-04-23 | 1 | -2/+118 |
|/ |
|
* | more descriptive NameError's messages for class attributes | Hrvoje Šimić | 2013-04-17 | 1 | -4/+6 |
* | Add option to Class#class_attribute for skipping the query method | Agis- | 2013-04-06 | 1 | -2/+7 |
* | Further simplify enumerable group_by test | Carlos Antonio da Silva | 2013-04-04 | 1 | -3/+1 |
* | Replaced inject with map | Anupam Choudhury | 2013-04-04 | 1 | -2/+2 |
* | Removed unused comma after loop variable | Anupam Choudhury | 2013-04-04 | 1 | -1/+1 |
* | `TimeWithZone` raises `NoMethodError` in proper context. | Yves Senn | 2013-03-18 | 1 | -0/+8 |
* | Merge pull request #9757 from vipulnsward/remove_message_param | Carlos Antonio da Silva | 2013-03-17 | 1 | -1/+1 |
|\ |
|