Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rails server crashes when trying to send mail from development environment #5115

Closed
DVG opened this issue Feb 21, 2012 · 5 comments
Closed

Comments

@DVG
Copy link

DVG commented Feb 21, 2012

I've got a simple Mailer set up to notify the admin when a new record is created. When trying to test this, the rails server goes down.

Config file:

config.action_mailer.default_url_options = { :host => 'localhost:3000' }
config.action_mailer.delivery_method = :smtp
config.action_mailer.smtp_settings = {
  :address              => "smtp.gmail.com",
  :domain               => 'gmail.com',
  :port                 => 587,
  :user_name            => 'user@gmail.com',
  :password             => 'secret',
  :authentication       => 'plain',
  :enable_starttls_auto => true  }
config.action_mailer.perform_deliveries = true
config.action_mailer.raise_delivery_errors = true

Console output:

/Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/net/smtp.rb:583: [BUG] Segmentation fault
ruby 1.9.3p0 (2011-10-30 revision 33570) [x86_64-darwin11.1.0]

-- Control frame information -----------------------------------------------
c:0088 p:---- s:0488 b:0488 l:000487 d:000487 CFUNC  :connect
c:0087 p:0059 s:0485 b:0485 l:000484 d:000484 METHOD /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/net/smtp.rb:583
c:0086 p:0255 s:0480 b:0479 l:001040 d:001040 METHOD /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/net/smtp.rb:560
c:0085 p:0047 s:0471 b:0471 l:000470 d:000470 METHOD /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/net/smtp.rb:519
c:0084 p:0496 s:0464 b:0464 l:000463 d:000463 METHOD /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/mail-2.3.0/lib/mail/network/delivery_methods/smtp.rb:128
c:0083 p:0031 s:0453 b:0453 l:000452 d:000452 METHOD /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/mail-2.3.0/lib/mail/message.rb:1989
c:0082 p:0009 s:0449 b:0449 l:000425 d:000448 BLOCK  /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/mail-2.3.0/lib/mail/message.rb:230
c:0081 p:0021 s:0447 b:0447 l:000429 d:000446 BLOCK  /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionmailer-3.1.3/lib/action_mailer/base.rb:432
c:0080 p:0017 s:0444 b:0444 l:000434 d:000443 BLOCK  /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/notifications.rb:53
c:0079 p:0032 s:0442 b:0442 l:000441 d:000441 METHOD /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/notifications/instrumenter.rb:21
c:0078 p:0036 s:0435 b:0435 l:000434 d:000434 METHOD /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/notifications.rb:53
c:0077 p:0021 s:0430 b:0430 l:000429 d:000429 METHOD /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionmailer-3.1.3/lib/action_mailer/base.rb:430
c:0076 p:0039 s:0426 b:0426 l:000425 d:000425 METHOD /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/mail-2.3.0/lib/mail/message.rb:230
c:0075 p:0037 s:0423 b:0423 l:000d38 d:000422 BLOCK  /Users/templeb3/Dropbox/Projects/bradley_christina/app/controllers/rsvps_controller.rb:52
c:0074 p:---- s:0420 b:0420 l:000419 d:000419 FINISH
c:0073 p:---- s:0418 b:0418 l:000417 d:000417 CFUNC  :call
c:0072 p:0068 s:0414 b:0414 l:0016e8 d:0016e8 METHOD /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/action_controller/metal/mime_responds.rb:269
c:0071 p:0053 s:0407 b:0407 l:000406 d:000406 METHOD /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/action_controller/metal/mime_responds.rb:194
c:0070 p:0040 s:0401 b:0401 l:000d38 d:000d38 METHOD /Users/templeb3/Dropbox/Projects/bradley_christina/app/controllers/rsvps_controller.rb:50
c:0069 p:0014 s:0398 b:0398 l:000397 d:000397 METHOD /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/action_controller/metal/implicit_render.rb:4
c:0068 p:0015 s:0392 b:0392 l:000391 d:000391 METHOD /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/abstract_controller/base.rb:167
c:0067 p:0041 s:0387 b:0387 l:000386 d:000386 METHOD /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/action_controller/metal/rendering.rb:10
c:0066 p:0010 s:0383 b:0383 l:000260 d:000382 BLOCK  /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/abstract_controller/callbacks.rb:18
c:0065 p:0066 s:0381 b:0381 l:000380 d:000380 METHOD /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/callbacks.rb:416
c:0064 p:0113 s:0375 b:0375 l:000374 d:000374 METHOD /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/callbacks.rb:386
c:0063 p:0024 s:0366 b:0366 l:000365 d:000365 METHOD /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/callbacks.rb:81
c:0062 p:0020 s:0360 b:0360 l:000260 d:000260 METHOD /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/abstract_controller/callbacks.rb:17
c:0061 p:0012 s:0356 b:0356 l:000355 d:000355 METHOD /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/action_controller/metal/rescue.rb:17
c:0060 p:0010 s:0351 b:0351 l:000332 d:000350 BLOCK  /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/action_controller/metal/instrumentation.rb:30
c:0059 p:0017 s:0347 b:0347 l:000337 d:000346 BLOCK  /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/notifications.rb:53
c:0058 p:0032 s:0345 b:0345 l:000344 d:000344 METHOD /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/notifications/instrumenter.rb:21
c:0057 p:0036 s:0338 b:0338 l:000337 d:000337 METHOD /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/notifications.rb:53
c:0056 p:0152 s:0333 b:0333 l:000332 d:000332 METHOD /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/action_controller/metal/instrumentation.rb:29
c:0055 p:0143 s:0328 b:0328 l:000327 d:000327 METHOD /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/action_controller/metal/params_wrapper.rb:201
c:0054 p:0032 s:0322 b:0322 l:000321 d:000321 METHOD /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activerecord-3.1.3/lib/active_record/railties/controller_runtime.rb:18
c:0053 p:0093 s:0317 b:0317 l:000316 d:000316 METHOD /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/abstract_controller/base.rb:121
c:0052 p:0084 s:0311 b:0311 l:000310 d:000310 METHOD /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/abstract_controller/rendering.rb:45
c:0051 p:0048 s:0306 b:0306 l:000305 d:000305 METHOD /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/action_controller/metal.rb:193
c:0050 p:0086 s:0301 b:0301 l:000300 d:000300 METHOD /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/action_controller/metal/rack_delegation.rb:14
c:0049 p:0030 s:0295 b:0295 l:000518 d:000294 BLOCK  /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/action_controller/metal.rb:236
c:0048 p:---- s:0292 b:0292 l:000291 d:000291 FINISH
c:0047 p:---- s:0290 b:0290 l:000289 d:000289 CFUNC  :call
c:0046 p:0022 s:0286 b:0286 l:000285 d:000285 METHOD /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/action_dispatch/routing/route_set.rb:65
c:0045 p:0094 s:0280 b:0280 l:000279 d:000279 METHOD /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/action_dispatch/routing/route_set.rb:29
c:0044 p:0127 s:0274 b:0274 l:000245 d:000273 BLOCK  /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/rack-mount-0.8.3/lib/rack/mount/route_set.rb:152
c:0043 p:0014 s:0267 b:0267 l:000251 d:000266 BLOCK  /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/rack-mount-0.8.3/lib/rack/mount/code_generation.rb:96
c:0042 p:0287 s:0262 b:0262 l:000261 d:000261 METHOD /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/rack-mount-0.8.3/lib/rack/mount/code_generation.rb:75
c:0041 p:0137 s:0252 b:0252 l:000251 d:000251 METHOD /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/rack-mount-0.8.3/lib/rack/mount/code_generation.rb:95
c:0040 p:0092 s:0246 b:0246 l:000245 d:000245 METHOD /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/rack-mount-0.8.3/lib/rack/mount/route_set.rb:141
c:0039 p:0025 s:0240 b:0240 l:000239 d:000239 METHOD /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/action_dispatch/routing/route_set.rb:532
c:0038 p:0014 s:0236 b:0236 l:000227 d:000235 BLOCK  /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/warden-1.1.1/lib/warden/manager.rb:35
c:0037 p:---- s:0234 b:0234 l:000233 d:000233 FINISH
c:0036 p:---- s:0232 b:0232 l:000231 d:000231 CFUNC  :catch
c:0035 p:0086 s:0228 b:0228 l:000227 d:000227 METHOD /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/warden-1.1.1/lib/warden/manager.rb:34
c:0034 p:0015 s:0223 b:0223 l:000222 d:000222 METHOD /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/action_dispatch/middleware/best_standards_support.rb:17
c:0033 p:0015 s:0216 b:0216 l:000215 d:000215 METHOD /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/rack-1.3.6/lib/rack/etag.rb:23
c:0032 p:0052 s:0208 b:0208 l:000207 d:000207 METHOD /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/rack-1.3.6/lib/rack/conditionalget.rb:35
c:0031 p:0093 s:0201 b:0201 l:000200 d:000200 METHOD /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/action_dispatch/middleware/head.rb:14
c:0030 p:0046 s:0194 b:0194 l:000193 d:000193 METHOD /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/action_dispatch/middleware/params_parser.rb:21
c:0029 p:0054 s:0189 b:0189 l:000188 d:000188 METHOD /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/action_dispatch/middleware/flash.rb:247
c:0028 p:0031 s:0181 b:0181 l:000180 d:000180 METHOD /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/rack-1.3.6/lib/rack/session/abstract/id.rb:195
c:0027 p:0013 s:0173 b:0173 l:000172 d:000172 METHOD /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/rack-1.3.6/lib/rack/session/abstract/id.rb:190
c:0026 p:0020 s:0169 b:0169 l:000168 d:000168 METHOD /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/action_dispatch/middleware/cookies.rb:331
c:0025 p:0064 s:0161 b:0161 l:000160 d:000160 METHOD /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activerecord-3.1.3/lib/active_record/query_cache.rb:64
c:0024 p:0029 s:0152 b:0152 l:000151 d:000151 METHOD /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activerecord-3.1.3/lib/active_record/connection_adapters/abstract/connection_pool.
c:0023 p:0014 s:0144 b:0144 l:0006c0 d:000143 BLOCK  /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/action_dispatch/middleware/callbacks.rb:29
c:0022 p:0155 s:0142 b:0142 l:000141 d:000141 METHOD /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/callbacks.rb:392
c:0021 p:0024 s:0132 b:0132 l:000131 d:000131 METHOD /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/callbacks.rb:81
c:0020 p:0013 s:0126 b:0126 l:0006c0 d:0006c0 METHOD /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/action_dispatch/middleware/callbacks.rb:28
c:0019 p:0027 s:0122 b:0122 l:000121 d:000121 METHOD /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/action_dispatch/middleware/reloader.rb:68
c:0018 p:0015 s:0117 b:0117 l:000116 d:000116 METHOD /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/rack-1.3.6/lib/rack/sendfile.rb:101
c:0017 p:0049 s:0107 b:0107 l:000106 d:000106 METHOD /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/action_dispatch/middleware/remote_ip.rb:48
c:0016 p:0017 s:0103 b:0103 l:000102 d:000102 METHOD /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/action_dispatch/middleware/show_exceptions.rb:47
c:0015 p:0027 s:0095 b:0095 l:000094 d:000094 METHOD /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/railties-3.1.3/lib/rails/rack/logger.rb:13
c:0014 p:0155 s:0091 b:0091 l:000090 d:000090 METHOD /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/rack-1.3.6/lib/rack/methodoverride.rb:24
c:0013 p:0032 s:0085 b:0085 l:000084 d:000084 METHOD /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/rack-1.3.6/lib/rack/runtime.rb:17
c:0012 p:0057 s:0076 b:0076 l:000075 d:000075 METHOD /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/cache/strategy/local_cache.rb:72
c:0011 p:0068 s:0072 b:0072 l:000071 d:000071 METHOD /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/rack-1.3.6/lib/rack/lock.rb:15
c:0010 p:0124 s:0066 b:0066 l:000065 d:000065 METHOD /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/action_dispatch/middleware/static.rb:53
c:0009 p:0032 s:0060 b:0060 l:000059 d:000059 METHOD /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/railties-3.1.3/lib/rails/engine.rb:456
c:0008 p:0015 s:0056 b:0056 l:000055 d:000055 METHOD /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/rack-1.3.6/lib/rack/content_length.rb:14
c:0007 p:0015 s:0047 b:0047 l:000046 d:000046 METHOD /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/railties-3.1.3/lib/rails/rack/log_tailer.rb:14
c:0006 p:0356 s:0042 b:0042 l:000041 d:000041 METHOD /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/rack-1.3.6/lib/rack/handler/webrick.rb:59
c:0005 p:0257 s:0030 b:0030 l:000029 d:000029 METHOD /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138
c:0004 p:0393 s:0020 b:0020 l:000019 d:000019 METHOD /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94
c:0003 p:0126 s:0009 b:0009 l:002568 d:000008 BLOCK  /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191
c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH
c:0001 p:---- s:0002 b:0002 l:000001 d:000001 TOP   

