| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Time and DateTime#advance accept :hours, :minutes, and :seconds options. Clos... | Jeremy Kemper | 2007-10-13 | 5 | -7/+35 |
* | Don't shadow local var with block var | Jeremy Kemper | 2007-10-13 | 1 | -1/+1 |
* | Use __FILE__ and __LINE__ for BufferedLogger severity methods | Jeremy Kemper | 2007-10-13 | 1 | -2/+2 |
* | Fix Date#years_ago and #years_since from leap days. Closes #9864. | Jeremy Kemper | 2007-10-13 | 4 | -2/+8 |
* | Refactor Time and Date#months_since and #months_ago to use #advance. Closes #... | Jeremy Kemper | 2007-10-13 | 6 | -42/+22 |
* | Update versions here too | David Heinemeier Hansson | 2007-10-12 | 1 | -1/+1 |
* | Bundle xml-simple 1.0.11 | Jeremy Kemper | 2007-10-10 | 1 | -0/+1021 |
* | Update bundled xml-simple to 1.0.11 and prefer installed gems | Jeremy Kemper | 2007-10-10 | 1 | -1021/+0 |
* | Rebundle Builder 2.1.2 but prefer a newer RubyGem if available. | Jeremy Kemper | 2007-10-10 | 14 | -16/+1061 |
* | Style update for new Range extensions | Jeremy Kemper | 2007-10-09 | 5 | -32/+24 |
* | Hash is ordered in Ruby 1.9 | Jeremy Kemper | 2007-10-09 | 1 | -17/+22 |
* | * Add Range#overlaps?(range), Range#include?(range), and Range#step without a... | Michael Koziarski | 2007-10-08 | 6 | -0/+122 |
* | Documentation for assert_valid_keys. Closes #7264 [tarmo, rsanheim] | Michael Koziarski | 2007-10-08 | 1 | -0/+7 |
* | Builder unbundle message directs to Bulk updating Gem source index for: http:... | Jeremy Kemper | 2007-10-08 | 1 | -0/+7 |
* | Correct BufferedLogger#level? checks. Closes #9806. | Jeremy Kemper | 2007-10-07 | 3 | -1/+10 |
* | Reference current fast_xs URL | Jeremy Kemper | 2007-10-07 | 2 | -1/+2 |
* | String#to_xs uses the fast_xs extension if available for Builder speedup. | Jeremy Kemper | 2007-10-07 | 9 | -10/+30 |
* | Introduce BasicObject as Builder::BlankSlate for Ruby 1.9 forward compatibility. | Jeremy Kemper | 2007-10-07 | 4 | -3/+11 |
* | Unbundle Builder in favor of a gem dependency. | Jeremy Kemper | 2007-10-07 | 8 | -724/+5 |
* | Disambiguate Time, Date, and DateTime#to_json formatting. Closes #9750. | Jeremy Kemper | 2007-10-05 | 5 | -6/+8 |
* | Bump versions for 1.2.4 release. | Jeremy Kemper | 2007-10-05 | 1 | -1/+1 |
* | Disabling auto_flushing still flushes when the buffer hits a maximum size, as... | Jeremy Kemper | 2007-10-04 | 3 | -12/+24 |
* | Hash#to_json takes :only or :except options to specific or omit certain hash ... | Jeremy Kemper | 2007-10-04 | 16 | -25/+52 |
* | Explicitly convert the buffer array to a string before writing to head off co... | Jeremy Kemper | 2007-10-03 | 1 | -1/+1 |
* | Some platforms include colon in timezone offset, some don't. References #9744. | Jeremy Kemper | 2007-10-03 | 2 | -6/+6 |
* | BufferedLogger#auto_flushing = N flushes the log every N messages. Buffers wi... | Jeremy Kemper | 2007-10-03 | 3 | -14/+65 |
* | Ruby 1.9 compat, consistent load paths | Jeremy Kemper | 2007-10-02 | 25 | -64/+70 |
* | Fixed Date#xmlschema for dates outside the range of what can be created with ... | David Heinemeier Hansson | 2007-10-01 | 4 | -2/+32 |
* | Fixed that La Paz was included in -25200 and -14400 offsets when it should on... | David Heinemeier Hansson | 2007-09-30 | 2 | -2/+4 |
* | Fixed JSON encoding to use quoted keys according to the JSON standard (closes... | David Heinemeier Hansson | 2007-09-30 | 5 | -44/+8 |
* | Ruby 1.9 compat for hash_ext_test | Jeremy Kemper | 2007-09-29 | 1 | -1/+1 |
* | Updated CHANGELOGs. They need to be filtered for duplicates | David Heinemeier Hansson | 2007-09-29 | 1 | -7/+18 |
* | Mark Test::Unit#assert_difference incompatibility with Ruby 2 due to Proc#bin... | Jeremy Kemper | 2007-09-29 | 2 | -33/+37 |
* | Test::Unit#assert_difference Ruby 1.9 compat | Jeremy Kemper | 2007-09-29 | 1 | -2/+2 |
* | JSON decoding Ruby 1.9 compat. Mark a section that's unnecessarily slow. | Jeremy Kemper | 2007-09-29 | 1 | -5/+6 |
* | Fixed spelling errors (closes #9706) [tarmo/rmm5t] | David Heinemeier Hansson | 2007-09-28 | 11 | -12/+12 |
* | BufferedLogger#add converts the message to a string. Closes #9724. | Jeremy Kemper | 2007-09-28 | 3 | -2/+15 |
* | Dependencies Ruby 1.9 compat | Jeremy Kemper | 2007-09-27 | 2 | -42/+40 |
* | send -> send! for some private methods | Jeremy Kemper | 2007-09-27 | 2 | -7/+7 |
* | Alias Object#send to send! for Ruby 1.9 forward compatibility. | Jeremy Kemper | 2007-09-27 | 3 | -0/+12 |
* | Convert the Ruby 1.9 enumerator to an array | Jeremy Kemper | 2007-09-27 | 1 | -1/+1 |
* | Mark String#each_char test failing with Ruby 1.9 | Jeremy Kemper | 2007-09-27 | 1 | -0/+1 |
* | Extract InflectorTestCases so both inflector and string inflections tests can... | Jeremy Kemper | 2007-09-27 | 4 | -217/+225 |
* | Object#copy_instance_variables_from Ruby 1.9 compat | Jeremy Kemper | 2007-09-27 | 4 | -22/+23 |
* | Mark another Duration test failing with Ruby 1.9 | Jeremy Kemper | 2007-09-27 | 1 | -0/+1 |
* | Prefer class_eval with block to many sends for Ruby 1.9 compat | Jeremy Kemper | 2007-09-27 | 1 | -53/+72 |
* | Hax to workaround private send for Ruby 1.9. Consider moving to send! and ali... | Jeremy Kemper | 2007-09-27 | 1 | -7/+7 |
* | Use instance_variable_defined? instead of instance_variables.include? to acco... | Jeremy Kemper | 2007-09-27 | 2 | -11/+11 |
* | Backport Object#instance_variable_defined? for Ruby < 1.8.6. | Jeremy Kemper | 2007-09-27 | 3 | -0/+17 |
* | Mark Duration test failing with Ruby 1.9 | Jeremy Kemper | 2007-09-27 | 1 | -2/+3 |