aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/whiny_nil.rb
Commit message (Expand)AuthorAgeFilesLines
* No need for &block here.José Valim2011-04-291-1/+1
* Report the correct value of nil.id in the exception messageAndrew White2011-03-061-1/+1
* Make many parts of Rails lazy. In order to facilitate this,wycats2010-03-071-4/+3
* whiny nil shouldn't depend on Active Record [#4092 status:resolved]windock2010-03-031-1/+1
* remove trailing whitespaceRomD2010-02-061-1/+1
* fix usage examples and more to use new invocationsRomD2010-02-061-1/+1
* This code was needed to work around http://redmine.ruby-lang.org/issues/show/...Yehuda Katz2009-12-241-4/+1
* Ruby 1.9.2: explicitly raise NoMethodError for explicit coercion attempts. Ca...Jeremy Kemper2009-12-061-1/+1
* Ruby 1.9.2: disallow explicit coercion via method_missing. Only give friendly...Jeremy Kemper2009-11-131-2/+8
* Replaced unnecessary class variable with a constant in whiny nil.Joshua Peek2008-05-041-3/+3
* Improve documentation.Pratik Naik2008-04-051-9/+27
* Improve documentation.Pratik Naik2008-03-261-0/+2
* whiny nil shouldn't depend on Active RecordJeremy Kemper2007-05-231-12/+12
* occured -> occurred. Closes #5559.Jeremy Kemper2006-07-101-1/+1
* Updated whiny nil to be more concise and useful.Nicholas Seckar2005-10-151-15/+7
* Improved the whiny nil #1600 [Nicholas Seckar]David Heinemeier Hansson2005-07-041-4/+4
* Added tests for whiny nil #1476 [court3nay/marcel]David Heinemeier Hansson2005-06-251-2/+1
* Added an exception if calling id on nil to WhinyNil #584 [kevin-temp@writesoo...David Heinemeier Hansson2005-06-211-0/+4
* Forgot to actually add the whiny nilDavid Heinemeier Hansson2005-06-201-0/+43