Main Contents

Rails warning: already initialized constant WFKV_

October 6, 2011

Rails suddenly kept spitting out this warning everytime I tried to do rake, or rspec or whatever: marinara:sample_app fadhil$ bundle exec rspec spec//Users/fadhil/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.3.4/lib/rack/backports/uri/common_192.rb:53: warning: already initialized constant WFKV_ The problem has something to do with rack v 1.3.4, so if you really must get rid of this warning (some OCD types might get extremely annoyed [...]

Filed under: Programming and Development | Comments (6)

Disabling email notification in Drupal 7

July 27, 2011

Drupal is stupid sometimes. You have to do weird magic that nobody really explains to you. In order to disable that annoying PHP Mail error message that pops up when you’re running a localhost installation of Drupal7 (this happens because you probably don’t have a Mail Server), you need to change some settings in “Configuration->People->Registration [...]

Filed under: Programming and Development | Comments (0)