aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/blank.rb
Commit message (Expand)AuthorAgeFilesLines
* Document Object#blank?. Closes #6491.Jeremy Kemper2007-05-201-4/+10
* Refactor ActiveSupport::JSON to be less obtuse. Add support for JSON decodin...Sam Stephenson2007-03-181-2/+2
* Added reusable reloading support through the inclusion of the Relodable modul...David Heinemeier Hansson2006-01-291-2/+14
* Restore the fast Numeric#blank? Closes #2714.Jeremy Kemper2005-11-031-0/+6
* Changed 0.blank? to false rather than true since it violates everyone's expec...Jeremy Kemper2005-11-021-4/+0
* Dont include unnecessary active support classes in docsDavid Heinemeier Hansson2005-10-161-7/+7
* Added native, faster implementations of .blank? for the core types #2286 [skae]David Heinemeier Hansson2005-09-241-0/+36