| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed the AS core_ext/kernel/debugger breakpoint method as this method is a... | Josh Kalderimis | 2011-05-23 | 1 | -3/+43 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | indifferent access should recurse Hash subclasses | David Lee | 2011-05-08 | 1 | -3/+12 |
* | Revert "Merge pull request #275 from pk-amooma/master" | José Valim | 2011-05-07 | 1 | -12/+0 |
* | 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 | 2 | -0/+2 |
|\ \ \ |
|
| * | | | 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 |
* | | | | 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 |
* | | | | fixing Array#from to return consistent results | Jared McFarland | 2011-04-26 | 1 | -1/+1 |
* | | | | Add String#inquiry as a convenience method for turning a string into a String... | David Heinemeier Hansson | 2011-04-18 | 1 | -0/+5 |
| |_|/
|/| | |
|
* | | | Only rescue a thrown NoMethodError, don't preemptively check for #include?; a... | Jared McFarland | 2011-04-15 | 1 | -0/+4 |
| |/
|/| |
|
* | | attributes no longer disappear if a tag contains whitespace | Andre Arko | 2011-04-14 | 1 | -0/+9 |
* | | Remove `#among?` from Active Support | Prem Sichanugrist | 2011-04-13 | 1 | -6/+0 |
* | | Update test name to the corresponding method name | Sebastian Martinez | 2011-04-12 | 1 | -1/+1 |
* | | Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg... | David Heinemeier Hansson | 2011-04-12 | 1 | -3/+3 |
* | | Add support for Object#in? and Object#either? in Active Support [#6321 state:... | Prem Sichanugrist, Brian Morearty, John Reitano | 2011-04-11 | 1 | -0/+52 |
* | | added find_zone and find_zone! to AS timezones and changed the AS Railtie to ... | Josh Kalderimis | 2011-04-05 | 1 | -0/+18 |
* | | Raise on invalid timezone | Marc-Andre Lafortune | 2011-04-05 | 1 | -5/+26 |
|/ |
|
* | removing stubs. 1.9.3 implements Date.today in C so mocking the return value ... | Aaron Patterson | 2011-03-07 | 1 | -9/+4 |
* | reverted tests deleted by 080345baca1076a9788d, refactored implementations sh... | Diego Carrion | 2011-03-04 | 1 | -3/+13 |
* | updated Time, Date and DateTime current methods in AS to use Time.zone and no... | Josh Kalderimis | 2011-02-28 | 5 | -37/+38 |
* | added Range#count? for Ruby 1.8 | Diego Carrion | 2011-02-19 | 1 | -0/+12 |
* | Remove unused line in test setup. | Ben Orenstein | 2011-02-17 | 1 | -1/+0 |
* | Remove unused code. | Ben Orenstein | 2011-02-16 | 1 | -3/+0 |
* | Add Date#rfc3339 and Date#iso8601 to AS | Santiago Pastorino | 2011-02-13 | 1 | -0/+10 |
* | Removed Array#safe_join in AS core_ext and moved it to a view helper with the... | Josh Kalderimis | 2011-02-10 | 1 | -44/+0 |
* | Revert "Removed Array#safe_join in AS core_ext and moved it to a view helper ... | José Valim | 2011-02-10 | 1 | -0/+44 |
* | Removed Array#safe_join in AS core_ext and moved it to a view helper with the... | Josh Kalderimis | 2011-02-10 | 1 | -44/+0 |
* | Corrected the html_safe implementation for Array. Moved the html safe version... | Josh Kalderimis | 2011-02-10 | 1 | -13/+13 |
* | Initial html_safe implemention for Array | Paul Hieromnimon | 2011-02-10 | 1 | -0/+44 |
* | Ruby 1.8.7+ provides to_date/to_datetime, AS just makes them public. | John Firebaugh | 2011-02-03 | 1 | -13/+3 |
* | Preserve fractional seconds in DateTime#to_time | John Firebaugh | 2011-02-03 | 1 | -0/+2 |
* | prefering psych as the yaml parser if possible, fixing assertions for YAML 1.... | Aaron Patterson | 2011-01-21 | 1 | -2/+2 |
* | fixing psych support in big decimal, fixing tests to support YAML 1.1 | Aaron Patterson | 2011-01-21 | 1 | -4/+4 |
* | Fixed various isolated test missing requires within AS. | Josh Kalderimis | 2011-01-12 | 2 | -2/+5 |
* | adding to_d to BigDecimal | Aaron Patterson | 2011-01-10 | 1 | -1/+6 |
* | make our yaml output consistent | Aaron Patterson | 2011-01-04 | 1 | -1/+1 |
* | Fix Duration#to_json | Pratik Naik | 2010-12-29 | 1 | -0/+5 |