| Commit message (Expand) | Author | Age | Files | Lines |
* | Added tests for whiny nil #1476 [court3nay/marcel] | David Heinemeier Hansson | 2005-06-25 | 2 | -23/+20 |
* | Increased accuracy of 1.year by accounting for leap years. The time extensio... | Jeremy Kemper | 2005-06-24 | 3 | -3/+5 |
* | Improved performance of Routes generation by a factor of 5 #1434 [Nicholas Se... | David Heinemeier Hansson | 2005-06-24 | 7 | -22/+89 |
* | Added an exception if calling id on nil to WhinyNil #584 [kevin-temp@writesoo... | David Heinemeier Hansson | 2005-06-21 | 2 | -0/+6 |
* | changelog message | David Heinemeier Hansson | 2005-06-21 | 1 | -0/+4 |
* | Added Fix/Bignum#multiple_of? which returns true on 14.multiple_of?(7) and fa... | David Heinemeier Hansson | 2005-06-21 | 3 | -1/+24 |
* | Forgot to actually add the whiny nil | David Heinemeier Hansson | 2005-06-20 | 2 | -0/+83 |
* | Revealed the man behind the mask! | David Heinemeier Hansson | 2005-06-16 | 1 | -4/+4 |
* | Fixed Time#at_beginning_of_week returned the next Monday instead of the previ... | David Heinemeier Hansson | 2005-06-16 | 3 | -1/+11 |
* | r1300@iwill: jeremy | 2005-06-13 18:31:29 -0700 | Jeremy Kemper | 2005-06-13 | 2 | -11/+7 |
* | Added Errors#add_on_blank which works like Errors#add_on_empty, but uses Obje... | David Heinemeier Hansson | 2005-05-21 | 2 | -1/+6 |
* | Slight change to allow custom date/time conversions #1326 [Rick Olson] | David Heinemeier Hansson | 2005-05-21 | 2 | -11/+13 |
* | Needed for test | David Heinemeier Hansson | 2005-05-20 | 1 | -0/+3 |
* | Fixed Dependencies so all modules are able to load missing constants #1173 [N... | David Heinemeier Hansson | 2005-05-19 | 2 | -15/+17 |
* | Fixed the Inflector to underscore strings containing numbers, so Area51Contro... | David Heinemeier Hansson | 2005-05-19 | 4 | -3/+11 |
* | Fixed that HashWithIndifferentAccess stringified all keys including symbols, ... | David Heinemeier Hansson | 2005-05-19 | 3 | -1/+9 |
* | Fixed Time#last_year to go back in time, not forward #1278 [fabien@odilat.com] | David Heinemeier Hansson | 2005-05-19 | 3 | -3/+9 |
* | Fixed the pluralization of analysis to analyses #1295 [seattle@rootimage.msu.... | David Heinemeier Hansson | 2005-05-19 | 3 | -0/+4 |
* | Push to .org instead | David Heinemeier Hansson | 2005-05-19 | 2 | -3/+5 |
* | Fixed that Time.local(2005,12).months_since(1) would raise "ArgumentError: ar... | David Heinemeier Hansson | 2005-05-19 | 2 | -1/+4 |
* | Improved the silence method on the logger to ensure restoring the old level #... | David Heinemeier Hansson | 2005-05-02 | 1 | -6/+4 |
* | Added silencing to the default Logger class | David Heinemeier Hansson | 2005-05-02 | 2 | -0/+15 |
* | Added commented out tests for staying either singular or plural on inflection | David Heinemeier Hansson | 2005-04-30 | 1 | -0/+12 |
* | Fixed documentation and prepared for release of 0.12 | David Heinemeier Hansson | 2005-04-18 | 1 | -1/+1 |
* | Fixed documentation and prepared for release of 0.12 | David Heinemeier Hansson | 2005-04-18 | 1 | -1/+1 |
* | Do document this... | David Heinemeier Hansson | 2005-04-18 | 1 | -1/+1 |
* | Tests for AS | David Heinemeier Hansson | 2005-04-10 | 1 | -0/+2 |
* | Fixed that in some circumstances controllers outside of modules may have hidd... | David Heinemeier Hansson | 2005-04-10 | 4 | -10/+47 |
* | Fixed inflection of perspectives and similar words #1045 [thijs@vandervossen.... | David Heinemeier Hansson | 2005-04-07 | 3 | -3/+8 |
* | Added Fixnum#even? and Fixnum#odd? | David Heinemeier Hansson | 2005-04-05 | 1 | -0/+5 |
* | Added Fixnum#even? and Fixnum#odd? | David Heinemeier Hansson | 2005-04-05 | 4 | -3/+39 |
* | Fixed problem with classes being required twice. Object#const_missing now use... | David Heinemeier Hansson | 2005-04-02 | 2 | -1/+6 |
* | Added install.rbs for all frameworks and made all of them generic enough not ... | David Heinemeier Hansson | 2005-04-02 | 1 | -0/+30 |
* | Made ready for the release of 0.11.1 | David Heinemeier Hansson | 2005-03-27 | 2 | -3/+4 |
* | Made ready for better release automation | David Heinemeier Hansson | 2005-03-27 | 1 | -2/+120 |
* | Fixed Inflector.pluralize to handle capitalized words #932 [bitsweat] | David Heinemeier Hansson | 2005-03-26 | 3 | -36/+43 |
* | Fixed that MissingSourceFile's wasn't properly detected in production mode #9... | David Heinemeier Hansson | 2005-03-25 | 1 | -1/+5 |
* | Improved error reporting especially around never shallowing exceptions. Debug... | David Heinemeier Hansson | 2005-03-23 | 3 | -0/+62 |
* | Improved error reporting especially around never shallowing exceptions. Debug... | David Heinemeier Hansson | 2005-03-23 | 3 | -4/+26 |
* | Fixed documentation and prepared for 0.11.0 release | David Heinemeier Hansson | 2005-03-22 | 1 | -1/+1 |
* | Updated more documentation | David Heinemeier Hansson | 2005-03-22 | 1 | -0/+14 |
* | Added pagination support through both a controller and helper add-on #817 [Sa... | David Heinemeier Hansson | 2005-03-20 | 1 | -0/+17 |
* | Prepared for 0.10.1 release | David Heinemeier Hansson | 2005-03-07 | 2 | -2/+2 |
* | Fixed tests for indifferent access | David Heinemeier Hansson | 2005-03-07 | 1 | -47/+16 |
* | Fixed Hash#indifferent_access to also deal with include? and fetch and nested... | David Heinemeier Hansson | 2005-03-07 | 3 | -1/+92 |
* | Added Object#blank? -- see http://redhanded.hobix.com/inspect/objectBlank.htm... | David Heinemeier Hansson | 2005-03-06 | 2 | -0/+12 |
* | Added inflection rules for "sh" words, like "wish" and "fish" #755 [phillip@p... | David Heinemeier Hansson | 2005-03-06 | 3 | -2/+8 |
* | Fixed rails_generator to be usable without RubyGems #686 [Cristi BALAN]. Move... | David Heinemeier Hansson | 2005-03-06 | 1 | -0/+4 |
* | Fixed an exception when using Ajax based requests from Safari because Safari ... | David Heinemeier Hansson | 2005-03-03 | 3 | -10/+26 |
* | Added String#to_time and String#to_date for wrapping ParseDate | David Heinemeier Hansson | 2005-03-02 | 4 | -0/+32 |