| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #10634 from teleological/time_advance_gregorian | Andrew White | 2014-01-05 | 1 | -0/+7 |
|\ |
|
| * | Maintain proleptic gregorian in Time#advance | Riley Lynch | 2013-05-15 | 1 | -0/+7 |
* | | blank? and present? commit to return singletons [Xavier Noria & Pavel Pravosud] | Xavier Noria | 2013-12-28 | 1 | -7/+11 |
* | | Merge pull request #13401 from akshay-vishnoi/refactor | Rafael Mendonça França | 2013-12-19 | 1 | -1/+4 |
|\ \ |
|
| * | | Prevent creation of instance methods when `instance_reader = false`, Grammar ... | Akshay Vishnoi | 2013-12-19 | 1 | -1/+4 |
* | | | Prefer assert_raise instead of flunk + rescue to test for exceptions | Carlos Antonio da Silva | 2013-12-19 | 2 | -11/+9 |
|/ / |
|
* | | Unused classes in AS tests | Akira Matsuda | 2013-12-19 | 1 | -6/+0 |
* | | Unused classes in test case | Akira Matsuda | 2013-12-19 | 1 | -25/+0 |
* | | Introduce Module#concerning | Jeremy Kemper | 2013-12-17 | 1 | -0/+35 |
* | | Remove not necessary file, move constants to the file they are used | Carlos Antonio da Silva | 2013-12-11 | 1 | -0/+8 |
* | | Fix issue with Kernel#silence_stream leaking file descriptors | Mario Visic | 2013-12-06 | 1 | -0/+16 |
* | | Added Date#all_week/month/quarter/year for generating date ranges | Dimko | 2013-12-03 | 1 | -0/+17 |
* | | Tidy up previous commit, fix message assertion and improve tests | Carlos Antonio da Silva | 2013-12-03 | 1 | -1/+6 |
* | | Modify the Hash#assert_valid_keys error message so that it shows the valid ke... | Nerian | 2013-12-03 | 1 | -1/+1 |
* | | Unify cattr and mattr accessors declarations | Genadi Samokovarov | 2013-12-02 | 2 | -74/+22 |
* | | Fix segmentation fault in Ruby 2.0.0-p353. | Dmitriy Kiriyenko | 2013-11-30 | 1 | -0/+5 |
* | | Typo fix | Akshay Vishnoi | 2013-11-29 | 1 | -1/+1 |
* | | Deprecated Numeric#{ago,until,since,from_now} | Godfrey Chan | 2013-11-26 | 2 | -31/+39 |
* | | Unify `cattr_*` interface: allow to pass a block to `cattr_reader`. | Alexey Chernenkov | 2013-11-15 | 1 | -0/+9 |
* | | Array#split preserving the calling array | KD | 2013-11-11 | 1 | -6/+12 |
* | | Add +capitalize+ option to Inflector.humanize | claudiob | 2013-11-06 | 1 | -1/+7 |
* | | Added Numeric#in_milliseconds, like 1.hour.in_milliseconds, so we can feed th... | David Heinemeier Hansson | 2013-11-02 | 1 | -0/+4 |
* | | Merge pull request #12203 from chancancode/eager_load_json | Jeremy Kemper | 2013-10-30 | 1 | -0/+9 |
|\ \ |
|
| * | | Moved all JSON core extensions into core_ext/object/json | Godfrey Chan | 2013-09-13 | 1 | -0/+9 |
* | | | slice! should not remove default hash value/proc | Antonio Santos | 2013-10-24 | 1 | -0/+18 |
* | | | `$SAFE = 4;` has been removed with Ruby 2.1 | Vipul A M | 2013-10-14 | 1 | -13/+0 |
* | | | Revert "Merge pull request #12480 from iwiznia/master" | Jeremy Kemper | 2013-10-11 | 1 | -15/+0 |
* | | | flatten and flatten! methods for ActiveSupport::Duration | Ionatan Wiznia | 2013-10-11 | 1 | -0/+15 |
* | | | Merge pull request #11474 from bogdan/time-with-zone-succ | Andrew White | 2013-09-22 | 1 | -0/+22 |
|\ \ \
| |/ /
|/| | |
|
| * | | Disable ability to iterate over a Range of TimeWithZone | Bogdan Gusiev | 2013-07-19 | 1 | -0/+22 |
* | | | Merge pull request #12200 from dchelimsky/simplify-duration-inspect-even-more | Rafael Mendonça França | 2013-09-11 | 1 | -0/+3 |
|\ \ \ |
|
| * | | | Reduce Duration#inspect to a single series of transformations | David Chelimsky | 2013-09-11 | 1 | -0/+3 |
* | | | | Removed unused modules and classes | Anupam Choudhury | 2013-09-10 | 1 | -7/+0 |
* | | | | Removed unnecessary require | Anupam Choudhury | 2013-09-10 | 1 | -1/+0 |
|/ / / |
|
* | | | Skip tests involving $SAFE, it's not supported on Rubinius. | Federico Ravasio | 2013-08-21 | 1 | -0/+2 |
* | | | ensure freeze on Thread freezes locals | Nick Howard | 2013-08-19 | 1 | -0/+9 |
* | | | Add String#remove(pattern) as a short-hand for the common pattern of String#g... | David Heinemeier Hansson | 2013-08-13 | 1 | -0/+5 |
* | | | 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 |