| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | add more tests for monday and sunday methods | Vijay Dev | 2011-11-26 | 1 | -0/+2 |
* | | Tests added for monday and sunday | Arun Agrawal | 2011-11-26 | 1 | -0/+8 |
* | | beginning_of_week extended in both Time and Date so that to return week start... | gregolsen | 2011-11-25 | 2 | -0/+38 |
* | | Merge pull request #3725 from marcandre/twz_eql | Yehuda Katz | 2011-11-22 | 2 | -2/+15 |
|\ \
| |/
|/| |
|
| * | Fix inconsistencies with Time{WithZone}#{hash,eql?} | Marc-Andre Lafortune | 2011-11-22 | 2 | -2/+15 |
* | | refactor test_multiple_of | Vijay Dev | 2011-11-16 | 1 | -4/+3 |
* | | Merge pull request #3549 from luckydev/rmethod | Aaron Patterson | 2011-11-07 | 1 | -0/+29 |
|\ \ |
|
| * | | added remove_method core_ext tests | Anand | 2011-11-07 | 1 | -0/+29 |
| |/ |
|
* / | Removed argument throwing warnings when running tests. | Henrik Hodne | 2011-11-06 | 2 | -16/+16 |
|/ |
|
* | defines Module#qualified_const_(defined?|get|set) and String#deconstantize | Xavier Noria | 2011-10-29 | 2 | -0/+98 |
* | Merge pull request #3151 from zenprogrammer/pluralize_without_count | José Valim | 2011-10-17 | 1 | -4/+8 |
|\ |
|
| * | Modified String#pluralize to take an optional count parameter. | Ryan Oblak | 2011-09-28 | 1 | -4/+8 |
* | | Fixed test_nonexisting_method_with_arguments to revert commit 29a5aea | Yasuo Honda | 2011-10-06 | 1 | -1/+1 |
* | | Revert "don't raise NoMethodError the tried method doesn't exists" | José Valim | 2011-10-06 | 1 | -1/+1 |
* | | Merge pull request #2801 from jeremyevans/patch-1 | Jeremy Kemper | 2011-10-03 | 1 | -0/+3 |
|\ \
| |/
|/| |
|
| * | Add tests for fixes to Time.=== | Jeremy Evans | 2011-09-07 | 1 | -0/+3 |
* | | Added ActiveSupport::Inflector.safe_constantize and String#safe_constantize; ... | Ryan Oblak | 2011-09-23 | 1 | -1/+22 |
* | | Fix test to reflect use of to_param for keys | brainopia | 2011-09-18 | 1 | -8/+8 |
* | | Fix Hash#to_query edge case with html_safe string on 1.8 ruby | brainopia | 2011-09-16 | 1 | -0/+9 |
* | | We can't simply check the first line of the backtrace, | Arun Agrawal | 2011-09-04 | 1 | -4/+6 |
|/ |
|
* | Revert all the stuff to do with disallowing non-public methods for Module#del... | Jon Leighton | 2011-08-25 | 2 | -136/+1 |
* | Remove trailing whitespace | Daniel Schierbeck | 2011-08-23 | 1 | -2/+2 |
* | properly escape html to avoid invalid utf8 causing XSS attacks | Aaron Patterson | 2011-08-16 | 1 | -0/+7 |
* | Added Array#prepend as an alias for Array#unshift and Array#append as an alia... | David Heinemeier Hansson | 2011-08-15 | 1 | -0/+10 |
* | Add a test for delegating a method ending in '=' as this is a special case. | Jon Leighton | 2011-08-15 | 1 | -0/+8 |
* | Split up the definitions in Module#delegate depending on :allow_nil, and don'... | Jon Leighton | 2011-08-15 | 1 | -0/+12 |
* | Fix the line number in the backtrace when Module#delegate raises | Jon Leighton | 2011-08-15 | 1 | -1/+13 |
* | Just do the method call directly in Module#delegate, if we can (we cannot for... | Jon Leighton | 2011-08-15 | 1 | -2/+20 |
* | Backport Object#public_send to 1.8 so that we can implement Module#delegate s... | Jon Leighton | 2011-08-15 | 1 | -0/+117 |
* | backporting IO#binread for 1.8 users | Aaron Patterson | 2011-08-08 | 1 | -0/+23 |
* | Removing extra requires from the test. Already loaded in abstract_unit. | Arun Agrawal | 2011-07-31 | 1 | -1/+0 |
* | Duplicable test is looking fine now. | Mitesh Jain | 2011-07-24 | 1 | -7/+12 |
* | Insure that Enumerable#index_by, group_by, ... return Enumerators | Marc-Andre Lafortune | 2011-07-23 | 1 | -1/+12 |
* | Make Enumerable#many? iterate only over what is necessary | Marc-Andre Lafortune | 2011-07-23 | 1 | -0/+7 |
* | Make Enumerable#many? not rely on #size | Marc-Andre Lafortune | 2011-07-23 | 1 | -1/+1 |
* | Test using generic Enumerables instead of arrays. | Marc-Andre Lafortune | 2011-07-23 | 1 | -24/+38 |
* | Make tests more precise | Marc-Andre Lafortune | 2011-07-23 | 1 | -14/+14 |
* | Changed the year of a date used in a test which fails when using 1.8.7 on a 3... | Josh Kalderimis | 2011-07-19 | 1 | -1/+1 |
* | need magic comments | Akira Matsuda | 2011-07-14 | 1 | -0/+2 |
* | treat fullwidth whitespace as a blank character | Akira Matsuda | 2011-07-14 | 1 | -1/+1 |
* | Fix xmlschema output with fraction_digits >0 | shtirlic | 2011-07-11 | 1 | -0/+7 |
* | Merge pull request #1296 from c42engineering/issue636 | José Valim | 2011-07-11 | 1 | -0/+49 |
|\ |
|
| * | Issue #636 - Parsing an xml file with multiple records and extra attributes (... | Sidu Ponnappa | 2011-07-11 | 1 | -0/+49 |
* | | Merge pull request #1463 from psanford/master | Santiago Pastorino | 2011-07-06 | 1 | -0/+1 |
|\ \ |
|
| * | | Make String.to_time respect timezones | Nate Mueller | 2011-06-02 | 1 | -0/+1 |
* | | | all numerics should be html_safe - Closes #1935 | Damien Mathieu | 2011-07-03 | 1 | -0/+4 |
* | | | Merge pull request #1690 from vijaydev/mattr_accessor_changes | José Valim | 2011-06-30 | 1 | -0/+7 |
|\ \ \ |
|
| * | | | Added instance_accessor: false to Module#mattr_accessor | Vijay Dev | 2011-06-14 | 1 | -0/+7 |
* | | | | Array.wrap should follow Kernel#Array semantics when the object's to_ary is n... | Jon Leighton | 2011-06-30 | 1 | -2/+3 |
* | | | | Add option to omit creating an instance reader method on class_attribute | James Miller | 2011-06-18 | 1 | -0/+6 |
|/ / / |
|