[#51213] [ruby-trunk - Bug #7645][Open] BigDecimal#== slow when compared to true/false — "mathie (Graeme Mathieson)" <mathie@...>

11 messages 2013/01/01

[#51328] [ruby-trunk - Bug #7676][Open] Comparison of Float::NAN in array behaves unexpectedly — "simonrussell (Simon Russell)" <spam+ruby@...>

11 messages 2013/01/09

[#51347] [ruby-trunk - Bug #7679][Open] IRB history is broken — "zzak (Zachary Scott)" <zachary@...>

15 messages 2013/01/10

[#51389] [ruby-trunk - Bug #7688][Open] Error hiding with rb_rescue() on Comparable#==, #coerce and others — "Eregon (Benoit Daloze)" <redmine@...>

34 messages 2013/01/11

[#51430] [ruby-trunk - Bug #7696][Open] Lazy enumerators with state can't be rewound — "marcandre (Marc-Andre Lafortune)" <ruby-core@...>

15 messages 2013/01/14

[#51437] [ruby-trunk - Bug #7698][Open] RubyGems 2.0 has an incompatibility about installation of extension libraries — "mrkn (Kenta Murata)" <muraken@...>

21 messages 2013/01/15

[#51454] [CommonRuby - Feature #7701][Open] Non-optional (required) keyword args — "headius (Charles Nutter)" <headius@...>

31 messages 2013/01/15

[#51499] [ruby-trunk - Feature #7712][Open] Add .txt extensions to all plain-text documentation files for Windows users — "postmodern (Hal Brodigan)" <postmodern.mod3@...>

9 messages 2013/01/18

[#51619] [ruby-trunk - Feature #7738][Open] Deprecate Set#+ as an alias of Set#|, use it for symmetric difference. Introduce Hash#| for Hash#reverse_merge in Rails. — "alexeymuranov (Alexey Muranov)" <redmine@...>

11 messages 2013/01/24

[#51623] [ruby-trunk - Feature #7739][Open] Define Hash#| as Hash#reverse_merge in Rails — "alexeymuranov (Alexey Muranov)" <redmine@...>

24 messages 2013/01/24

[#51714] [CommonRuby - Feature #7747][Open] Expanded API for Binding semantics — "jballanc (Joshua Ballanco)" <jballanc@...>

19 messages 2013/01/27

[#51742] [ruby-trunk - Bug #7756][Open] clang 3.2 sees through UNINITIALIZED_VAR macro, gives warning — "drbrain (Eric Hodel)" <[email protected]>

10 messages 2013/01/29

[#51763] [ruby-trunk - Bug #7758][Open] Ruby on Windows crashes when active codepage is codepage 65001 and outputting unicode character — "joshc (Josh C)" <josh.nw@...>

16 messages 2013/01/30

[ruby-core:51292] [ruby-trunk - Bug #7669] Ruby 1.9.3p362 Segfaults on gem kaminari Model.page method

From: "firedev (Nick O)" <nick@...>
Date: 2013-01-07 07:00:34 UTC
List: ruby-core #51292
Issue #7669 has been updated by firedev (Nick O).


I would if you can explain me how to patch it. I am using rbenv if it helps.
----------------------------------------
Bug #7669: Ruby 1.9.3p362 Segfaults on gem kaminari Model.page method
https://bugs.ruby-lang.org/issues/7669#change-35260

Author: firedev (Nick O)
Status: Feedback
Priority: Normal
Assignee: 
Category: 
Target version: 
ruby -v: 1.9.3p362


I can provide the full project but it's really basic, pagination works just fine in Ruby 1.9.3-p327, but crashes in 1.9.3-p362 on the first page. If I use ?page=3 it works fine.

Model.page causes crash, but in the Rails Console everything works.

I have also reported it here: https://github.com/amatsuda/kaminari/issues/333

ruby 1.9.3p362 (2012-12-25 revision 38607) [x86_64-darwin12.0.0]

-- Control frame information -----------------------------------------------
c:0084 p:0016 s:0456 b:0453 l:000452 d:000452 METHOD /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activerecord-3.2.10/lib/active_record/relation.rb:241
c:0083 p:0026 s:0450 b:0450 l:000449 d:000449 METHOD /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activerecord-3.2.10/lib/active_record/scoping/default.rb:41
c:0082 p:0022 s:0447 b:0447 l:002068 d:000446 LAMBDA /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activerecord-3.2.10/lib/active_record/scoping/named.rb:180
c:0081 p:---- s:0442 b:0442 l:000441 d:000441 FINISH
c:0080 p:0017 s:0440 b:0440 l:0010a8 d:000439 BLOCK  /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activerecord-3.2.10/lib/active_record/relation/delegation.rb:14
c:0079 p:0005 s:0438 b:0438 l:000b48 d:000437 BLOCK  /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activerecord-3.2.10/lib/active_record/relation.rb:241
c:0078 p:0354 s:0436 b:0436 l:000435 d:000435 METHOD /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activerecord-3.2.10/lib/active_record/scoping.rb:98
c:0077 p:0016 s:0427 b:0427 l:000b48 d:000b48 METHOD /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activerecord-3.2.10/lib/active_record/relation.rb:241
c:0076 p:0011 s:0424 b:0424 l:0010a8 d:0010a8 METHOD /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activerecord-3.2.10/lib/active_record/relation/delegation.rb:14
c:0075 p:0224 s:0419 b:0419 l:000418 d:000418 METHOD /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activerecord-3.2.10/lib/active_record/associations/collection_p
c:0074 p:---- s:0411 b:0411 l:000410 d:000410 FINISH
c:0073 p:0034 s:0409 b:0409 l:000408 d:000408 METHOD /Users/pain/Sites/hus/app/controllers/houses_controller.rb:7
c:0072 p:0014 s:0406 b:0406 l:000405 d:000405 METHOD /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/action_controller/metal/implicit_render.r
c:0071 p:0015 s:0400 b:0400 l:000399 d:000399 METHOD /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/abstract_controller/base.rb:167
c:0070 p:0041 s:0395 b:0395 l:000394 d:000394 METHOD /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/action_controller/metal/rendering.rb:10
c:0069 p:0010 s:0391 b:0391 l:001900 d:000390 BLOCK  /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/abstract_controller/callbacks.rb:18
c:0068 p:0139 s:0389 b:0389 l:000388 d:000388 METHOD /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/callbacks.rb:425
c:0067 p:0115 s:0383 b:0383 l:000382 d:000382 METHOD /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/callbacks.rb:405
c:0066 p:0027 s:0374 b:0374 l:000373 d:000373 METHOD /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/callbacks.rb:385
c:0065 p:0024 s:0369 b:0369 l:000368 d:000368 METHOD /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/callbacks.rb:81
c:0064 p:0020 s:0363 b:0363 l:001900 d:001900 METHOD /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/abstract_controller/callbacks.rb:17
c:0063 p:0012 s:0359 b:0359 l:000358 d:000358 METHOD /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/action_controller/metal/rescue.rb:29
c:0062 p:0010 s:0354 b:0354 l:000335 d:000353 BLOCK  /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/action_controller/metal/instrumentation.r
c:0061 p:0017 s:0350 b:0350 l:000340 d:000349 BLOCK  /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/notifications.rb:123
c:0060 p:0032 s:0348 b:0348 l:000347 d:000347 METHOD /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/notifications/instrumen
c:0059 p:0036 s:0341 b:0341 l:000340 d:000340 METHOD /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/notifications.rb:123
c:0058 p:0152 s:0336 b:0336 l:000335 d:000335 METHOD /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/action_controller/metal/instrumentation.r
c:0057 p:0174 s:0331 b:0331 l:000330 d:000330 METHOD /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/action_controller/metal/params_wrapper.rb
c:0056 p:0032 s:0324 b:0324 l:000323 d:000323 METHOD /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activerecord-3.2.10/lib/active_record/railties/controller_runti
c:0055 p:0093 s:0319 b:0319 l:000318 d:000318 METHOD /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/abstract_controller/base.rb:121
c:0054 p:0084 s:0313 b:0313 l:000312 d:000312 METHOD /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/abstract_controller/rendering.rb:45
c:0053 p:0048 s:0308 b:0308 l:000307 d:000307 METHOD /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/action_controller/metal.rb:203
c:0052 p:0086 s:0303 b:0303 l:000302 d:000302 METHOD /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/action_controller/metal/rack_delegation.r
c:0051 p:0030 s:0297 b:0297 l:000988 d:000296 BLOCK  /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/action_controller/metal.rb:246
c:0050 p:---- s:0294 b:0294 l:000293 d:000293 FINISH
c:0049 p:---- s:0292 b:0292 l:000291 d:000291 CFUNC  :call
c:0048 p:0022 s:0288 b:0288 l:000287 d:000287 METHOD /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/action_dispatch/routing/route_set.rb:73
c:0047 p:0094 s:0282 b:0282 l:000281 d:000281 METHOD /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/action_dispatch/routing/route_set.rb:36
c:0046 p:0184 s:0276 b:0276 l:000259 d:000275 BLOCK  /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:68
c:0045 p:---- s:0265 b:0265 l:000264 d:000264 FINISH
c:0044 p:---- s:0263 b:0263 l:000262 d:000262 CFUNC  :each
c:0043 p:0051 s:0260 b:0260 l:000259 d:000259 METHOD /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56
c:0042 p:0025 s:0256 b:0256 l:000255 d:000255 METHOD /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/action_dispatch/routing/route_set.rb:601
c:0041 p:0015 s:0252 b:0252 l:000251 d:000251 METHOD /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/action_dispatch/middleware/best_standards
c:0040 p:0015 s:0245 b:0245 l:000244 d:000244 METHOD /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/etag.rb:23
c:0039 p:0068 s:0237 b:0237 l:000236 d:000236 METHOD /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/conditionalget.rb:25
c:0038 p:0093 s:0230 b:0230 l:000229 d:000229 METHOD /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/action_dispatch/middleware/head.rb:14
c:0037 p:0046 s:0223 b:0223 l:000222 d:000222 METHOD /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/action_dispatch/middleware/params_parser.
c:0036 p:0054 s:0218 b:0218 l:000217 d:000217 METHOD /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/action_dispatch/middleware/flash.rb:242
c:0035 p:0031 s:0210 b:0210 l:000209 d:000209 METHOD /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205
c:0034 p:0013 s:0202 b:0202 l:000201 d:000201 METHOD /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200
c:0033 p:0020 s:0198 b:0198 l:000197 d:000197 METHOD /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/action_dispatch/middleware/cookies.rb:341
c:0032 p:0064 s:0190 b:0190 l:000189 d:000189 METHOD /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activerecord-3.2.10/lib/active_record/query_cache.rb:64
c:0031 p:0029 s:0181 b:0181 l:000180 d:000180 METHOD /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activerecord-3.2.10/lib/active_record/connection_adapters/abstr
c:0030 p:0014 s:0173 b:0173 l:0005b0 d:000172 BLOCK  /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/action_dispatch/middleware/callbacks.rb:2
c:0029 p:0040 s:0171 b:0171 l:000170 d:000170 METHOD /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/callbacks.rb:405
c:0028 p:0115 s:0164 b:0164 l:000163 d:000163 METHOD /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/callbacks.rb:405
c:0027 p:0027 s:0155 b:0155 l:000154 d:000154 METHOD /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/callbacks.rb:385
c:0026 p:0024 s:0150 b:0150 l:000149 d:000149 METHOD /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/callbacks.rb:81
c:0025 p:0013 s:0144 b:0144 l:0005b0 d:0005b0 METHOD /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/action_dispatch/middleware/callbacks.rb:2
c:0024 p:0039 s:0140 b:0140 l:000139 d:000139 METHOD /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/action_dispatch/middleware/reloader.rb:65
c:0023 p:0044 s:0135 b:0135 l:000134 d:000134 METHOD /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/action_dispatch/middleware/remote_ip.rb:3
c:0022 p:0017 s:0131 b:0131 l:000130 d:000130 METHOD /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/action_dispatch/middleware/debug_exceptio
c:0021 p:0017 s:0124 b:0124 l:000123 d:000123 METHOD /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/action_dispatch/middleware/show_exception
c:0020 p:0117 s:0118 b:0118 l:000117 d:000117 METHOD /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/railties-3.2.10/lib/rails/rack/logger.rb:32
c:0019 p:0015 s:0113 b:0113 l:000105 d:000112 BLOCK  /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/railties-3.2.10/lib/rails/rack/logger.rb:16
c:0018 p:0021 s:0111 b:0111 l:000110 d:000110 METHOD /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/tagged_logging.rb:22
c:0017 p:0078 s:0106 b:0106 l:000105 d:000105 METHOD /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/railties-3.2.10/lib/rails/rack/logger.rb:16
c:0016 p:0048 s:0101 b:0101 l:000100 d:000100 METHOD /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/action_dispatch/middleware/request_id.rb:
c:0015 p:0095 s:0094 b:0094 l:000093 d:000093 METHOD /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/methodoverride.rb:21
c:0014 p:0032 s:0089 b:0089 l:000088 d:000088 METHOD /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/runtime.rb:17
c:0013 p:0057 s:0080 b:0080 l:000079 d:000079 METHOD /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/cache/strategy/local_ca
c:0012 p:0068 s:0076 b:0076 l:000075 d:000075 METHOD /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/lock.rb:15
c:0011 p:0124 s:0070 b:0070 l:000069 d:000069 METHOD /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/action_dispatch/middleware/static.rb:62
c:0010 p:0032 s:0064 b:0064 l:000063 d:000063 METHOD /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/railties-3.2.10/lib/rails/engine.rb:479
c:0009 p:0034 s:0060 b:0060 l:000059 d:000059 METHOD /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/railties-3.2.10/lib/rails/application.rb:223
c:0008 p:0015 s:0056 b:0056 l:000055 d:000055 METHOD /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/content_length.rb:14
c:0007 p:0015 s:0047 b:0047 l:000046 d:000046 METHOD /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/railties-3.2.10/lib/rails/rack/log_tailer.rb:17
c:0006 p:0356 s:0042 b:0042 l:000041 d:000041 METHOD /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/handler/webrick.rb:59
c:0005 p:0257 s:0030 b:0030 l:000029 d:000029 METHOD /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/webrick/httpserver.rb:138
c:0004 p:0393 s:0020 b:0020 l:000019 d:000019 METHOD /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/webrick/httpserver.rb:94
c:0003 p:0126 s:0009 b:0009 l:001808 d:000008 BLOCK  /Users/pain/.rbenv/versions/1.9.3-p362/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/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/handler/webrick.rb:59:in `service'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/railties-3.2.10/lib/rails/rack/log_tailer.rb:17:in `call'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/content_length.rb:14:in `call'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/railties-3.2.10/lib/rails/application.rb:223:in `call'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/railties-3.2.10/lib/rails/engine.rb:479:in `call'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/action_dispatch/middleware/static.rb:62:in `call'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/action_dispatch/middleware/request_id.rb:22:in `call'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/railties-3.2.10/lib/rails/rack/logger.rb:16:in `call'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/tagged_logging.rb:22:in `tagged'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/railties-3.2.10/lib/rails/rack/logger.rb:16:in `block in call'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/railties-3.2.10/lib/rails/rack/logger.rb:32:in `call_app'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/action_dispatch/middleware/reloader.rb:65:in `call'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/action_dispatch/middleware/callbacks.rb:27:in `call'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/callbacks.rb:81:in `run_callbacks'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/callbacks.rb:405:in `__run_callback'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/callbacks.rb:405:in `_run__273461740792247464__call__3288847747489750429__callbacks'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activerecord-3.2.10/lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activerecord-3.2.10/lib/active_record/query_cache.rb:64:in `call'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/action_dispatch/middleware/cookies.rb:341:in `call'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/action_dispatch/middleware/flash.rb:242:in `call'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/action_dispatch/middleware/params_parser.rb:21:in `call'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/action_dispatch/middleware/head.rb:14:in `call'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/conditionalget.rb:25:in `call'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/action_dispatch/routing/route_set.rb:601:in `call'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `call'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:56:in `each'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/action_dispatch/routing/route_set.rb:36:in `call'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/action_dispatch/routing/route_set.rb:73:in `call'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/action_controller/metal.rb:246:in `block in action'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/action_controller/metal.rb:203:in `dispatch'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/abstract_controller/rendering.rb:45:in `process'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/abstract_controller/base.rb:121:in `process'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activerecord-3.2.10/lib/active_record/railties/controller_runtime.rb:18:in `process_action'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/action_controller/metal/instrumentation.rb:29:in `process_action'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/notifications.rb:123:in `instrument'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/notifications.rb:123:in `block in instrument'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/action_controller/metal/rescue.rb:29:in `process_action'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/abstract_controller/callbacks.rb:17:in `process_action'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/callbacks.rb:81:in `run_callbacks'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/callbacks.rb:405:in `__run_callback'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/callbacks.rb:425:in `_run__573915645121583008__process_action__3393899306745404914__callbacks'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/action_controller/metal/rendering.rb:10:in `process_action'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/abstract_controller/base.rb:167:in `process_action'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/action_controller/metal/implicit_render.rb:4:in `send_action'
/Users/pain/Sites/hus/app/controllers/houses_controller.rb:7:in `index'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activerecord-3.2.10/lib/active_record/associations/collection_proxy.rb:100:in `method_missing'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activerecord-3.2.10/lib/active_record/relation/delegation.rb:14:in `page'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activerecord-3.2.10/lib/active_record/relation.rb:241:in `scoping'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activerecord-3.2.10/lib/active_record/scoping.rb:98:in `with_scope'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activerecord-3.2.10/lib/active_record/relation.rb:241:in `block in scoping'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activerecord-3.2.10/lib/active_record/relation/delegation.rb:14:in `block in page'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activerecord-3.2.10/lib/active_record/scoping/named.rb:180:in `block in scope'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activerecord-3.2.10/lib/active_record/scoping/default.rb:41:in `unscoped'
/Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activerecord-3.2.10/lib/active_record/relation.rb:241:in `scoping'

-- 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/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/x86_64-darwin12.0.0/enc/encdb.bundle
    2 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/x86_64-darwin12.0.0/enc/trans/transdb.bundle
    3 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/site_ruby/1.9.1/rubygems/defaults.rb
    4 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/x86_64-darwin12.0.0/rbconfig.rb
    5 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/site_ruby/1.9.1/rubygems/deprecate.rb
    6 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/site_ruby/1.9.1/rubygems/exceptions.rb
    7 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb
    8 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/site_ruby/1.9.1/rubygems.rb
    9 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/site_ruby/1.9.1/rubygems/version.rb
   10 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/site_ruby/1.9.1/rubygems/requirement.rb
   11 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/site_ruby/1.9.1/rubygems/platform.rb
   12 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/site_ruby/1.9.1/rubygems/specification.rb
   13 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/site_ruby/1.9.1/rubygems/path_support.rb
   14 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/site_ruby/1.9.1/rubygems/dependency.rb
   15 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/x86_64-darwin12.0.0/pathname.bundle
   16 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/pathname.rb
   17 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/site_ruby/1.9.1/rubygems/package/f_sync_dir.rb
   18 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/site_ruby/1.9.1/rubygems/package/tar_header.rb
   19 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/x86_64-darwin12.0.0/enc/iso_8859_1.bundle
   20 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/x86_64-darwin12.0.0/zlib.bundle
   21 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/psych/syntax_error.rb
   22 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/x86_64-darwin12.0.0/psych.bundle
   23 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/x86_64-darwin12.0.0/stringio.bundle
   24 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/psych/nodes/node.rb
   25 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/psych/nodes/stream.rb
   26 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/psych/nodes/document.rb
   27 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/psych/nodes/sequence.rb
   28 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/psych/nodes/scalar.rb
   29 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/psych/nodes/mapping.rb
   30 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/psych/nodes/alias.rb
   31 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/psych/nodes.rb
   32 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/psych/streaming.rb
   33 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/psych/visitors/visitor.rb
   34 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/x86_64-darwin12.0.0/strscan.bundle
   35 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/psych/scalar_scanner.rb
   36 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/psych/visitors/to_ruby.rb
   37 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/psych/visitors/emitter.rb
   38 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/psych/visitors/yaml_tree.rb
   39 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/psych/json/ruby_events.rb
   40 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/psych/visitors/json_tree.rb
   41 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/psych/visitors/depth_first.rb
   42 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/psych/visitors.rb
   43 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/psych/handler.rb
   44 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/psych/tree_builder.rb
   45 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/psych/parser.rb
   46 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/psych/omap.rb
   47 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/psych/set.rb
   48 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/psych/coder.rb
   49 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/psych/core_ext.rb
   50 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/x86_64-darwin12.0.0/date_core.bundle
   51 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/date/format.rb
   52 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/date.rb
   53 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/psych/deprecated.rb
   54 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/psych/stream.rb
   55 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/psych/json/yaml_events.rb
   56 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/psych/json/tree_builder.rb
   57 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/psych/json/stream.rb
   58 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/psych/handlers/document_stream.rb
   59 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/psych.rb
   60 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/site_ruby/1.9.1/rubygems/psych_additions.rb
   61 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/site_ruby/1.9.1/rubygems/psych_tree.rb
   62 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/yaml.rb
   63 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/site_ruby/1.9.1/rubygems/syck_hack.rb
   64 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/site_ruby/1.9.1/rubygems/package/tar_input.rb
   65 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/site_ruby/1.9.1/rubygems/package/tar_output.rb
   66 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/site_ruby/1.9.1/rubygems/package/tar_reader/entry.rb
   67 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/site_ruby/1.9.1/rubygems/package/tar_reader.rb
   68 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/site_ruby/1.9.1/rubygems/package/tar_writer.rb
   69 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/site_ruby/1.9.1/rubygems/package.rb
   70 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/bundler-1.3.0.pre.4/lib/bundler/rubygems_integration.rb
   71 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/bundler-1.3.0.pre.4/lib/bundler/shared_helpers.rb
   72 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/x86_64-darwin12.0.0/etc.bundle
   73 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/fileutils.rb
   74 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/bundler-1.3.0.pre.4/lib/bundler/gem_path_manipulation.rb
   75 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/bundler-1.3.0.pre.4/lib/bundler/gem_helpers.rb
   76 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/bundler-1.3.0.pre.4/lib/bundler/match_platform.rb
   77 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/bundler-1.3.0.pre.4/lib/bundler/rubygems_ext.rb
   78 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/bundler-1.3.0.pre.4/lib/bundler/version.rb
   79 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/bundler-1.3.0.pre.4/lib/bundler.rb
   80 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/bundler-1.3.0.pre.4/lib/bundler/settings.rb
   81 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/x86_64-darwin12.0.0/digest.bundle
   82 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/digest.rb
   83 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/x86_64-darwin12.0.0/digest/sha1.bundle
   84 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/set.rb
   85 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/bundler-1.3.0.pre.4/lib/bundler/definition.rb
   86 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/bundler-1.3.0.pre.4/lib/bundler/dependency.rb
   87 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/bundler-1.3.0.pre.4/lib/bundler/ruby_dsl.rb
   88 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/bundler-1.3.0.pre.4/lib/bundler/dsl.rb
   89 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/bundler-1.3.0.pre.4/lib/bundler/source.rb
   90 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/uri/common.rb
   91 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/uri/generic.rb
   92 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/uri/ftp.rb
   93 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/uri/http.rb
   94 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/uri/https.rb
   95 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/uri/ldap.rb
   96 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/uri/ldaps.rb
   97 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/uri/mailto.rb
   98 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/uri.rb
   99 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/site_ruby/1.9.1/rubygems/user_interaction.rb
  100 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/site_ruby/1.9.1/rubygems/remote_fetcher.rb
  101 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/site_ruby/1.9.1/rubygems/errors.rb
  102 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/site_ruby/1.9.1/rubygems/text.rb
  103 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/site_ruby/1.9.1/rubygems/spec_fetcher.rb
  104 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/bundler-1.3.0.pre.4/lib/bundler/source/rubygems.rb
  105 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/bundler-1.3.0.pre.4/lib/bundler/source/path.rb
  106 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/bundler-1.3.0.pre.4/lib/bundler/source/git.rb
  107 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/bundler-1.3.0.pre.4/lib/bundler/lockfile_parser.rb
  108 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/bundler-1.3.0.pre.4/lib/bundler/lazy_specification.rb
  109 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/tsort.rb
  110 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/forwardable.rb
  111 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/bundler-1.3.0.pre.4/lib/bundler/spec_set.rb
  112 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/bundler-1.3.0.pre.4/lib/bundler/environment.rb
  113 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/bundler-1.3.0.pre.4/lib/bundler/runtime.rb
  114 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/bundler-1.3.0.pre.4/lib/bundler/index.rb
  115 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/bundler-1.3.0.pre.4/lib/bundler/remote_specification.rb
  116 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/bundler-1.3.0.pre.4/lib/bundler/endpoint_specification.rb
  117 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/bundler-1.3.0.pre.4/lib/bundler/source/git/git_proxy.rb
  118 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/bundler/gems/kaminari-2e09b5374fec/lib/kaminari/version.rb
  119 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/bundler-1.3.0.pre.4/lib/bundler/dep_proxy.rb
  120 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/site_ruby/1.9.1/rubygems/source_index.rb
  121 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/bundler-1.3.0.pre.4/lib/bundler/setup.rb
  122 /Users/pain/Sites/hus/config/boot.rb
  123 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/core_ext/object/inclusion.rb
  124 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/optparse.rb
  125 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/x86_64-darwin12.0.0/openssl.bundle
  126 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/openssl/bn.rb
  127 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/openssl/cipher.rb
  128 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/openssl/config.rb
  129 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/openssl/digest.rb
  130 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/openssl/buffering.rb
  131 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/x86_64-darwin12.0.0/fcntl.bundle
  132 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/openssl/ssl-internal.rb
  133 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/openssl/x509-internal.rb
  134 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/openssl.rb
  135 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/securerandom.rb
  136 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/inflector/inflections.rb
  137 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/inflections.rb
  138 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/inflector/methods.rb
  139 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/lazy_load_hooks.rb
  140 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/dependencies/autoload.rb
  141 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/version.rb
  142 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support.rb
  143 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/action_pack/version.rb
  144 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/action_pack.rb
  145 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activemodel-3.2.10/lib/active_model/version.rb
  146 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/i18n-0.6.1/lib/i18n/version.rb
  147 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/i18n-0.6.1/lib/i18n/exceptions.rb
  148 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/i18n-0.6.1/lib/i18n/interpolate/ruby.rb
  149 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/i18n-0.6.1/lib/i18n.rb
  150 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/i18n-0.6.1/lib/i18n/config.rb
  151 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/i18n.rb
  152 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activemodel-3.2.10/lib/active_model.rb
  153 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack.rb
  154 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/action_dispatch.rb
  155 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/rack/server.rb
  156 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/railties-3.2.10/lib/rails/commands/server.rb
  157 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/railties-3.2.10/lib/rails/ruby_version_check.rb
  158 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/core_ext/kernel/reporting.rb
  159 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/core_ext/array/extract_options.rb
  160 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/core_ext/class/attribute_accessors.rb
  161 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/notifications/fanout.rb
  162 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/notifications.rb
  163 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/core_ext/array/wrap.rb
  164 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/deprecation/behaviors.rb
  165 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/deprecation/reporting.rb
  166 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/core_ext/module/deprecation.rb
  167 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/core_ext/module/aliasing.rb
  168 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/deprecation/method_wrappers.rb
  169 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/deprecation/proxy_wrappers.rb
  170 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/deprecation.rb
  171 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/thread.rb
  172 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/monitor.rb
  173 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/logger.rb
  174 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/core_ext/logger.rb
  175 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/core_ext/hash/reverse_merge.rb
  176 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/railties-3.2.10/lib/rails/initializable.rb
  177 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/ordered_hash.rb
  178 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/ordered_options.rb
  179 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/core_ext/hash/deep_dup.rb
  180 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/railties-3.2.10/lib/rails/paths.rb
  181 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/railties-3.2.10/lib/rails/rack.rb
  182 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/railties-3.2.10/lib/rails/configuration.rb
  183 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/core_ext/module/attribute_accessors.rb
  184 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/multibyte/utils.rb
  185 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/multibyte.rb
  186 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/core_ext/string/multibyte.rb
  187 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/inflector/transliterate.rb
  188 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/core_ext/string/inflections.rb
  189 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/inflector.rb
  190 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/core_ext/module/introspection.rb
  191 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/core_ext/module/delegation.rb
  192 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/railties-3.2.10/lib/rails/railtie.rb
  193 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/railties-3.2.10/lib/rails/engine/railties.rb
  194 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/railties-3.2.10/lib/rails/engine.rb
  195 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/time.rb
  196 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/base64.rb
  197 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/base64.rb
  198 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/core_ext/string/encoding.rb
  199 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/core_ext/object/blank.rb
  200 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/xml_mini/rexml.rb
  201 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/xml_mini.rb
  202 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/core_ext/hash/keys.rb
  203 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/core_ext/array/conversions.rb
  204 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/railties-3.2.10/lib/rails/plugin.rb
  205 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/railties-3.2.10/lib/rails/application.rb
  206 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/railties-3.2.10/lib/rails/version.rb
  207 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/file_update_checker.rb
  208 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/concern.rb
  209 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/railties-3.2.10/lib/rails/railtie/configurable.rb
  210 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/railties-3.2.10/lib/rails/railtie/configuration.rb
  211 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/i18n_railtie.rb
  212 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/railtie.rb
  213 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/action_dispatch/railtie.rb
  214 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/railties-3.2.10/lib/rails.rb
  215 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel/crud.rb
  216 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel/factory_methods.rb
  217 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel/expressions.rb
  218 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel/predications.rb
  219 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel/math.rb
  220 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel/alias_predication.rb
  221 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel/order_predications.rb
  222 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel/table.rb
  223 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel/attributes/attribute.rb
  224 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel/attributes.rb
  225 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel/compatibility/wheres.rb
  226 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel/relation.rb
  227 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel/expression.rb
  228 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel/visitors/visitor.rb
  229 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel/visitors/depth_first.rb
  230 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/x86_64-darwin12.0.0/bigdecimal.bundle
  231 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel/visitors/to_sql.rb
  232 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel/visitors/sqlite.rb
  233 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel/visitors/postgresql.rb
  234 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel/visitors/mysql.rb
  235 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel/visitors/mssql.rb
  236 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel/visitors/oracle.rb
  237 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel/visitors/join_sql.rb
  238 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel/visitors/where_sql.rb
  239 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel/visitors/order_clauses.rb
  240 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel/visitors/dot.rb
  241 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel/visitors/ibm_db.rb
  242 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel/visitors/informix.rb
  243 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel/visitors.rb
  244 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel/tree_manager.rb
  245 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel/insert_manager.rb
  246 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel/select_manager.rb
  247 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel/update_manager.rb
  248 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel/delete_manager.rb
  249 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel/nodes/node.rb
  250 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel/nodes/select_statement.rb
  251 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel/nodes/select_core.rb
  252 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel/nodes/insert_statement.rb
  253 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel/nodes/update_statement.rb
  254 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel/nodes/terminal.rb
  255 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel/nodes/true.rb
  256 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel/nodes/false.rb
  257 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel/nodes/unary.rb
  258 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel/nodes/ascending.rb
  259 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel/nodes/descending.rb
  260 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel/nodes/unqualified_column.rb
  261 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel/nodes/with.rb
  262 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel/nodes/binary.rb
  263 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel/nodes/equality.rb
  264 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel/nodes/in.rb
  265 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel/nodes/join_source.rb
  266 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel/nodes/delete_statement.rb
  267 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel/nodes/table_alias.rb
  268 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel/nodes/infix_operation.rb
  269 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel/nodes/and.rb
  270 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel/nodes/function.rb
  271 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel/nodes/count.rb
  272 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel/nodes/values.rb
  273 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel/nodes/named_function.rb
  274 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel/nodes/inner_join.rb
  275 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel/nodes/outer_join.rb
  276 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel/nodes/string_join.rb
  277 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel/nodes/sql_literal.rb
  278 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel/nodes.rb
  279 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel/deprecated.rb
  280 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel/sql/engine.rb
  281 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel/sql_literal.rb
  282 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/arel.rb
  283 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activerecord-3.2.10/lib/active_record/version.rb
  284 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/core_ext/enumerable.rb
  285 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/core_ext/kernel/singleton_class.rb
  286 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/core_ext/module/remove_method.rb
  287 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/core_ext/class/attribute.rb
  288 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activemodel-3.2.10/lib/active_model/attribute_methods.rb
  289 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activerecord-3.2.10/lib/active_record/attribute_methods.rb
  290 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/bigdecimal/util.rb
  291 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/benchmark.rb
  292 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/core_ext/benchmark.rb
  293 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activerecord-3.2.10/lib/active_record/connection_adapters/schema_cache.rb
  294 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/core_ext/big_decimal/conversions.rb
  295 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activerecord-3.2.10/lib/active_record/connection_adapters/abstract/quoting.rb
  296 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activerecord-3.2.10/lib/active_record/connection_adapters/abstract/database_statements.rb
  297 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activerecord-3.2.10/lib/active_record/connection_adapters/abstract/schema_statements.rb
  298 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activerecord-3.2.10/lib/active_record/connection_adapters/abstract/database_limits.rb
  299 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activerecord-3.2.10/lib/active_record/connection_adapters/abstract/query_cache.rb
  300 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/descendants_tracker.rb
  301 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/callbacks.rb
  302 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activerecord-3.2.10/lib/active_record/connection_adapters/abstract_adapter.rb
  303 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activerecord-3.2.10/lib/active_record/scoping.rb
  304 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activerecord-3.2.10/lib/active_record.rb
  305 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activemodel-3.2.10/lib/active_model/railtie.rb
  306 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/basic_object.rb
  307 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/core_ext/object/acts_like.rb
  308 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/duration.rb
  309 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/core_ext/object/try.rb
  310 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/values/time_zone.rb
  311 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/time_with_zone.rb
  312 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/core_ext/time/zones.rb
  313 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/core_ext/date/zones.rb
  314 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/core_ext/date/calculations.rb
  315 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/core_ext/time/publicize_conversion_methods.rb
  316 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/core_ext/time/conversions.rb
  317 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/core_ext/date_time/calculations.rb
  318 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/core_ext/date_time/conversions.rb
  319 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/core_ext/process/daemon.rb
  320 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/core_ext/time/calculations.rb
  321 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/core_ext/string/conversions.rb
  322 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/i18n-0.6.1/lib/i18n/core_ext/string/interpolate.rb
  323 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/core_ext/string/interpolation.rb
  324 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/rexml/rexml.rb
  325 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/core_ext/rexml.rb
  326 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/core_ext/file/path.rb
  327 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/core_ext/module/method_names.rb
  328 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/ruby/shim.rb
  329 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/core_ext/module/attr_internal.rb
  330 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/core_ext/module/anonymous.rb
  331 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/abstract_controller.rb
  332 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/erb.rb
  333 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/core_ext/string/output_safety.rb
  334 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/action_view.rb
  335 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/action_controller/vendor/html-scanner.rb
  336 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/core_ext/load_error.rb
  337 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/core_ext/name_error.rb
  338 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/core_ext/uri.rb
  339 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/action_controller.rb
  340 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/action_view/railtie.rb
  341 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/abstract_controller/railties/routes_helpers.rb
  342 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/action_controller/railties/paths.rb
  343 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/action_controller/railtie.rb
  344 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activerecord-3.2.10/lib/active_record/railtie.rb
  345 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionmailer-3.2.10/lib/action_mailer/version.rb
  346 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/core_ext/class/delegating_attributes.rb
  347 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/core_ext/module/reachable.rb
  348 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/core_ext/class/subclasses.rb
  349 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/core_ext/class.rb
  350 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/core_ext/array/uniq_by.rb
  351 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionmailer-3.2.10/lib/action_mailer.rb
  352 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionmailer-3.2.10/lib/action_mailer/railtie.rb
  353 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activeresource-3.2.10/lib/active_resource/exceptions.rb
  354 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activeresource-3.2.10/lib/active_resource/version.rb
  355 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activeresource-3.2.10/lib/active_resource.rb
  356 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activeresource-3.2.10/lib/active_resource/railtie.rb
  357 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/railties-3.2.10/lib/rails/test_unit/railtie.rb
  358 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/actionpack-3.2.10/lib/sprockets/railtie.rb
  359 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/railties-3.2.10/lib/rails/all.rb
  360 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/activesupport-3.2.10/lib/active_support/string_inquirer.rb
  361 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/sqlite3-1.3.6/lib/sqlite3/sqlite3_native.bundle
  362 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/sqlite3-1.3.6/lib/sqlite3/constants.rb
  363 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/sqlite3-1.3.6/lib/sqlite3/errors.rb
  364 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/sqlite3-1.3.6/lib/sqlite3/pragmas.rb
  365 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/sqlite3-1.3.6/lib/sqlite3/resultset.rb
  366 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/sqlite3-1.3.6/lib/sqlite3/statement.rb
  367 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/sqlite3-1.3.6/lib/sqlite3/translator.rb
  368 /Users/pain/.rbenv/versions/1.9.3-p362/lib/ruby/gems/1.9.1/gems/sqlite3-1.3.6/lib/sqli


-- 
http://bugs.ruby-lang.org/

In This Thread