| Commit message (Expand) | Author | Age | Files | Lines |
* | Ensure that the strings returned by SafeBuffer#gsub and friends aren't consid... | Michael Koziarski | 2011-06-07 | 1 | -0/+12 |
* | Raise NameError instead of ArgumentError in ActiveSupport::Dependencies | Andrew White | 2011-06-01 | 1 | -1/+1 |
* | Merge pull request #1346 from arunagw/jdom_file_from_xml_fix | Aaron Patterson | 2011-05-27 | 1 | -14/+14 |
|\ |
|
| * | Adding tests for file_from_xml for XmlMini_JDOM #jruby | Arun Agrawal | 2011-05-27 | 1 | -14/+14 |
* | | Fixes minor ruby 1.8 inconsistency | Andrew Radev | 2011-05-27 | 1 | -0/+23 |
|/ |
|
* | Removed deprecated methods and related tests from ActiveSupport | Josh Kalderimis | 2011-05-25 | 5 | -367/+0 |
* | Not loading file if PLATFORM not available. | Arun Agrawal | 2011-05-24 | 1 | -83/+82 |
* | Removed ActiveSupport::SecureRandom in favour of SecureRandom from the standa... | Jon Leighton | 2011-05-23 | 1 | -19/+0 |
* | Replace references to ActiveSupport::SecureRandom with just SecureRandom, and... | Jon Leighton | 2011-05-23 | 3 | -7/+7 |
* | Removed the AS core_ext/kernel/debugger breakpoint method as this method is a... | Josh Kalderimis | 2011-05-23 | 1 | -3/+43 |
* | Fix failing tests. | José Valim | 2011-05-22 | 2 | -1/+4 |
* | test fix jdom_engine_test | Vishnu Atrai | 2011-05-22 | 1 | -0/+1 |
* | make sure missing method does not fail with arguments | dmathieu | 2011-05-22 | 1 | -0/+6 |
* | don't raise NoMethodError the tried method doesn't exists | dmathieu | 2011-05-21 | 1 | -1/+1 |
* | Merge pull request #1191 from arunagw/removal_extra | José Valim | 2011-05-21 | 4 | -4/+0 |
|\ |
|
| * | Removal require again from tests. | Arun Agrawal | 2011-05-22 | 4 | -4/+0 |
* | | Fix AS::Duration#duplicable? on 1.8 | thedarkone | 2011-05-21 | 1 | -1/+2 |
|/ |
|
* | Check for Module.new.dup as well in https://github.com/rails/rails/blob/maste... | Prakash Murthy | 2011-05-21 | 1 | -1/+1 |
* | fixed failing tests of ActiveSupport for deprecation test | Raghunadh | 2011-05-21 | 1 | -1/+1 |
* | Merge pull request #1109 from dlee/optimize_indifferent_access | José Valim | 2011-05-18 | 1 | -1/+2 |
|\ |
|
| * | Test that HWIA.with_indifferent_access does not return self | David Lee | 2011-05-17 | 1 | -0/+1 |
| * | Use dup to preserve previous behavior | David Lee | 2011-05-17 | 1 | -1/+1 |
* | | Fix misspelling of 'lambda'. Closes #987 | Ben Orenstein | 2011-05-18 | 1 | -4/+4 |
|/ |
|
* | Optimize parts of HashWithIndifferentAccess | David Lee | 2011-05-17 | 1 | -0/+5 |
* | Deprecate attr_accessor_with_default. | José Valim | 2011-05-16 | 1 | -4/+12 |
* | Add missing requires | Santiago Pastorino | 2011-05-11 | 1 | -0/+1 |
* | make sure log file is written in binary mode. fixes #497 | Aaron Patterson | 2011-05-10 | 1 | -0/+39 |
* | Lighthouse ticket # 6334; added tests to verify that spaces in key are dasher... | prakashmurthy | 2011-05-08 | 1 | -0/+10 |
* | indifferent access should recurse Hash subclasses | David Lee | 2011-05-08 | 2 | -3/+17 |
* | Rename duplicate tests. There is now one failing test that was failing befor... | Mike Gehard | 2011-05-07 | 2 | -2/+2 |
* | Revert "Merge pull request #275 from pk-amooma/master" | José Valim | 2011-05-07 | 1 | -12/+0 |
* | xml_mini_test.rb now runs. | José Valim | 2011-05-07 | 1 | -8/+0 |
* | ordinalize negative numbers patch | Jason | 2011-05-07 | 1 | -0/+30 |
* | Merge pull request #286 from jasoncodes/marshal_subsec | José Valim | 2011-05-07 | 1 | -0/+7 |
|\ |
|
| * | Fix marshal round-tripping of fractional seconds (Time#subsec). | Jason Weathered | 2011-04-17 | 1 | -0/+7 |
* | | Merge pull request #275 from pk-amooma/master | José Valim | 2011-05-07 | 1 | -0/+12 |
|\ \ |
|
| * | | test "Escapes special HTML/XML characters" do ... | Philipp Kempgen | 2011-04-26 | 1 | -0/+12 |
* | | | Merge remote branch 'rolftimmermans/desc_tracker' | José Valim | 2011-05-07 | 6 | -27/+55 |
|\ \ \ |
|
| * \ \ | Merge remote-tracking branch 'upstream/master' into desc_tracker | Rolf Timmermans | 2011-03-27 | 1 | -4/+4 |
| |\ \ \ |
|
| * | | | | Refactored AS::DescendantsTracker test cases so they can be tested without AS... | Rolf Timmermans | 2011-03-13 | 3 | -27/+52 |
| * | | | | Missing dependency in MultiByte test. | Rolf Timmermans | 2011-03-13 | 1 | -0/+1 |
| * | | | | Add missing dependency string inflection test. | Rolf Timmermans | 2011-03-13 | 1 | -0/+1 |
| * | | | | Missing dependency for duration test. | Rolf Timmermans | 2011-03-13 | 1 | -0/+1 |
* | | | | | Merge pull request #248 from bigfix/enumerable_as_json | José Valim | 2011-05-07 | 1 | -9/+24 |
|\ \ \ \ \ |
|
| * | | | | | Enumerable should pass encoding options to children in #as_json/#to_json. | John Firebaugh | 2011-04-01 | 1 | -9/+24 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge pull request #349 from bradley178/master | José Valim | 2011-05-07 | 1 | -2/+8 |
|\ \ \ \ \ |
|
| * | | | | | Fix bug with empty CDATA not being handled in Hash.from_xml | Bradley Harris | 2011-04-29 | 1 | -2/+2 |
| * | | | | | Added test for empty CDATA bug in from_xml | Bradley Harris | 2011-04-29 | 1 | -2/+8 |
* | | | | | | Move variables to underscore format, update protected instance variables list. | José Valim | 2011-05-06 | 1 | -0/+7 |
|/ / / / / |
|
* | | | | | Merged pull request #219 from panthomakos/memcache. | José Valim | 2011-04-28 | 1 | -0/+38 |
|\ \ \ \ \ |
|