[#41916] Proposal: Bitmap Marking GC — Narihiro Nakamura <authornari@...>

Hi.

18 messages 2012/01/05

[#41941] [ruby-trunk - Bug #5851][Open] make check fails when compiling with GCC 4.7 - *** longjmp causes uninitialized stack frame *** — Vit Ondruch <v.ondruch@...>

12 messages 2012/01/06

[#41979] [ruby-trunk - Bug #5865][Open] Exception#== should return false if the classes differ — Hiro Asari <asari.ruby@...>

10 messages 2012/01/08

[#42003] [ruby-trunk - Bug #5871][Open] regexp \W matches some word characters when inside a case-insensitive character class — Gareth Adams <gareth@...>

14 messages 2012/01/09

[#42016] [ruby-trunk - Feature #5873][Open] Adopt FFI over DL — Heesob Park <phasis@...>

15 messages 2012/01/10

[#42149] [ruby-trunk - Feature #5899][Open] chaining comparsions. — Ondrej Bilka <neleai@...>

12 messages 2012/01/16

[#42164] [ruby-trunk - Feature #5903][Open] Optimize st_table (take 2) — Yura Sokolov <funny.falcon@...>

18 messages 2012/01/17

[ruby-core:42198] [ruby-trunk - Bug #5916][Rejected] Ruby crashes

From: Nobuyoshi Nakada <nobu@...>
Date: 2012-01-21 01:02:54 UTC
List: ruby-core #42198
Issue #5916 has been updated by Nobuyoshi Nakada.

Status changed from Open to Rejected

Markus Fenske wrote:
> /home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/json-1.6.1/lib/json/common.rb:66: [BUG] unknown type 0x22 (0xc given)
> ruby 1.9.3p0 (2011-10-30 revision 33570) [i686-linux]

You are mixing extension libraries built for 1.8.  0x22 was the type
for Data in 1.8, but 0x0c is used in 1.9.

> 00308000-003ef000 r-xp 00000000 fd:01 8130105    /home/iblue/.rvm/rubies/ruby-1.8.7-p352/lib/libruby.so.1.8.7
> 003ef000-003f0000 r--p 000e6000 fd:01 8130105    /home/iblue/.rvm/rubies/ruby-1.8.7-p352/lib/libruby.so.1.8.7
> 003f0000-003f2000 rw-p 000e7000 fd:01 8130105    /home/iblue/.rvm/rubies/ruby-1.8.7-p352/lib/libruby.so.1.8.7

----------------------------------------
Bug #5916: Ruby crashes
https://bugs.ruby-lang.org/issues/5916

Author: Markus Fenske
Status: Rejected
Priority: Normal
Assignee: 
Category: 
Target version: 
ruby -v: ruby 1.9.3p0 (2011-10-30 revision 33570) [i686-linux]


I tried to run a rails project. It chrashes. The bug is reproduceable (at least on my system).

Steps to reproduce:
1. Compile ruby 1.9.3-p0 from source. I did this via rvm.
2. git clone git://github.com/maccman/spine.rails3.git # commit should be 94e6a2f6 from 20 Nov 2011
3. bundle install
4. rails s
5. KA-BOOM! (see below)

If you have any questions or need my binaries, please contact me. 

Thanks to you all for maintaining and developing this great programming language!
-----------------------------------------------------------------------
iblue@nerdpol:~/tmp/spine.rails3$ rails s
=> Booting WEBrick
=> Rails 3.1.1 application starting in development on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/json-1.6.1/lib/json/common.rb:66: [BUG] unknown type 0x22 (0xc given)
ruby 1.9.3p0 (2011-10-30 revision 33570) [i686-linux]

-- Control frame information -----------------------------------------------
c:0095 p:---- s:0329 b:0329 l:000328 d:000328 CFUNC  :initialize
c:0094 p:---- s:0327 b:0327 l:000326 d:000326 CFUNC  :new
c:0093 p:0099 s:0324 b:0322 l:000321 d:000321 METHOD /home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/json-1.6.1/lib/json/common.rb:66
c:0092 p:0090 s:0313 b:0312 l:000311 d:000311 CLASS  /home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/json-1.6.1/lib/json/ext.rb:11
c:0091 p:0011 s:0310 b:0310 l:000309 d:000309 CLASS  /home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/json-1.6.1/lib/json/ext.rb:6
c:0090 p:0021 s:0308 b:0308 l:000307 d:000307 TOP    /home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/json-1.6.1/lib/json/ext.rb:3
c:0089 p:---- s:0306 b:0306 l:000305 d:000305 FINISH
c:0088 p:---- s:0304 b:0304 l:000303 d:000303 CFUNC  :require
c:0087 p:0012 s:0300 b:0300 l:000284 d:000299 BLOCK  /home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:240
c:0086 p:0005 s:0298 b:0298 l:000289 d:000297 BLOCK  /home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:223
c:0085 p:0045 s:0296 b:0296 l:000295 d:000295 METHOD /home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:640
c:0084 p:0041 s:0290 b:0290 l:000289 d:000289 METHOD /home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:223
c:0083 p:0019 s:0285 b:0285 l:000284 d:000284 METHOD /home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:240
c:0082 p:0027 s:0279 b:0279 l:000278 d:000278 CLASS  /home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/json-1.6.1/lib/json.rb:58
c:0081 p:0021 s:0277 b:0277 l:000276 d:000276 TOP    /home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/json-1.6.1/lib/json.rb:54
c:0080 p:---- s:0275 b:0275 l:000274 d:000274 FINISH
c:0079 p:---- s:0273 b:0273 l:000272 d:000272 CFUNC  :require
c:0078 p:0012 s:0269 b:0269 l:000253 d:000268 BLOCK  /home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:240
c:0077 p:0005 s:0267 b:0267 l:000258 d:000266 BLOCK  /home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:223
c:0076 p:0045 s:0265 b:0265 l:000264 d:000264 METHOD /home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:640
c:0075 p:0041 s:0259 b:0259 l:000258 d:000258 METHOD /home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:223
c:0074 p:0019 s:0254 b:0254 l:000253 d:000253 METHOD /home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:240
c:0073 p:0013 s:0248 b:0248 l:000247 d:000247 TOP    /home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/core_ext/object/to_json.rb:3
c:0072 p:---- s:0246 b:0246 l:000245 d:000245 FINISH
c:0071 p:---- s:0244 b:0244 l:000243 d:000243 CFUNC  :require
c:0070 p:0012 s:0240 b:0240 l:000224 d:000239 BLOCK  /home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:240
c:0069 p:0005 s:0238 b:0238 l:000229 d:000237 BLOCK  /home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:223
c:0068 p:0045 s:0236 b:0236 l:000235 d:000235 METHOD /home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:640
c:0067 p:0041 s:0230 b:0230 l:000229 d:000229 METHOD /home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:223
c:0066 p:0019 s:0225 b:0225 l:000224 d:000224 METHOD /home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:240
c:0065 p:0095 s:0219 b:0219 l:000218 d:000218 TOP    /home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/core_ext/object.rb:10
c:0064 p:---- s:0217 b:0217 l:000216 d:000216 FINISH
c:0063 p:---- s:0215 b:0215 l:000214 d:000214 CFUNC  :require
c:0062 p:0012 s:0211 b:0211 l:000195 d:000210 BLOCK  /home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:240
c:0061 p:0005 s:0209 b:0209 l:000200 d:000208 BLOCK  /home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:223
c:0060 p:0045 s:0207 b:0207 l:000206 d:000206 METHOD /home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:640
c:0059 p:0041 s:0201 b:0201 l:000200 d:000200 METHOD /home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:223
c:0058 p:0019 s:0196 b:0196 l:000195 d:000195 METHOD /home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:240
c:0057 p:0032 s:0190 b:0190 l:000181 d:000189 BLOCK  /home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/core_ext.rb:2
c:0056 p:---- s:0187 b:0187 l:000186 d:000186 FINISH
c:0055 p:---- s:0185 b:0185 l:000184 d:000184 CFUNC  :each
c:0054 p:0043 s:0182 b:0182 l:000181 d:000181 TOP    /home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/core_ext.rb:1
c:0053 p:---- s:0180 b:0180 l:000179 d:000179 FINISH
c:0052 p:---- s:0178 b:0178 l:000177 d:000177 CFUNC  :require
c:0051 p:0012 s:0174 b:0174 l:000158 d:000173 BLOCK  /home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:240
c:0050 p:0005 s:0172 b:0172 l:000163 d:000171 BLOCK  /home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:223
c:0049 p:0045 s:0170 b:0170 l:000169 d:000169 METHOD /home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:640
c:0048 p:0041 s:0164 b:0164 l:000163 d:000163 METHOD /home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:223
c:0047 p:0019 s:0159 b:0159 l:000158 d:000158 METHOD /home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:240
c:0046 p:0035 s:0153 b:0153 l:000152 d:000152 TOP    /home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/all.rb:3
c:0045 p:---- s:0151 b:0151 l:000150 d:000150 FINISH
c:0044 p:---- s:0149 b:0149 l:000148 d:000148 CFUNC  :require
c:0043 p:0012 s:0145 b:0145 l:000129 d:000144 BLOCK  /home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:240
c:0042 p:0005 s:0143 b:0143 l:000134 d:000142 BLOCK  /home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:223
c:0041 p:0045 s:0141 b:0141 l:000140 d:000140 METHOD /home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:640
c:0040 p:0041 s:0135 b:0135 l:000134 d:000134 METHOD /home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:223
c:0039 p:0019 s:0130 b:0130 l:000129 d:000129 METHOD /home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:240
c:0038 p:0035 s:0124 b:0124 l:0013bc d:000123 BLOCK  /home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/railties-3.1.1/lib/rails/application/bootstrap.rb:13
c:0037 p:---- s:0122 b:0122 l:000121 d:000121 FINISH
c:0036 p:---- s:0120 b:0120 l:000119 d:000119 CFUNC  :instance_exec
c:0035 p:0022 s:0116 b:0116 l:000115 d:000115 METHOD /home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/railties-3.1.1/lib/rails/initializable.rb:30
c:0034 p:0028 s:0112 b:0112 l:000103 d:000111 BLOCK  /home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/railties-3.1.1/lib/rails/initializable.rb:55
c:0033 p:---- s:0109 b:0109 l:000108 d:000108 FINISH
c:0032 p:---- s:0107 b:0107 l:000106 d:000106 CFUNC  :each
c:0031 p:0046 s:0104 b:0104 l:000103 d:000103 METHOD /home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/railties-3.1.1/lib/rails/initializable.rb:54
c:0030 p:0035 s:0099 b:0099 l:000098 d:000098 METHOD /home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/railties-3.1.1/lib/rails/application.rb:96
c:0029 p:0021 s:0095 b:0095 l:000094 d:000094 METHOD /home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/railties-3.1.1/lib/rails/railtie/configurable.rb:30
c:0028 p:---- s:0090 b:0090 l:000089 d:000089 FINISH
c:0027 p:0044 s:0088 b:0088 l:000087 d:000087 TOP    /home/iblue/tmp/spine.rails3/config/environment.rb:5
c:0026 p:---- s:0086 b:0086 l:000085 d:000085 FINISH
c:0025 p:---- s:0084 b:0084 l:000083 d:000083 CFUNC  :require
c:0024 p:0029 s:0080 b:0080 l:001b1c d:000079 BLOCK  /home/iblue/tmp/spine.rails3/config.ru:4
c:0023 p:---- s:0078 b:0078 l:000077 d:000077 FINISH
c:0022 p:---- s:0076 b:0076 l:000075 d:000075 CFUNC  :instance_eval
c:0021 p:0031 s:0073 b:0073 l:000072 d:000072 METHOD /home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/rack-1.3.5/lib/rack/builder.rb:51
c:0020 p:---- s:0069 b:0069 l:000068 d:000068 FINISH
c:0019 p:---- s:0067 b:0067 l:000066 d:000066 CFUNC  :new
c:0018 p:0017 s:0064 b:0064 l:001b1c d:002604 EVAL   /home/iblue/tmp/spine.rails3/config.ru:1
c:0017 p:---- s:0062 b:0062 l:000061 d:000061 FINISH
c:0016 p:---- s:0060 b:0060 l:000059 d:000059 CFUNC  :eval
c:0015 p:0136 s:0054 b:0054 l:000053 d:000053 METHOD /home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/rack-1.3.5/lib/rack/builder.rb:40
c:0014 p:0114 s:0046 b:0046 l:000045 d:000045 METHOD /home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/rack-1.3.5/lib/rack/server.rb:200
c:0013 p:0024 s:0041 b:0041 l:000040 d:000040 METHOD /home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/railties-3.1.1/lib/rails/commands/server.rb:46
c:0012 p:0026 s:0038 b:0037 l:000036 d:000036 METHOD /home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/rack-1.3.5/lib/rack/server.rb:301
c:0011 p:0181 s:0034 b:0034 l:000033 d:000033 METHOD /home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/rack-1.3.5/lib/rack/server.rb:252
c:0010 p:0231 s:0029 b:0029 l:001d58 d:001d58 METHOD /home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/railties-3.1.1/lib/rails/commands/server.rb:70
c:0009 p:0063 s:0025 b:0025 l:000016 d:000024 BLOCK  /home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/railties-3.1.1/lib/rails/commands.rb:54
c:0008 p:---- s:0022 b:0022 l:000021 d:000021 FINISH
c:0007 p:---- s:0020 b:0020 l:000019 d:000019 CFUNC  :tap
c:0006 p:0721 s:0017 b:0017 l:000016 d:000016 TOP    /home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/railties-3.1.1/lib/rails/commands.rb:49
c:0005 p:---- s:0012 b:0012 l:000011 d:000011 FINISH
c:0004 p:---- s:0010 b:0010 l:000009 d:000009 CFUNC  :require
c:0003 p:0061 s:0006 b:0006 l:001b1c d:0009ec EVAL   script/rails:6
c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH
c:0001 p:0000 s:0002 b:0002 l:001b1c d:001b1c TOP   

-- Ruby level backtrace information ----------------------------------------
script/rails:6:in `<main>'
script/rails:6:in `require'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/railties-3.1.1/lib/rails/commands.rb:49:in `<top (required)>'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/railties-3.1.1/lib/rails/commands.rb:49:in `tap'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/railties-3.1.1/lib/rails/commands.rb:54:in `block in <top (required)>'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/railties-3.1.1/lib/rails/commands/server.rb:70:in `start'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/rack-1.3.5/lib/rack/server.rb:252:in `start'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/rack-1.3.5/lib/rack/server.rb:301:in `wrapped_app'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/railties-3.1.1/lib/rails/commands/server.rb:46:in `app'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/rack-1.3.5/lib/rack/server.rb:200:in `app'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/rack-1.3.5/lib/rack/builder.rb:40:in `parse_file'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/rack-1.3.5/lib/rack/builder.rb:40:in `eval'
/home/iblue/tmp/spine.rails3/config.ru:1:in `<main>'
/home/iblue/tmp/spine.rails3/config.ru:1:in `new'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/rack-1.3.5/lib/rack/builder.rb:51:in `initialize'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/rack-1.3.5/lib/rack/builder.rb:51:in `instance_eval'
/home/iblue/tmp/spine.rails3/config.ru:4:in `block in <main>'
/home/iblue/tmp/spine.rails3/config.ru:4:in `require'
/home/iblue/tmp/spine.rails3/config/environment.rb:5:in `<top (required)>'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/railties-3.1.1/lib/rails/railtie/configurable.rb:30:in `method_missing'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/railties-3.1.1/lib/rails/application.rb:96:in `initialize!'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/railties-3.1.1/lib/rails/initializable.rb:54:in `run_initializers'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/railties-3.1.1/lib/rails/initializable.rb:54:in `each'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/railties-3.1.1/lib/rails/initializable.rb:55:in `block in run_initializers'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/railties-3.1.1/lib/rails/initializable.rb:30:in `run'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/railties-3.1.1/lib/rails/initializable.rb:30:in `instance_exec'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/railties-3.1.1/lib/rails/application/bootstrap.rb:13:in `block in <module:Bootstrap>'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:240:in `require'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:223:in `load_dependency'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:640:in `new_constants_in'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:223:in `block in load_dependency'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:240:in `block in require'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:240:in `require'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/all.rb:3:in `<top (required)>'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:240:in `require'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:223:in `load_dependency'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:640:in `new_constants_in'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:223:in `block in load_dependency'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:240:in `block in require'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:240:in `require'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/core_ext.rb:1:in `<top (required)>'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/core_ext.rb:1:in `each'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/core_ext.rb:2:in `block in <top (required)>'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:240:in `require'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:223:in `load_dependency'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:640:in `new_constants_in'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:223:in `block in load_dependency'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:240:in `block in require'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:240:in `require'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/core_ext/object.rb:10:in `<top (required)>'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:240:in `require'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:223:in `load_dependency'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:640:in `new_constants_in'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:223:in `block in load_dependency'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:240:in `block in require'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:240:in `require'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/core_ext/object/to_json.rb:3:in `<top (required)>'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:240:in `require'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:223:in `load_dependency'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:640:in `new_constants_in'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:223:in `block in load_dependency'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:240:in `block in require'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:240:in `require'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/json-1.6.1/lib/json.rb:54:in `<top (required)>'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/json-1.6.1/lib/json.rb:58:in `<module:JSON>'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:240:in `require'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:223:in `load_dependency'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:640:in `new_constants_in'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:223:in `block in load_dependency'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:240:in `block in require'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:240:in `require'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/json-1.6.1/lib/json/ext.rb:3:in `<top (required)>'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/json-1.6.1/lib/json/ext.rb:6:in `<module:JSON>'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/json-1.6.1/lib/json/ext.rb:11:in `<module:Ext>'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/json-1.6.1/lib/json/common.rb:66:in `generator='
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/json-1.6.1/lib/json/common.rb:66:in `new'
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/json-1.6.1/lib/json/common.rb:66:in `initialize'

-- C level backtrace information -------------------------------------------
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x17e16a) [0x8d316a] vm_dump.c:796
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x52963) [0x7a7963] error.c:258
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(rb_bug+0x44) [0x7a8684] error.c:277
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(rb_check_type+0x1b7) [0x7a9e77] error.c:415
/home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/json-1.6.1/ext/json/ext/json/ext/generator.so(+0x2224) [0x2d5224] generator.c:1010
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x169245) [0x8be245] vm_insnhelper.c:317
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x174bca) [0x8c9bca] vm_eval.c:79
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(rb_obj_call_init+0x50) [0x7ae3f0] eval.c:876
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(rb_class_new_instance+0x3c) [0x7fd8ec] object.c:1625
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x169245) [0x8be245] vm_insnhelper.c:317
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x17757f) [0x8cc57f] vm_insnhelper.c:404
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x16e7d3) [0x8c37d3] insns.def:1015
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x1737f3) [0x8c87f3] vm.c:1220
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(rb_iseq_eval+0x144) [0x8ce104] vm.c:1447
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x59a59) [0x7aea59] load.c:310
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(rb_require_safe+0x5ae) [0x7affbe] load.c:619
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(rb_f_require+0x24) [0x7b02d4] load.c:465
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x169223) [0x8be223] vm_insnhelper.c:323
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x17757f) [0x8cc57f] vm_insnhelper.c:404
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x1701e9) [0x8c51e9] insns.def:1051
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x1737f3) [0x8c87f3] vm.c:1220
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(rb_iseq_eval+0x144) [0x8ce104] vm.c:1447
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x59a59) [0x7aea59] load.c:310
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(rb_require_safe+0x5ae) [0x7affbe] load.c:619
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(rb_f_require+0x24) [0x7b02d4] load.c:465
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x169223) [0x8be223] vm_insnhelper.c:323
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x17757f) [0x8cc57f] vm_insnhelper.c:404
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x1701e9) [0x8c51e9] insns.def:1051
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x1737f3) [0x8c87f3] vm.c:1220
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(rb_iseq_eval+0x144) [0x8ce104] vm.c:1447
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x59a59) [0x7aea59] load.c:310
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(rb_require_safe+0x5ae) [0x7affbe] load.c:619
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(rb_f_require+0x24) [0x7b02d4] load.c:465
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x169223) [0x8be223] vm_insnhelper.c:323
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x17757f) [0x8cc57f] vm_insnhelper.c:404
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x1701e9) [0x8c51e9] insns.def:1051
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x1737f3) [0x8c87f3] vm.c:1220
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(rb_iseq_eval+0x144) [0x8ce104] vm.c:1447
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x59a59) [0x7aea59] load.c:310
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(rb_require_safe+0x5ae) [0x7affbe] load.c:619
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(rb_f_require+0x24) [0x7b02d4] load.c:465
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x169223) [0x8be223] vm_insnhelper.c:323
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x17757f) [0x8cc57f] vm_insnhelper.c:404
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x1701e9) [0x8c51e9] insns.def:1051
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x1737f3) [0x8c87f3] vm.c:1220
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(rb_yield+0x53) [0x8cd673] vm.c:654
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(rb_ary_each+0x54) [0x773704] array.c:1478
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x16922d) [0x8be22d] vm_insnhelper.c:320
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x17757f) [0x8cc57f] vm_insnhelper.c:404
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x16e7d3) [0x8c37d3] insns.def:1015
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x1737f3) [0x8c87f3] vm.c:1220
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(rb_iseq_eval+0x144) [0x8ce104] vm.c:1447
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x59a59) [0x7aea59] load.c:310
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(rb_require_safe+0x5ae) [0x7affbe] load.c:619
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(rb_f_require+0x24) [0x7b02d4] load.c:465
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x169223) [0x8be223] vm_insnhelper.c:323
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x17757f) [0x8cc57f] vm_insnhelper.c:404
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x1701e9) [0x8c51e9] insns.def:1051
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x1737f3) [0x8c87f3] vm.c:1220
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(rb_iseq_eval+0x144) [0x8ce104] vm.c:1447
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x59a59) [0x7aea59] load.c:310
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(rb_require_safe+0x5ae) [0x7affbe] load.c:619
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(rb_f_require+0x24) [0x7b02d4] load.c:465
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x169223) [0x8be223] vm_insnhelper.c:323
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x17757f) [0x8cc57f] vm_insnhelper.c:404
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x1701e9) [0x8c51e9] insns.def:1051
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x1737f3) [0x8c87f3] vm.c:1220
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x178873) [0x8cd873] vm.c:647
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x169245) [0x8be245] vm_insnhelper.c:317
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x17757f) [0x8cc57f] vm_insnhelper.c:404
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x16e7d3) [0x8c37d3] insns.def:1015
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x1737f3) [0x8c87f3] vm.c:1220
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(rb_yield+0x53) [0x8cd673] vm.c:654
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(rb_ary_each+0x54) [0x773704] array.c:1478
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x16922d) [0x8be22d] vm_insnhelper.c:320
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x17757f) [0x8cc57f] vm_insnhelper.c:404
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x16e7d3) [0x8c37d3] insns.def:1015
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x1737f3) [0x8c87f3] vm.c:1220
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x174d83) [0x8c9d83] vm_eval.c:66
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x1755a3) [0x8ca5a3] vm_insnhelper.c:458
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x1776a7) [0x8cc6a7] vm_insnhelper.c:676
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x16e7d3) [0x8c37d3] insns.def:1015
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x1737f3) [0x8c87f3] vm.c:1220
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(rb_iseq_eval+0x144) [0x8ce104] vm.c:1447
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x59a59) [0x7aea59] load.c:310
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(rb_require_safe+0x5ae) [0x7affbe] load.c:619
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(rb_f_require+0x24) [0x7b02d4] load.c:465
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x169223) [0x8be223] vm_insnhelper.c:323
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x17757f) [0x8cc57f] vm_insnhelper.c:404
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x16e7d3) [0x8c37d3] insns.def:1015
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x1737f3) [0x8c87f3] vm.c:1220
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x1788cd) [0x8cd8cd] vm.c:647
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x169245) [0x8be245] vm_insnhelper.c:317
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x17757f) [0x8cc57f] vm_insnhelper.c:404
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x16e7d3) [0x8c37d3] insns.def:1015
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x1737f3) [0x8c87f3] vm.c:1220
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x174d83) [0x8c9d83] vm_eval.c:66
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(rb_obj_call_init+0x50) [0x7ae3f0] eval.c:876
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(rb_class_new_instance+0x3c) [0x7fd8ec] object.c:1625
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x169245) [0x8be245] vm_insnhelper.c:317
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x17757f) [0x8cc57f] vm_insnhelper.c:404
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x16e7d3) [0x8c37d3] insns.def:1015
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x1737f3) [0x8c87f3] vm.c:1220
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x173c62) [0x8c8c62] vm_eval.c:1030
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x174172) [0x8c9172] vm_eval.c:1071
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x169245) [0x8be245] vm_insnhelper.c:317
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x17757f) [0x8cc57f] vm_insnhelper.c:404
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x16e7d3) [0x8c37d3] insns.def:1015
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x1737f3) [0x8c87f3] vm.c:1220
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(rb_yield+0x53) [0x8cd673] vm.c:654
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0xa7332) [0x7fc332] object.c:548
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x16922d) [0x8be22d] vm_insnhelper.c:320
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x17757f) [0x8cc57f] vm_insnhelper.c:404
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x16e7d3) [0x8c37d3] insns.def:1015
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x1737f3) [0x8c87f3] vm.c:1220
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(rb_iseq_eval+0x144) [0x8ce104] vm.c:1447
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x59a59) [0x7aea59] load.c:310
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(rb_require_safe+0x5ae) [0x7affbe] load.c:619
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(rb_f_require+0x24) [0x7b02d4] load.c:465
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x169223) [0x8be223] vm_insnhelper.c:323
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x17757f) [0x8cc57f] vm_insnhelper.c:404
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x16e7d3) [0x8c37d3] insns.def:1015
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x1737f3) [0x8c87f3] vm.c:1220
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(rb_iseq_eval_main+0xb5) [0x8ce205] vm.c:1461
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(+0x56534) [0x7ab534] eval.c:204
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(ruby_exec_node+0x24) [0x7ac3a4] eval.c:251
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/lib/libruby.so.1.9(ruby_run_node+0x36) [0x7ae316] eval.c:244
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/bin/ruby() [0x8048658] main.c:38
/lib/i386-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0xd71113]
/home/iblue/.rvm/rubies/ruby-1.9.3-p0/bin/ruby() [0x8048681] main.c:40

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

* Loaded script: script/rails

* Loaded features:

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


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

In This Thread