Thank you to anyone who has already donated - your generous donations helped make three months of treatment possible.

My brother Nate continues to fight stage IV Hodgkin's lymphoma. He's just 31, with a wife and baby girl. They have no active income (since he's been unable to return to work), no insurance, and cannot afford the treatment he needs. Nate and his family need your help. Please consider a donation, every dollar helps. Thanks.



			
~/working $ rails rails
      create  
      create  app/controllers
      create  app/helpers
      create  app/models
      create  app/views/layouts
      create  config/environments
      create  config/initializers
      create  db
      create  doc
      create  lib
      create  lib/tasks
      create  log
      create  public/images
      create  public/javascripts
      create  public/stylesheets
      create  script/performance
      create  script/process
      create  test/fixtures
      create  test/functional
      create  test/integration
      create  test/unit
      create  vendor
      create  vendor/plugins
      create  tmp/sessions
      create  tmp/sockets
      create  tmp/cache
      create  tmp/pids
      create  Rakefile
      create  README
      create  app/controllers/application.rb
      create  app/helpers/application_helper.rb
      create  test/test_helper.rb
      create  config/database.yml
      create  config/routes.rb
      create  config/initializers/inflections.rb
      create  config/initializers/mime_types.rb
      create  config/initializers/new_rails_defaults.rb
      create  config/boot.rb
      create  config/environment.rb
      create  config/environments/production.rb
      create  config/environments/development.rb
      create  config/environments/test.rb
      create  script/about
      create  script/console
      create  script/dbconsole
      create  script/destroy
      create  script/generate
      create  script/performance/benchmarker
      create  script/performance/profiler
      create  script/performance/request
      create  script/process/reaper
      create  script/process/spawner
      create  script/process/inspector
      create  script/runner
      create  script/server
      create  script/plugin
      create  public/dispatch.rb
      create  public/dispatch.cgi
      create  public/dispatch.fcgi
      create  public/404.html
      create  public/422.html
      create  public/500.html
      create  public/index.html
      create  public/favicon.ico
      create  public/robots.txt
      create  public/images/rails.png
      create  public/javascripts/prototype.js
      create  public/javascripts/effects.js
      create  public/javascripts/dragdrop.js
      create  public/javascripts/controls.js
      create  public/javascripts/application.js
      create  doc/README_FOR_APP
      create  log/server.log
      create  log/production.log
      create  log/development.log
      create  log/test.log
~/working $ cd rails/
~/working/rails $ mate .
~/working/rails $ ss
=> Booting Mongrel (use 'script/server webrick' to force WEBrick)
=> Rails 2.1.0 application starting on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
** Starting Mongrel listening at 0.0.0.0:3000
** Starting Rails with development environment...
** Rails loaded.
** Loading any Rails specific GemPlugins
** Signals ready.  TERM => stop.  USR2 => restart.  INT => stop (no restart).
** Rails signals registered.  HUP => reload (without restart).  It might not work well.
** Mongrel 1.1.5 available at 0.0.0.0:3000
** Use CTRL-C to stop.
^C** INT signal received.
Exiting
~/working/rails $ 
~/working/rails $ script/plugin install git://github.com/rails/exception_notification.git
removing: /Users/trevorturk/Working/rails/vendor/plugins/exception_notification/.git
Initialized empty Git repository in /Users/trevorturk/Working/rails/vendor/plugins/exception_notification/.git/
remote: Counting objects: 24, done.
Compressing objects: 100% (21/21), done.:   
remote: Total 24 (delta 3), reused 0 (delta 0)
Indexing 24 objects...
 100% (24/24) done
Resolving 3 deltas...
 100% (3/3) done
~/working/rails $ cd vendor/plugins/exception_notification/test/
~/working/rails/vendor/plugins/exception_notification/test $ ruby exception_notifier_helper_test.rb 
Loaded suite exception_notifier_helper_test
Started
..E....
Finished in 0.000787 seconds.

  1) Error:
test_should_filter_env_values_for_raw_post_data_keys_if_controller_can_filter_parameters(ExceptionNotifierHelperTest):
NoMethodError: undefined method `values' for :filtered:Symbol
    ./../lib/exception_notifier_helper.rb:76:in `filter_sensitive_post_data_from_env'
    exception_notifier_helper_test.rb:46:in `test_should_filter_env_values_for_raw_post_data_keys_if_controller_can_filter_parameters'

7 tests, 7 assertions, 0 failures, 1 errors
~/working/rails/vendor/plugins/exception_notification/test $