-- Ruby level backtrace information ----------------------------------------
/Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
/Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
/Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/rack-1.3.6/lib/rack/handler/webrick.rb:59:in `service'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/railties-3.1.3/lib/rails/rack/log_tailer.rb:14:in `call'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/rack-1.3.6/lib/rack/content_length.rb:14:in `call'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/railties-3.1.3/lib/rails/engine.rb:456:in `call'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/action_dispatch/middleware/static.rb:53:in `call'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/rack-1.3.6/lib/rack/lock.rb:15:in `call'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/rack-1.3.6/lib/rack/runtime.rb:17:in `call'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/rack-1.3.6/lib/rack/methodoverride.rb:24:in `call'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/railties-3.1.3/lib/rails/rack/logger.rb:13:in `call'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/action_dispatch/middleware/show_exceptions.rb:47:in `call'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/action_dispatch/middleware/remote_ip.rb:48:in `call'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/rack-1.3.6/lib/rack/sendfile.rb:101:in `call'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/action_dispatch/middleware/reloader.rb:68:in `call'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/action_dispatch/middleware/callbacks.rb:28:in `call'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/callbacks.rb:81:in `run_callbacks'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/callbacks.rb:392:in `_run_call_callbacks'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activerecord-3.1.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:477:in `call'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activerecord-3.1.3/lib/active_record/query_cache.rb:64:in `call'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/action_dispatch/middleware/cookies.rb:331:in `call'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/rack-1.3.6/lib/rack/session/abstract/id.rb:190:in `call'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/rack-1.3.6/lib/rack/session/abstract/id.rb:195:in `context'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/action_dispatch/middleware/flash.rb:247:in `call'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/action_dispatch/middleware/params_parser.rb:21:in `call'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/action_dispatch/middleware/head.rb:14:in `call'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/rack-1.3.6/lib/rack/conditionalget.rb:35:in `call'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/rack-1.3.6/lib/rack/etag.rb:23:in `call'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/warden-1.1.1/lib/warden/manager.rb:34:in `call'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/warden-1.1.1/lib/warden/manager.rb:34:in `catch'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/warden-1.1.1/lib/warden/manager.rb:35:in `block in call'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/action_dispatch/routing/route_set.rb:532:in `call'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/rack-mount-0.8.3/lib/rack/mount/route_set.rb:141:in `call'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/rack-mount-0.8.3/lib/rack/mount/code_generation.rb:95:in `recognize'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/rack-mount-0.8.3/lib/rack/mount/code_generation.rb:75:in `optimized_each'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/rack-mount-0.8.3/lib/rack/mount/code_generation.rb:96:in `block in recognize'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/rack-mount-0.8.3/lib/rack/mount/route_set.rb:152:in `block in call'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/action_dispatch/routing/route_set.rb:29:in `call'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/action_dispatch/routing/route_set.rb:65:in `dispatch'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/action_dispatch/routing/route_set.rb:65:in `call'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/action_controller/metal.rb:236:in `block in action'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/action_controller/metal.rb:193:in `dispatch'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/abstract_controller/rendering.rb:45:in `process'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/abstract_controller/base.rb:121:in `process'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activerecord-3.1.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/action_controller/metal/params_wrapper.rb:201:in `process_action'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/action_controller/metal/instrumentation.rb:29:in `process_action'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/notifications.rb:53:in `instrument'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/notifications.rb:53:in `block in instrument'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/action_controller/metal/rescue.rb:17:in `process_action'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/abstract_controller/callbacks.rb:17:in `process_action'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/callbacks.rb:81:in `run_callbacks'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/callbacks.rb:386:in `_run_process_action_callbacks'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/callbacks.rb:416:in `_run__4462988016007409154__process_action__2221869348834796503__callbacks'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/action_controller/metal/rendering.rb:10:in `process_action'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/abstract_controller/base.rb:167:in `process_action'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/action_controller/metal/implicit_render.rb:4:in `send_action'
/Users/templeb3/Dropbox/Projects/bradley_christina/app/controllers/rsvps_controller.rb:50:in `create'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/action_controller/metal/mime_responds.rb:194:in `respond_to'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/action_controller/metal/mime_responds.rb:269:in `retrieve_response_from_mimes'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/action_controller/metal/mime_responds.rb:269:in `call'
/Users/templeb3/Dropbox/Projects/bradley_christina/app/controllers/rsvps_controller.rb:52:in `block in create'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/mail-2.3.0/lib/mail/message.rb:230:in `deliver'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionmailer-3.1.3/lib/action_mailer/base.rb:430:in `deliver_mail'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/notifications.rb:53:in `instrument'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/notifications.rb:53:in `block in instrument'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionmailer-3.1.3/lib/action_mailer/base.rb:432:in `block in deliver_mail'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/mail-2.3.0/lib/mail/message.rb:230:in `block in deliver'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/mail-2.3.0/lib/mail/message.rb:1989:in `do_delivery'
/Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/mail-2.3.0/lib/mail/network/delivery_methods/smtp.rb:128:in `deliver!'
/Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/net/smtp.rb:519:in `start'
/Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/net/smtp.rb:560:in `do_start'
/Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/net/smtp.rb:583:in `tlsconnect'
/Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/net/smtp.rb:583:in `connect'

-- C level backtrace information -------------------------------------------

   See Crash Report log file under ~/Library/Logs/CrashReporter or
   /Library/Logs/CrashReporter, for the more detail of.

-- Other runtime information -----------------------------------------------

* Loaded script: script/rails

* Loaded features:

    0 enumerator.so
    1 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/x86_64-darwin11.1.0/enc/encdb.bundle
    2 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/x86_64-darwin11.1.0/enc/trans/transdb.bundle
    3 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/defaults.rb
    4 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/x86_64-darwin11.1.0/rbconfig.rb
    5 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/deprecate.rb
    6 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/exceptions.rb
    7 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb
    8 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems.rb
    9 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/version.rb
   10 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/requirement.rb
   11 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/platform.rb
   12 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/specification.rb
   13 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/path_support.rb
   14 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/dependency.rb
   15 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/x86_64-darwin11.1.0/pathname.bundle
   16 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/pathname.rb
   17 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/x86_64-darwin11.1.0/etc.bundle
   18 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/config_file.rb
   19 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/x86_64-darwin11.1.0/psych.bundle
   20 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/x86_64-darwin11.1.0/stringio.bundle
   21 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/psych/nodes/node.rb
   22 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/psych/nodes/stream.rb
   23 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/psych/nodes/document.rb
   24 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/psych/nodes/sequence.rb
   25 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/psych/nodes/scalar.rb
   26 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/psych/nodes/mapping.rb
   27 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/psych/nodes/alias.rb
   28 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/psych/nodes.rb
   29 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/psych/streaming.rb
   30 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/psych/visitors/visitor.rb
   31 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/x86_64-darwin11.1.0/strscan.bundle
   32 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/psych/scalar_scanner.rb
   33 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/psych/visitors/to_ruby.rb
   34 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/psych/visitors/emitter.rb
   35 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/psych/visitors/yaml_tree.rb
   36 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/psych/json/ruby_events.rb
   37 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/psych/visitors/json_tree.rb
   38 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/psych/visitors/depth_first.rb
   39 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/psych/visitors.rb
   40 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/psych/handler.rb
   41 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/psych/tree_builder.rb
   42 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/psych/parser.rb
   43 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/psych/omap.rb
   44 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/psych/set.rb
   45 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/psych/coder.rb
   46 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/psych/core_ext.rb
   47 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/x86_64-darwin11.1.0/date_core.bundle
   48 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/date/format.rb
   49 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/date.rb
   50 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/psych/deprecated.rb
   51 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/psych/json.rb
   52 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/psych.rb
   53 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/yaml.rb
   54 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0@global/gems/bundler-1.0.21/lib/bundler/rubygems_integration.rb
   55 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0@global/gems/bundler-1.0.21/lib/bundler/shared_helpers.rb
   56 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/fileutils.rb
   57 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0@global/gems/bundler-1.0.21/lib/bundler/rubygems_ext.rb
   58 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0@global/gems/bundler-1.0.21/lib/bundler/version.rb
   59 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0@global/gems/bundler-1.0.21/lib/bundler.rb
   60 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/x86_64-darwin11.1.0/digest.bundle
   61 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/digest.rb
   62 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/x86_64-darwin11.1.0/digest/sha1.bundle
   63 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0@global/gems/bundler-1.0.21/lib/bundler/environment.rb
   64 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0@global/gems/bundler-1.0.21/lib/bundler/runtime.rb
   65 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0@global/gems/bundler-1.0.21/lib/bundler/settings.rb
   66 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0@global/gems/bundler-1.0.21/lib/bundler/definition.rb
   67 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0@global/gems/bundler-1.0.21/lib/bundler/dependency.rb
   68 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0@global/gems/bundler-1.0.21/lib/bundler/dsl.rb
   69 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/uri/common.rb
   70 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/uri/generic.rb
   71 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/uri/ftp.rb
   72 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/uri/http.rb
   73 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/uri/https.rb
   74 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/uri/ldap.rb
   75 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/uri/ldaps.rb
   76 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/uri/mailto.rb
   77 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/uri.rb
   78 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/user_interaction.rb
   79 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/package/f_sync_dir.rb
   80 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/package/tar_header.rb
   81 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/x86_64-darwin11.1.0/enc/iso_8859_1.bundle
   82 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/x86_64-darwin11.1.0/zlib.bundle
   83 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/package/tar_input.rb
   84 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/package/tar_output.rb
   85 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/package/tar_reader/entry.rb
   86 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/package/tar_reader.rb
   87 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/package/tar_writer.rb
   88 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/package.rb
   89 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/format.rb
   90 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/ext/builder.rb
   91 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/ext/configure_builder.rb
   92 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/optparse.rb
   93 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/command.rb
   94 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/ext/ext_conf_builder.rb
   95 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/ext/rake_builder.rb
   96 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/ext.rb
   97 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/require_paths_builder.rb
   98 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/installer.rb
   99 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/remote_fetcher.rb
  100 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/errors.rb
  101 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/text.rb
  102 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/spec_fetcher.rb
  103 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/open3.rb
  104 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0@global/gems/bundler-1.0.21/lib/bundler/gem_installer.rb
  105 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0@global/gems/bundler-1.0.21/lib/bundler/source.rb
  106 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0@global/gems/bundler-1.0.21/lib/bundler/lockfile_parser.rb
  107 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0@global/gems/bundler-1.0.21/lib/bundler/lazy_specification.rb
  108 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/tsort.rb
  109 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/forwardable.rb
  110 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0@global/gems/bundler-1.0.21/lib/bundler/spec_set.rb
  111 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/set.rb
  112 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0@global/gems/bundler-1.0.21/lib/bundler/resolver.rb
  113 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0@global/gems/bundler-1.0.21/lib/bundler/index.rb
  114 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0@global/gems/bundler-1.0.21/lib/bundler/remote_specification.rb
  115 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/source_index.rb
  116 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0@global/gems/bundler-1.0.21/lib/bundler/setup.rb
  117 /Users/templeb3/Dropbox/Projects/bradley_christina/config/boot.rb
  118 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/core_ext/object/inclusion.rb
  119 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/x86_64-darwin11.1.0/openssl.bundle
  120 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/openssl/bn.rb
  121 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/openssl/cipher.rb
  122 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/openssl/config.rb
  123 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/openssl/digest.rb
  124 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/openssl/buffering.rb
  125 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/x86_64-darwin11.1.0/fcntl.bundle
  126 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/openssl/ssl-internal.rb
  127 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/openssl/x509-internal.rb
  128 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/openssl.rb
  129 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/securerandom.rb
  130 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/inflector/methods.rb
  131 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/lazy_load_hooks.rb
  132 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/dependencies/autoload.rb
  133 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/version.rb
  134 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support.rb
  135 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/action_pack/version.rb
  136 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/action_pack.rb
  137 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activemodel-3.1.3/lib/active_model/version.rb
  138 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/i18n-0.6.0/lib/i18n/version.rb
  139 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/i18n-0.6.0/lib/i18n/exceptions.rb
  140 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/i18n-0.6.0/lib/i18n/interpolate/ruby.rb
  141 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/i18n-0.6.0/lib/i18n.rb
  142 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/i18n-0.6.0/lib/i18n/config.rb
  143 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/i18n.rb
  144 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activemodel-3.1.3/lib/active_model.rb
  145 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/rack-1.3.6/lib/rack.rb
  146 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/action_dispatch.rb
  147 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/rack-1.3.6/lib/rack/server.rb
  148 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/railties-3.1.3/lib/rails/commands/server.rb
  149 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/railties-3.1.3/lib/rails/ruby_version_check.rb
  150 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/core_ext/kernel/reporting.rb
  151 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/core_ext/array/extract_options.rb
  152 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/core_ext/class/attribute_accessors.rb
  153 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/thread.rb
  154 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/monitor.rb
  155 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/logger.rb
  156 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/core_ext/logger.rb
  157 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/core_ext/hash/reverse_merge.rb
  158 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/file_update_checker.rb
  159 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/railties-3.1.3/lib/rails/initializable.rb
  160 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/notifications/fanout.rb
  161 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/notifications.rb
  162 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/core_ext/array/wrap.rb
  163 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/deprecation/behaviors.rb
  164 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/deprecation/reporting.rb
  165 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/core_ext/module/deprecation.rb
  166 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/core_ext/module/aliasing.rb
  167 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/deprecation/method_wrappers.rb
  168 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/deprecation/proxy_wrappers.rb
  169 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/deprecation.rb
  170 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/ordered_hash.rb
  171 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/ordered_options.rb
  172 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/core_ext/hash/deep_dup.rb
  173 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/railties-3.1.3/lib/rails/paths.rb
  174 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/railties-3.1.3/lib/rails/rack.rb
  175 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/railties-3.1.3/lib/rails/configuration.rb
  176 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/inflector/inflections.rb
  177 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/core_ext/module/attribute_accessors.rb
  178 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/multibyte/utils.rb
  179 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/multibyte.rb
  180 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/core_ext/string/multibyte.rb
  181 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/inflector/transliterate.rb
  182 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/inflections.rb
  183 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/core_ext/string/inflections.rb
  184 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/inflector.rb
  185 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/core_ext/module/remove_method.rb
  186 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/core_ext/module/delegation.rb
  187 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/railties-3.1.3/lib/rails/railtie.rb
  188 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/railties-3.1.3/lib/rails/engine/railties.rb
  189 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/railties-3.1.3/lib/rails/engine.rb
  190 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/core_ext/object/blank.rb
  191 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/xml_mini/rexml.rb
  192 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/xml_mini.rb
  193 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/core_ext/hash/keys.rb
  194 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/core_ext/array/conversions.rb
  195 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/railties-3.1.3/lib/rails/plugin.rb
  196 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/railties-3.1.3/lib/rails/application.rb
  197 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/railties-3.1.3/lib/rails/version.rb
  198 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/concern.rb
  199 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/railties-3.1.3/lib/rails/railtie/configurable.rb
  200 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/railties-3.1.3/lib/rails/railtie/configuration.rb
  201 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/i18n_railtie.rb
  202 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/railtie.rb
  203 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/action_dispatch/railtie.rb
  204 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/railties-3.1.3/lib/rails.rb
  205 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel/crud.rb
  206 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel/factory_methods.rb
  207 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel/expressions.rb
  208 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel/predications.rb
  209 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel/math.rb
  210 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel/alias_predication.rb
  211 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel/order_predications.rb
  212 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel/table.rb
  213 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel/attributes/attribute.rb
  214 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel/attributes.rb
  215 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel/compatibility/wheres.rb
  216 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel/relation.rb
  217 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel/expression.rb
  218 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel/visitors/visitor.rb
  219 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel/visitors/depth_first.rb
  220 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/x86_64-darwin11.1.0/bigdecimal.bundle
  221 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel/visitors/to_sql.rb
  222 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel/visitors/sqlite.rb
  223 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel/visitors/postgresql.rb
  224 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel/visitors/mysql.rb
  225 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel/visitors/mssql.rb
  226 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel/visitors/oracle.rb
  227 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel/visitors/join_sql.rb
  228 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel/visitors/where_sql.rb
  229 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel/visitors/order_clauses.rb
  230 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel/visitors/dot.rb
  231 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel/visitors/ibm_db.rb
  232 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel/visitors/informix.rb
  233 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel/visitors.rb
  234 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel/tree_manager.rb
  235 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel/insert_manager.rb
  236 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel/select_manager.rb
  237 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel/update_manager.rb
  238 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel/delete_manager.rb
  239 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel/nodes/node.rb
  240 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel/nodes/select_statement.rb
  241 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel/nodes/select_core.rb
  242 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel/nodes/insert_statement.rb
  243 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel/nodes/update_statement.rb
  244 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel/nodes/terminal.rb
  245 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel/nodes/true.rb
  246 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel/nodes/false.rb
  247 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel/nodes/unary.rb
  248 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel/nodes/ascending.rb
  249 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel/nodes/descending.rb
  250 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel/nodes/unqualified_column.rb
  251 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel/nodes/with.rb
  252 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel/nodes/binary.rb
  253 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel/nodes/equality.rb
  254 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel/nodes/in.rb
  255 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel/nodes/join_source.rb
  256 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel/nodes/delete_statement.rb
  257 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel/nodes/table_alias.rb
  258 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel/nodes/infix_operation.rb
  259 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel/nodes/and.rb
  260 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel/nodes/function.rb
  261 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel/nodes/count.rb
  262 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel/nodes/values.rb
  263 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel/nodes/named_function.rb
  264 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel/nodes/inner_join.rb
  265 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel/nodes/outer_join.rb
  266 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel/nodes/string_join.rb
  267 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel/nodes/sql_literal.rb
  268 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel/nodes.rb
  269 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel/deprecated.rb
  270 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel/sql/engine.rb
  271 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel/sql_literal.rb
  272 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/arel-2.2.1/lib/arel.rb
  273 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activerecord-3.1.3/lib/active_record/version.rb
  274 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/core_ext/enumerable.rb
  275 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/core_ext/kernel/singleton_class.rb
  276 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/core_ext/class/attribute.rb
  277 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activemodel-3.1.3/lib/active_model/attribute_methods.rb
  278 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activerecord-3.1.3/lib/active_record/attribute_methods.rb
  279 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activerecord-3.1.3/lib/active_record.rb
  280 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activemodel-3.1.3/lib/active_model/railtie.rb
  281 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/basic_object.rb
  282 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/core_ext/object/acts_like.rb
  283 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/duration.rb
  284 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/core_ext/object/try.rb
  285 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/values/time_zone.rb
  286 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/time_with_zone.rb
  287 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/core_ext/time/zones.rb
  288 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/core_ext/date/zones.rb
  289 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/core_ext/date/calculations.rb
  290 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/core_ext/time/publicize_conversion_methods.rb
  291 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/core_ext/time/conversions.rb
  292 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/core_ext/date_time/calculations.rb
  293 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/core_ext/date_time/conversions.rb
  294 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/core_ext/process/daemon.rb
  295 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/core_ext/time/calculations.rb
  296 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/core_ext/string/conversions.rb
  297 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/i18n-0.6.0/lib/i18n/core_ext/string/interpolate.rb
  298 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/core_ext/string/interpolation.rb
  299 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/core_ext/string/encoding.rb
  300 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/rexml/rexml.rb
  301 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/core_ext/rexml.rb
  302 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/core_ext/file/path.rb
  303 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/core_ext/module/method_names.rb
  304 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/ruby/shim.rb
  305 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/core_ext/module/attr_internal.rb
  306 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/core_ext/module/anonymous.rb
  307 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/abstract_controller.rb
  308 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/erb.rb
  309 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/core_ext/string/output_safety.rb
  310 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/action_view.rb
  311 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/action_controller/vendor/html-scanner.rb
  312 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/core_ext/load_error.rb
  313 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/core_ext/name_error.rb
  314 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/core_ext/uri.rb
  315 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/action_controller.rb
  316 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/action_view/railtie.rb
  317 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/abstract_controller/railties/routes_helpers.rb
  318 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/action_controller/railties/paths.rb
  319 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/action_controller/railtie.rb
  320 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activerecord-3.1.3/lib/active_record/railtie.rb
  321 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionmailer-3.1.3/lib/action_mailer/version.rb
  322 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/core_ext/object/duplicable.rb
  323 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/core_ext/class/inheritable_attributes.rb
  324 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/core_ext/class/delegating_attributes.rb
  325 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/core_ext/module/reachable.rb
  326 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/core_ext/class/subclasses.rb
  327 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/core_ext/class.rb
  328 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/core_ext/array/uniq_by.rb
  329 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionmailer-3.1.3/lib/action_mailer.rb
  330 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionmailer-3.1.3/lib/action_mailer/railtie.rb
  331 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activeresource-3.1.3/lib/active_resource/version.rb
  332 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activeresource-3.1.3/lib/active_resource.rb
  333 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activeresource-3.1.3/lib/active_resource/railtie.rb
  334 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/railties-3.1.3/lib/rails/test_unit/railtie.rb
  335 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/sprockets/railtie.rb
  336 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/railties-3.1.3/lib/rails/all.rb
  337 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.3/lib/active_support/string_inquirer.rb
  338 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sqlite3-1.3.5/lib/sqlite3/sqlite3_native.bundle
  339 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sqlite3-1.3.5/lib/sqlite3/constants.rb
  340 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sqlite3-1.3.5/lib/sqlite3/errors.rb
  341 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sqlite3-1.3.5/lib/sqlite3/pragmas.rb
  342 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sqlite3-1.3.5/lib/sqlite3/resultset.rb
  343 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sqlite3-1.3.5/lib/sqlite3/statement.rb
  344 /Users/templeb3/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/time.rb
  345 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sqlite3-1.3.5/lib/sqlite3/translator.rb
  346 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sqlite3-1.3.5/lib/sqlite3/value.rb
  347 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sqlite3-1.3.5/lib/sqlite3/database.rb
  348 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sqlite3-1.3.5/lib/sqlite3/version.rb
  349 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sqlite3-1.3.5/lib/sqlite3.rb
  350 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/root.rb
  351 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/util/subset_map.rb
  352 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/util/multibyte_string_scanner.rb
  353 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/util.rb
  354 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/version.rb
  355 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/logger/log_level.rb
  356 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/logger/base.rb
  357 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/logger.rb
  358 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/cache_stores/base.rb
  359 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/cache_stores/filesystem.rb
  360 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/cache_stores/memory.rb
  361 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/cache_stores/chain.rb
  362 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/cache_stores.rb
  363 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/tree/node.rb
  364 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/tree/root_node.rb
  365 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/tree/rule_node.rb
  366 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/tree/comment_node.rb
  367 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/tree/prop_node.rb
  368 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/tree/directive_node.rb
  369 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/tree/media_node.rb
  370 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/tree/variable_node.rb
  371 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/tree/mixin_def_node.rb
  372 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/tree/mixin_node.rb
  373 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/tree/function_node.rb
  374 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/tree/return_node.rb
  375 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/tree/extend_node.rb
  376 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/tree/if_node.rb
  377 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/tree/while_node.rb
  378 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/tree/for_node.rb
  379 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/tree/each_node.rb
  380 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/tree/debug_node.rb
  381 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/tree/warn_node.rb
  382 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/tree/import_node.rb
  383 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/tree/charset_node.rb
  384 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/tree/visitors/base.rb
  385 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/tree/visitors/perform.rb
  386 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/tree/visitors/cssize.rb
  387 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/tree/visitors/convert.rb
  388 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/tree/visitors/to_css.rb
  389 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/tree/visitors/deep_copy.rb
  390 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/tree/visitors/set_options.rb
  391 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/tree/visitors/check_nesting.rb
  392 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/selector/simple.rb
  393 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/selector/abstract_sequence.rb
  394 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/selector/comma_sequence.rb
  395 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/selector/sequence.rb
  396 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/selector/simple_sequence.rb
  397 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/selector.rb
  398 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/environment.rb
  399 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/script/node.rb
  400 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/script/variable.rb
  401 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/script/functions.rb
  402 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/script/funcall.rb
  403 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/script/number.rb
  404 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/script/color.rb
  405 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/script/bool.rb
  406 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/script/list.rb
  407 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/script/literal.rb
  408 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/script/string.rb
  409 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/script/unary_operation.rb
  410 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/script/interpolation.rb
  411 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/script/string_interpolation.rb
  412 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/script/operation.rb
  413 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/scss/rx.rb
  414 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/script/lexer.rb
  415 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/script/parser.rb
  416 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/script.rb
  417 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/scss/script_lexer.rb
  418 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/scss/script_parser.rb
  419 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/scss/parser.rb
  420 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/scss/sass_parser.rb
  421 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/scss/static_parser.rb
  422 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/script/css_lexer.rb
  423 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/script/css_parser.rb
  424 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/scss/css_parser.rb
  425 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/scss.rb
  426 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/error.rb
  427 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/importers/base.rb
  428 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/importers/filesystem.rb
  429 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/importers.rb
  430 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/shared.rb
  431 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/engine.rb
  432 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass/railtie.rb
  433 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-3.1.15/lib/sass.rb
  434 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-rails-3.1.5/lib/sass/rails/compressor.rb
  435 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-rails-3.1.5/lib/sass/rails/logger.rb
  436 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sass-rails-3.1.5/lib/sass/rails/railtie.rb
  437 /Users/templeb3/.rvm/gems/ruby-1.9.3-p0/gems/sa
@tenderlove
Copy link
Member

What OS are you on, and what OpenSSL are you using? Since Rails is pure ruby, it should not segv. So this is either a bug in Ruby, or more likely, a bug with your Ruby's interaction with openssl.

@DVG
Copy link
Author

DVG commented Feb 21, 2012

I'm on OS X lion, running Ruby 1.9.3 through RVM. This was a pretty basic Rails 3.1.3 app. and I haven't done any sort of setup with OpenSSL (the app won't run under SSL in production either)

@larzconwell
Copy link
Contributor

That's why you're getting the error then. If you haven't setup OpenSSL then :enable_starttls_auto => true isn't going to work. Try it it without that and see if it works

@DVG
Copy link
Author

DVG commented Feb 23, 2012

Tried it to the exact same behavior.

@DVG
Copy link
Author

DVG commented Feb 24, 2012

I did a pkg install openssl in rvm then reinstalled ruby 1.9.3 using the openssl option, and now everything's working great.

@DVG DVG closed this as completed Feb 24, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants