Project

General

Profile

Bug #8373

Updated by nobu (Nobuyoshi Nakada) almost 11 years ago

Yesterday, running "rails server" worked. Today it didn't. What happened is the following: 

 First, I will describe the bug error I have received (and a recommendation to post here), then I will describe the full set of my actions. 

 I got the following note when running "rails server" in my rails application folder: 

 Alexs-MacBook-Pro:treebook Alex$ rails s 
 => Booting WEBrick 
 => Rails 3.2.11 application starting in development on http://0.0.0.0:3000 
 => Call with -d to detach 
 => Ctrl-C to shutdown server 
 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/json-1.7.7/lib/json/common.rb:67: [BUG] unknown type 0x22 (0xc given) 
 ruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-darwin12.2.1] 

   [NOTE] 
   You may have encountered a bug in the Ruby interpreter or extension libraries. 
   Bug reports are welcome. 
   For details: http://www.ruby-lang.org/bugreport.html 

   Abort trap: 6 

 So as not to overwhelm my angel from ruby-trunk, I've put the rest of the system's message at the very bottom of this issue. In the following paragraphs, I will trace my actions before the error. 

 Yesterday, I switched my computer to using ruby -v 1.9.3p194. I did "rails new treebook" in command line. Success! Same with "rails s"! Then today, I noticed that with 'ruby -v' I got 1.8.7. So I used rvm default, which got me 1.9.3p194. Then, when I returned to the app, i couldn't start the server! 

 Furthermore, even when I make a new rails app, I still can't start the server~ How vexing.  

 To problem-solve, I tried the following: 
 -re-installing ruby with rvm (which failed and deleted my version of ruby) 
 -changing /etc/rvmrc to make rvm work, according to http://stackoverflow.com/questions/12928581/problems-installing-ruby-on-mountain-lion-ruby-1-9-3-wont-compile 
 -using JewleryBox app to re-install ruby -v (success) 

 And I still have the same problem, "rails server" doesn't work! 

 Please let me know what other info you might need. Thanks. 

 -- Control frame information ----------------------------------------------- 
 c:0083 p:---- s:0277 b:0277 l:000276 d:000276 CFUNC    :initialize 
 c:0082 p:---- s:0275 b:0275 l:000274 d:000274 CFUNC    :new 
 c:0081 p:0099 s:0272 b:0270 l:000269 d:000269 METHOD /usr/local/rvm/gems/ruby-1.9.3-p194/gems/json-1.7.7/lib/json/common.rb:67 
 c:0080 p:0090 s:0261 b:0260 l:000259 d:000259 CLASS    /usr/local/rvm/gems/ruby-1.9.3-p194/gems/json-1.7.7/lib/json/ext.rb:17 
 c:0079 p:0011 s:0258 b:0258 l:000257 d:000257 CLASS    /usr/local/rvm/gems/ruby-1.9.3-p194/gems/json-1.7.7/lib/json/ext.rb:12 
 c:0078 p:0074 s:0256 b:0256 l:000255 d:000255 TOP      /usr/local/rvm/gems/ruby-1.9.3-p194/gems/json-1.7.7/lib/json/ext.rb:9 
 c:0077 p:---- s:0254 b:0254 l:000253 d:000253 FINISH 
 c:0076 p:---- s:0252 b:0252 l:000251 d:000251 CFUNC    :require 
 c:0075 p:0010 s:0248 b:0248 l:000240 d:000247 BLOCK    /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/dependencies.rb:251 
 c:0074 p:0071 s:0246 b:0246 l:000245 d:000245 METHOD /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/dependencies.rb:236 
 c:0073 p:0019 s:0241 b:0241 l:000240 d:000240 METHOD /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/dependencies.rb:251 
 c:0072 p:0027 s:0236 b:0236 l:000235 d:000235 CLASS    /usr/local/rvm/gems/ruby-1.9.3-p194/gems/json-1.7.7/lib/json.rb:58 
 c:0071 p:0021 s:0234 b:0234 l:000233 d:000233 TOP      /usr/local/rvm/gems/ruby-1.9.3-p194/gems/json-1.7.7/lib/json.rb:54 
 c:0070 p:---- s:0232 b:0232 l:000231 d:000231 FINISH 
 c:0069 p:---- s:0230 b:0230 l:000229 d:000229 CFUNC    :require 
 c:0068 p:0010 s:0226 b:0226 l:000218 d:000225 BLOCK    /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/dependencies.rb:251 
 c:0067 p:0071 s:0224 b:0224 l:000223 d:000223 METHOD /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/dependencies.rb:236 
 c:0066 p:0019 s:0219 b:0219 l:000218 d:000218 METHOD /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/dependencies.rb:251 
 c:0065 p:0013 s:0214 b:0214 l:000213 d:000213 TOP      /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/object/to_json.rb:3 
 c:0064 p:---- s:0212 b:0212 l:000211 d:000211 FINISH 
 c:0063 p:---- s:0210 b:0210 l:000209 d:000209 CFUNC    :require 
 c:0062 p:0010 s:0206 b:0206 l:000198 d:000205 BLOCK    /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/dependencies.rb:251 
 c:0061 p:0071 s:0204 b:0204 l:000203 d:000203 METHOD /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/dependencies.rb:236 
 c:0060 p:0019 s:0199 b:0199 l:000198 d:000198 METHOD /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/dependencies.rb:251 
 c:0059 p:0095 s:0194 b:0194 l:000193 d:000193 TOP      /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/object.rb:10 
 c:0058 p:---- s:0192 b:0192 l:000191 d:000191 FINISH 
 c:0057 p:---- s:0190 b:0190 l:000189 d:000189 CFUNC    :require 
 c:0056 p:0010 s:0186 b:0186 l:000178 d:000185 BLOCK    /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/dependencies.rb:251 
 c:0055 p:0071 s:0184 b:0184 l:000183 d:000183 METHOD /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/dependencies.rb:236 
 c:0054 p:0019 s:0179 b:0179 l:000178 d:000178 METHOD /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/dependencies.rb:251 
 c:0053 p:0032 s:0174 b:0174 l:000165 d:000173 BLOCK    /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext.rb:2 
 c:0052 p:---- s:0171 b:0171 l:000170 d:000170 FINISH 
 c:0051 p:---- s:0169 b:0169 l:000168 d:000168 CFUNC    :each 
 c:0050 p:0043 s:0166 b:0166 l:000165 d:000165 TOP      /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext.rb:1 
 c:0049 p:---- s:0164 b:0164 l:000163 d:000163 FINISH 
 c:0048 p:---- s:0162 b:0162 l:000161 d:000161 CFUNC    :require 
 c:0047 p:0010 s:0158 b:0158 l:000150 d:000157 BLOCK    /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/dependencies.rb:251 
 c:0046 p:0071 s:0156 b:0156 l:000155 d:000155 METHOD /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/dependencies.rb:236 
 c:0045 p:0019 s:0151 b:0151 l:000150 d:000150 METHOD /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/dependencies.rb:251 
 c:0044 p:0035 s:0146 b:0146 l:000145 d:000145 TOP      /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/all.rb:3 
 c:0043 p:---- s:0144 b:0144 l:000143 d:000143 FINISH 
 c:0042 p:---- s:0142 b:0142 l:000141 d:000141 CFUNC    :require 
 c:0041 p:0010 s:0138 b:0138 l:000130 d:000137 BLOCK    /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/dependencies.rb:251 
 c:0040 p:0071 s:0136 b:0136 l:000135 d:000135 METHOD /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/dependencies.rb:236 
 c:0039 p:0019 s:0131 b:0131 l:000130 d:000130 METHOD /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/dependencies.rb:251 
 c:0038 p:0035 s:0126 b:0126 l:0016c8 d:000125 BLOCK    /usr/local/rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.11/lib/rails/application/bootstrap.rb:13 
 c:0037 p:---- s:0124 b:0124 l:000123 d:000123 FINISH 
 c:0036 p:---- s:0122 b:0122 l:000121 d:000121 CFUNC    :instance_exec 
 c:0035 p:0022 s:0118 b:0118 l:000117 d:000117 METHOD /usr/local/rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.11/lib/rails/initializable.rb:30 
 c:0034 p:0028 s:0114 b:0114 l:000105 d:000113 BLOCK    /usr/local/rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.11/lib/rails/initializable.rb:55 
 c:0033 p:---- s:0111 b:0111 l:000110 d:000110 FINISH 
 c:0032 p:---- s:0109 b:0109 l:000108 d:000108 CFUNC    :each 
 c:0031 p:0046 s:0106 b:0106 l:000105 d:000105 METHOD /usr/local/rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.11/lib/rails/initializable.rb:54 
 c:0030 p:0035 s:0101 b:0101 l:000100 d:000100 METHOD /usr/local/rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.11/lib/rails/application.rb:136 
 c:0029 p:0021 s:0097 b:0097 l:000096 d:000096 METHOD /usr/local/rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.11/lib/rails/railtie/configurable.rb:30 
 c:0028 p:---- s:0092 b:0092 l:000091 d:000091 FINISH 
 c:0027 p:0044 s:0090 b:0090 l:000089 d:000089 TOP      /Users/Alex/Desktop/programs/treebook/config/environment.rb:5 
 c:0026 p:---- s:0088 b:0088 l:000087 d:000087 FINISH 
 c:0025 p:---- s:0086 b:0086 l:000085 d:000085 CFUNC    :require 
 c:0024 p:0029 s:0082 b:0082 l:001128 d:000081 BLOCK    /Users/Alex/Desktop/programs/treebook/config.ru:3 
 c:0023 p:---- s:0080 b:0080 l:000079 d:000079 FINISH 
 c:0022 p:---- s:0078 b:0078 l:000077 d:000077 CFUNC    :instance_eval 
 c:0021 p:0043 s:0075 b:0075 l:000074 d:000074 METHOD /usr/local/rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.5/lib/rack/builder.rb:51 
 c:0020 p:---- s:0070 b:0070 l:000069 d:000069 FINISH 
 c:0019 p:---- s:0068 b:0068 l:000067 d:000067 CFUNC    :new 
 c:0018 p:0017 s:0065 b:0065 l:001128 d:0022a8 EVAL   
 c:0017 p:---- s:0063 b:0063 l:000062 d:000062 FINISH 
 c:0016 p:---- s:0061 b:0061 l:000060 d:000060 CFUNC    :eval 
 c:0015 p:0138 s:0054 b:0054 l:000053 d:000053 METHOD /usr/local/rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.5/lib/rack/builder.rb:40 
 c:0014 p:0114 s:0046 b:0046 l:000045 d:000045 METHOD /usr/local/rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.5/lib/rack/server.rb:200 
 c:0013 p:0024 s:0041 b:0041 l:000040 d:000040 METHOD /usr/local/rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.11/lib/rails/commands/server.rb:46 
 c:0012 p:0026 s:0038 b:0037 l:000036 d:000036 METHOD /usr/local/rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.5/lib/rack/server.rb:304 
 c:0011 p:0204 s:0034 b:0034 l:000033 d:000033 METHOD /usr/local/rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.5/lib/rack/server.rb:254 
 c:0010 p:0231 s:0028 b:0028 l:000540 d:000540 METHOD /usr/local/rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.11/lib/rails/commands/server.rb:70 
 c:0009 p:0063 s:0024 b:0024 l:000015 d:000023 BLOCK    /usr/local/rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.11/lib/rails/commands.rb:55 
 c:0008 p:---- s:0021 b:0021 l:000020 d:000020 FINISH 
 c:0007 p:---- s:0019 b:0019 l:000018 d:000018 CFUNC    :tap 
 c:0006 p:0702 s:0016 b:0016 l:000015 d:000015 TOP      /usr/local/rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.11/lib/rails/commands.rb:50 
 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:001128 d:0006c8 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:001128 d:001128 TOP    

 -- Ruby level backtrace information ---------------------------------------- 
 script/rails:6:in `<main>' 
 script/rails:6:in `require' 
 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.11/lib/rails/commands.rb:50:in `<top (required)>' 
 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.11/lib/rails/commands.rb:50:in `tap' 
 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.11/lib/rails/commands.rb:55:in `block in <top (required)>' 
 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.11/lib/rails/commands/server.rb:70:in `start' 
 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.5/lib/rack/server.rb:254:in `start' 
 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.5/lib/rack/server.rb:304:in `wrapped_app' 
 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.11/lib/rails/commands/server.rb:46:in `app' 
 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.5/lib/rack/server.rb:200:in `app' 
 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.5/lib/rack/builder.rb:40:in `parse_file' 
 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.5/lib/rack/builder.rb:40:in `eval' 
 /Users/Alex/Desktop/programs/treebook/config.ru:0:in `<main>' 
 /Users/Alex/Desktop/programs/treebook/config.ru:0:in `new' 
 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.5/lib/rack/builder.rb:51:in `initialize' 
 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.5/lib/rack/builder.rb:51:in `instance_eval' 
 /Users/Alex/Desktop/programs/treebook/config.ru:3:in `block in <main>' 
 /Users/Alex/Desktop/programs/treebook/config.ru:3:in `require' 
 /Users/Alex/Desktop/programs/treebook/config/environment.rb:5:in `<top (required)>' 
 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.11/lib/rails/railtie/configurable.rb:30:in `method_missing' 
 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.11/lib/rails/application.rb:136:in `initialize!' 
 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.11/lib/rails/initializable.rb:54:in `run_initializers' 
 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.11/lib/rails/initializable.rb:54:in `each' 
 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.11/lib/rails/initializable.rb:55:in `block in run_initializers' 
 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.11/lib/rails/initializable.rb:30:in `run' 
 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.11/lib/rails/initializable.rb:30:in `instance_exec' 
 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.11/lib/rails/application/bootstrap.rb:13:in `block in <module:Bootstrap>' 
 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/dependencies.rb:251:in `require' 
 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/dependencies.rb:236:in `load_dependency' 
 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/dependencies.rb:251:in `block in require' 
 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/dependencies.rb:251:in `require' 
 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/all.rb:3:in `<top (required)>' 
 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/dependencies.rb:251:in `require' 
 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/dependencies.rb:236:in `load_dependency' 
 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/dependencies.rb:251:in `block in require' 
 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/dependencies.rb:251:in `require' 
 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext.rb:1:in `<top (required)>' 
 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext.rb:1:in `each' 
 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext.rb:2:in `block in <top (required)>' 
 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/dependencies.rb:251:in `require' 
 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/dependencies.rb:236:in `load_dependency' 
 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/dependencies.rb:251:in `block in require' 
 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/dependencies.rb:251:in `require' 
 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/object.rb:10:in `<top (required)>' 
 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/dependencies.rb:251:in `require' 
 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/dependencies.rb:236:in `load_dependency' 
 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/dependencies.rb:251:in `block in require' 
 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/dependencies.rb:251:in `require' 
 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/object/to_json.rb:3:in `<top (required)>' 
 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/dependencies.rb:251:in `require' 
 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/dependencies.rb:236:in `load_dependency' 
 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/dependencies.rb:251:in `block in require' 
 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/dependencies.rb:251:in `require' 
 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/json-1.7.7/lib/json.rb:54:in `<top (required)>' 
 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/json-1.7.7/lib/json.rb:58:in `<module:JSON>' 
 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/dependencies.rb:251:in `require' 
 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/dependencies.rb:236:in `load_dependency' 
 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/dependencies.rb:251:in `block in require' 
 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/dependencies.rb:251:in `require' 
 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/json-1.7.7/lib/json/ext.rb:9:in `<top (required)>' 
 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/json-1.7.7/lib/json/ext.rb:12:in `<module:JSON>' 
 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/json-1.7.7/lib/json/ext.rb:17:in `<module:Ext>' 
 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/json-1.7.7/lib/json/common.rb:67:in `generator=' 
 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/json-1.7.7/lib/json/common.rb:67:in `new' 
 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/json-1.7.7/lib/json/common.rb:67:in `initialize' 

 -- 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 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/x86_64-darwin12.2.1/enc/encdb.bundle 
     2 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/x86_64-darwin12.2.1/enc/trans/transdb.bundle 
     3 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/defaults.rb 
     4 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/x86_64-darwin12.2.1/rbconfig.rb 
     5 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/deprecate.rb 
     6 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/exceptions.rb 
     7 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb 
     8 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems.rb 
     9 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/x86_64-darwin12.2.1/pathname.bundle 
    10 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/pathname.rb 
    11 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/user_interaction.rb 
    12 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/x86_64-darwin12.2.1/etc.bundle 
    13 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/config_file.rb 
    14 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/version.rb 
    15 /usr/local/rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.3.5/lib/bundler/rubygems_integration.rb 
    16 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/requirement.rb 
    17 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/dependency.rb 
    18 /usr/local/rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.3.5/lib/bundler/shared_helpers.rb 
    19 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/fileutils.rb 
    20 /usr/local/rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.3.5/lib/bundler/gem_path_manipulation.rb 
    21 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/platform.rb 
    22 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/specification.rb 
    23 /usr/local/rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.3.5/lib/bundler/gem_helpers.rb 
    24 /usr/local/rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.3.5/lib/bundler/match_platform.rb 
    25 /usr/local/rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.3.5/lib/bundler/rubygems_ext.rb 
    26 /usr/local/rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.3.5/lib/bundler/version.rb 
    27 /usr/local/rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.3.5/lib/bundler.rb 
    28 /usr/local/rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.3.5/lib/bundler/settings.rb 
    29 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/path_support.rb 
    30 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/x86_64-darwin12.2.1/digest.bundle 
    31 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/digest.rb 
    32 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/x86_64-darwin12.2.1/digest/sha1.bundle 
    33 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/set.rb 
    34 /usr/local/rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.3.5/lib/bundler/definition.rb 
    35 /usr/local/rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.3.5/lib/bundler/dependency.rb 
    36 /usr/local/rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.3.5/lib/bundler/ruby_dsl.rb 
    37 /usr/local/rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.3.5/lib/bundler/dsl.rb 
    38 /usr/local/rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.3.5/lib/bundler/source.rb 
    39 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/uri/common.rb 
    40 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/uri/generic.rb 
    41 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/uri/ftp.rb 
    42 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/uri/http.rb 
    43 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/uri/https.rb 
    44 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/uri/ldap.rb 
    45 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/uri/ldaps.rb 
    46 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/uri/mailto.rb 
    47 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/uri.rb 
    48 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/remote_fetcher.rb 
    49 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/errors.rb 
    50 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/text.rb 
    51 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/spec_fetcher.rb 
    52 /usr/local/rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.3.5/lib/bundler/source/rubygems.rb 
    53 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/x86_64-darwin12.2.1/strscan.bundle 
    54 /usr/local/rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.3.5/lib/bundler/source/path.rb 
    55 /usr/local/rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.3.5/lib/bundler/source/git.rb 
    56 /usr/local/rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.3.5/lib/bundler/lockfile_parser.rb 
    57 /usr/local/rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.3.5/lib/bundler/lazy_specification.rb 
    58 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/tsort.rb 
    59 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/forwardable.rb 
    60 /usr/local/rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.3.5/lib/bundler/spec_set.rb 
    61 /usr/local/rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.3.5/lib/bundler/environment.rb 
    62 /usr/local/rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.3.5/lib/bundler/runtime.rb 
    63 /usr/local/rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.3.5/lib/bundler/index.rb 
    64 /usr/local/rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.3.5/lib/bundler/remote_specification.rb 
    65 /usr/local/rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.3.5/lib/bundler/endpoint_specification.rb 
    66 /usr/local/rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.3.5/lib/bundler/dep_proxy.rb 
    67 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/source_index.rb 
    68 /usr/local/rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.3.5/lib/bundler/setup.rb 
    69 /Users/Alex/Desktop/programs/treebook/config/boot.rb 
    70 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/object/inclusion.rb 
    71 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/optparse.rb 
    72 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/x86_64-darwin12.2.1/openssl.bundle 
    73 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/openssl/bn.rb 
    74 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/openssl/cipher.rb 
    75 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/x86_64-darwin12.2.1/stringio.bundle 
    76 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/openssl/config.rb 
    77 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/openssl/digest.rb 
    78 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/openssl/buffering.rb 
    79 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/x86_64-darwin12.2.1/fcntl.bundle 
    80 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/openssl/ssl-internal.rb 
    81 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/openssl/x509-internal.rb 
    82 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/openssl.rb 
    83 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/securerandom.rb 
    84 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/inflector/inflections.rb 
    85 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/inflections.rb 
    86 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/inflector/methods.rb 
    87 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/lazy_load_hooks.rb 
    88 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/dependencies/autoload.rb 
    89 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/version.rb 
    90 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support.rb 
    91 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.11/lib/action_pack/version.rb 
    92 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.11/lib/action_pack.rb 
    93 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activemodel-3.2.11/lib/active_model/version.rb 
    94 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/i18n-0.6.4/lib/i18n/version.rb 
    95 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/i18n-0.6.4/lib/i18n/exceptions.rb 
    96 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/i18n-0.6.4/lib/i18n/interpolate/ruby.rb 
    97 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/i18n-0.6.4/lib/i18n.rb 
    98 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/i18n-0.6.4/lib/i18n/config.rb 
    99 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/i18n.rb 
   100 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activemodel-3.2.11/lib/active_model.rb 
   101 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.5/lib/rack.rb 
   102 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.11/lib/action_dispatch.rb 
   103 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.5/lib/rack/server.rb 
   104 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.11/lib/rails/commands/server.rb 
   105 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.11/lib/rails/ruby_version_check.rb 
   106 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/kernel/reporting.rb 
   107 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/array/extract_options.rb 
   108 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/class/attribute_accessors.rb 
   109 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/notifications/fanout.rb 
   110 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/notifications.rb 
   111 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/array/wrap.rb 
   112 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/deprecation/behaviors.rb 
   113 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/deprecation/reporting.rb 
   114 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/module/deprecation.rb 
   115 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/module/aliasing.rb 
   116 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/deprecation/method_wrappers.rb 
   117 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/deprecation/proxy_wrappers.rb 
   118 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/deprecation.rb 
   119 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/thread.rb 
   120 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/monitor.rb 
   121 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/logger.rb 
   122 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/logger.rb 
   123 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/hash/reverse_merge.rb 
   124 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.11/lib/rails/initializable.rb 
   125 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/syntax_error.rb 
   126 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/x86_64-darwin12.2.1/psych.bundle 
   127 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/nodes/node.rb 
   128 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/nodes/stream.rb 
   129 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/nodes/document.rb 
   130 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/nodes/sequence.rb 
   131 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/nodes/scalar.rb 
   132 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/nodes/mapping.rb 
   133 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/nodes/alias.rb 
   134 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/nodes.rb 
   135 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/streaming.rb 
   136 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/visitors/visitor.rb 
   137 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/scalar_scanner.rb 
   138 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/visitors/to_ruby.rb 
   139 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/visitors/emitter.rb 
   140 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/visitors/yaml_tree.rb 
   141 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/json/ruby_events.rb 
   142 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/visitors/json_tree.rb 
   143 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/visitors/depth_first.rb 
   144 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/visitors.rb 
   145 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/handler.rb 
   146 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/tree_builder.rb 
   147 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/parser.rb 
   148 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/omap.rb 
   149 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/set.rb 
   150 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/coder.rb 
   151 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/core_ext.rb 
   152 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/x86_64-darwin12.2.1/date_core.bundle 
   153 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/date/format.rb 
   154 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/date.rb 
   155 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/deprecated.rb 
   156 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/stream.rb 
   157 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/json/yaml_events.rb 
   158 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/json/tree_builder.rb 
   159 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/json/stream.rb 
   160 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych/handlers/document_stream.rb 
   161 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych.rb 
   162 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/yaml.rb 
   163 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/ordered_hash.rb 
   164 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/ordered_options.rb 
   165 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/hash/deep_dup.rb 
   166 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.11/lib/rails/paths.rb 
   167 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.11/lib/rails/rack.rb 
   168 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.11/lib/rails/configuration.rb 
   169 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/module/attribute_accessors.rb 
   170 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/multibyte/utils.rb 
   171 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/multibyte.rb 
   172 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/string/multibyte.rb 
   173 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/inflector/transliterate.rb 
   174 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/string/inflections.rb 
   175 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/inflector.rb 
   176 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/module/introspection.rb 
   177 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/module/delegation.rb 
   178 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.11/lib/rails/railtie.rb 
   179 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.11/lib/rails/engine/railties.rb 
   180 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.11/lib/rails/engine.rb 
   181 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/time.rb 
   182 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/base64.rb 
   183 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/base64.rb 
   184 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/string/encoding.rb 
   185 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/object/blank.rb 
   186 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/xml_mini/rexml.rb 
   187 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/xml_mini.rb 
   188 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/hash/keys.rb 
   189 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/array/conversions.rb 
   190 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.11/lib/rails/plugin.rb 
   191 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.11/lib/rails/application.rb 
   192 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.11/lib/rails/version.rb 
   193 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/file_update_checker.rb 
   194 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/concern.rb 
   195 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.11/lib/rails/railtie/configurable.rb 
   196 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.11/lib/rails/railtie/configuration.rb 
   197 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/i18n_railtie.rb 
   198 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/railtie.rb 
   199 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.11/lib/action_dispatch/railtie.rb 
   200 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.11/lib/rails.rb 
   201 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel/crud.rb 
   202 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel/factory_methods.rb 
   203 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel/expressions.rb 
   204 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel/predications.rb 
   205 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel/math.rb 
   206 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel/alias_predication.rb 
   207 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel/order_predications.rb 
   208 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel/table.rb 
   209 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel/attributes/attribute.rb 
   210 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel/attributes.rb 
   211 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel/compatibility/wheres.rb 
   212 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel/relation.rb 
   213 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel/expression.rb 
   214 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel/visitors/visitor.rb 
   215 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel/visitors/depth_first.rb 
   216 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/x86_64-darwin12.2.1/bigdecimal.bundle 
   217 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel/visitors/to_sql.rb 
   218 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel/visitors/sqlite.rb 
   219 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel/visitors/postgresql.rb 
   220 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel/visitors/mysql.rb 
   221 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel/visitors/mssql.rb 
   222 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel/visitors/oracle.rb 
   223 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel/visitors/join_sql.rb 
   224 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel/visitors/where_sql.rb 
   225 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel/visitors/order_clauses.rb 
   226 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel/visitors/dot.rb 
   227 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel/visitors/ibm_db.rb 
   228 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel/visitors/informix.rb 
   229 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel/visitors.rb 
   230 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel/tree_manager.rb 
   231 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel/insert_manager.rb 
   232 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel/select_manager.rb 
   233 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel/update_manager.rb 
   234 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel/delete_manager.rb 
   235 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel/nodes/node.rb 
   236 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel/nodes/select_statement.rb 
   237 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel/nodes/select_core.rb 
   238 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel/nodes/insert_statement.rb 
   239 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel/nodes/update_statement.rb 
   240 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel/nodes/terminal.rb 
   241 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel/nodes/true.rb 
   242 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel/nodes/false.rb 
   243 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel/nodes/unary.rb 
   244 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel/nodes/ascending.rb 
   245 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel/nodes/descending.rb 
   246 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel/nodes/unqualified_column.rb 
   247 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel/nodes/with.rb 
   248 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel/nodes/binary.rb 
   249 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel/nodes/equality.rb 
   250 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel/nodes/in.rb 
   251 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel/nodes/join_source.rb 
   252 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel/nodes/delete_statement.rb 
   253 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel/nodes/table_alias.rb 
   254 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel/nodes/infix_operation.rb 
   255 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel/nodes/and.rb 
   256 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel/nodes/function.rb 
   257 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel/nodes/count.rb 
   258 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel/nodes/values.rb 
   259 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel/nodes/named_function.rb 
   260 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel/nodes/inner_join.rb 
   261 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel/nodes/outer_join.rb 
   262 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel/nodes/string_join.rb 
   263 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel/nodes/sql_literal.rb 
   264 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel/nodes.rb 
   265 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel/deprecated.rb 
   266 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel/sql/engine.rb 
   267 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel/sql_literal.rb 
   268 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/arel-3.0.2/lib/arel.rb 
   269 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.11/lib/active_record/version.rb 
   270 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/enumerable.rb 
   271 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/kernel/singleton_class.rb 
   272 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/module/remove_method.rb 
   273 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/class/attribute.rb 
   274 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activemodel-3.2.11/lib/active_model/attribute_methods.rb 
   275 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.11/lib/active_record/attribute_methods.rb 
   276 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/bigdecimal/util.rb 
   277 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb 
   278 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/benchmark.rb 
   279 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.11/lib/active_record/connection_adapters/schema_cache.rb 
   280 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/big_decimal/conversions.rb 
   281 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.11/lib/active_record/connection_adapters/abstract/quoting.rb 
   282 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.11/lib/active_record/connection_adapters/abstract/database_statements.rb 
   283 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.11/lib/active_record/connection_adapters/abstract/schema_statements.rb 
   284 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.11/lib/active_record/connection_adapters/abstract/database_limits.rb 
   285 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.11/lib/active_record/connection_adapters/abstract/query_cache.rb 
   286 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/descendants_tracker.rb 
   287 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/callbacks.rb 
   288 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.11/lib/active_record/connection_adapters/abstract_adapter.rb 
   289 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.11/lib/active_record/scoping.rb 
   290 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.11/lib/active_record.rb 
   291 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activemodel-3.2.11/lib/active_model/railtie.rb 
   292 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/basic_object.rb 
   293 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/object/acts_like.rb 
   294 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/duration.rb 
   295 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/object/try.rb 
   296 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/values/time_zone.rb 
   297 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/time_with_zone.rb 
   298 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/time/zones.rb 
   299 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/date/zones.rb 
   300 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/date/calculations.rb 
   301 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/time/publicize_conversion_methods.rb 
   302 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/time/conversions.rb 
   303 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/date_time/calculations.rb 
   304 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/date_time/conversions.rb 
   305 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/process/daemon.rb 
   306 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/time/calculations.rb 
   307 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/string/conversions.rb 
   308 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/i18n-0.6.4/lib/i18n/core_ext/string/interpolate.rb 
   309 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/string/interpolation.rb 
   310 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/rexml/rexml.rb 
   311 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/rexml.rb 
   312 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/file/path.rb 
   313 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/module/method_names.rb 
   314 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/ruby/shim.rb 
   315 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/module/attr_internal.rb 
   316 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/module/anonymous.rb 
   317 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.11/lib/abstract_controller.rb 
   318 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/erb.rb 
   319 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/string/output_safety.rb 
   320 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.11/lib/action_view.rb 
   321 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.11/lib/action_controller/vendor/html-scanner.rb 
   322 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/load_error.rb 
   323 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/name_error.rb 
   324 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/uri.rb 
   325 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.11/lib/action_controller.rb 
   326 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.11/lib/action_view/railtie.rb 
   327 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.11/lib/abstract_controller/railties/routes_helpers.rb 
   328 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.11/lib/action_controller/railties/paths.rb 
   329 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.11/lib/action_controller/railtie.rb 
   330 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.11/lib/active_record/railtie.rb 
   331 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/actionmailer-3.2.11/lib/action_mailer/version.rb 
   332 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/class/delegating_attributes.rb 
   333 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/module/reachable.rb 
   334 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/class/subclasses.rb 
   335 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/class.rb 
   336 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/array/uniq_by.rb 
   337 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/actionmailer-3.2.11/lib/action_mailer.rb 
   338 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/actionmailer-3.2.11/lib/action_mailer/railtie.rb 
   339 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activeresource-3.2.11/lib/active_resource/exceptions.rb 
   340 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activeresource-3.2.11/lib/active_resource/version.rb 
   341 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activeresource-3.2.11/lib/active_resource.rb 
   342 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activeresource-3.2.11/lib/active_resource/railtie.rb 
   343 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.11/lib/rails/test_unit/railtie.rb 
   344 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.11/lib/sprockets/railtie.rb 
   345 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.11/lib/rails/all.rb 
   346 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/string_inquirer.rb 
   347 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/sqlite3-1.3.7/lib/sqlite3/sqlite3_native.bundle 
   348 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/sqlite3-1.3.7/lib/sqlite3/constants.rb 
   349 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/sqlite3-1.3.7/lib/sqlite3/errors.rb 
   350 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/sqlite3-1.3.7/lib/sqlite3/pragmas.rb 
   351 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/sqlite3-1.3.7/lib/sqlite3/resultset.rb 
   352 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/sqlite3-1.3.7/lib/sqlite3/statement.rb 
   353 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/sqlite3-1.3.7/lib/sqlite3/translator.rb 
   354 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/sqlite3-1.3.7/lib/sqlite3/value.rb 
   355 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/sqlite3-1.3.7/lib/sqlite3/database.rb 
   356 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/sqlite3-1.3.7/lib/sqlite3/version.rb 
   357 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/sqlite3-1.3.7/lib/sqlite3.rb 
   358 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/sass-rails-3.2.6/lib/sass/rails/version.rb 
   359 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/sass-rails-3.2.6/lib/sass/rails/helpers.rb 
   360 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/sass-3.2.8/lib/sass/logger/log_level.rb 
   361 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/sass-3.2.8/lib/sass/logger/base.rb 
   362 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/sass-3.2.8/lib/sass/logger.rb 
   363 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/sass-rails-3.2.6/lib/sass/rails/logger.rb 
   364 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/sass-rails-3.2.6/lib/sass/rails/railtie.rb 
   365 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/sass-rails-3.2.6/lib/sass/rails.rb 
   366 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/sass-rails-3.2.6/lib/sass-rails.rb 
   367 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/execjs-1.4.0/lib/execjs/version.rb 
   368 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/execjs-1.4.0/lib/execjs/module.rb 
   369 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/execjs-1.4.0/lib/execjs/encoding.rb 
   370 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/execjs-1.4.0/lib/execjs/runtime.rb 
   371 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/execjs-1.4.0/lib/execjs/disabled_runtime.rb 
   372 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/shellwords.rb 
   373 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/delegate.rb 
   374 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/tmpdir.rb 
   375 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/tempfile.rb 
   376 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/execjs-1.4.0/lib/execjs/external_runtime.rb 
   377 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/execjs-1.4.0/lib/execjs/johnson_runtime.rb 
   378 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/execjs-1.4.0/lib/execjs/mustang_runtime.rb 
   379 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/execjs-1.4.0/lib/execjs/ruby_racer_runtime.rb 
   380 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/execjs-1.4.0/lib/execjs/ruby_rhino_runtime.rb 
   381 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/execjs-1.4.0/lib/execjs/runtimes.rb 
   382 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/multi_json-1.7.3/lib/multi_json/options.rb 
   383 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/multi_json-1.7.3/lib/multi_json/version.rb 
   384 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/multi_json-1.7.3/lib/multi_json.rb 
   385 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/execjs-1.4.0/lib/execjs/json.rb 
   386 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/execjs-1.4.0/lib/execjs.rb 
   387 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/coffee-script-source-1.6.2/lib/coffee_script/source.rb 
   388 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/coffee-script-2.2.0/lib/coffee_script.rb 
   389 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/coffee-script-2.2.0/lib/coffee-script.rb 
   390 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.11/lib/rails/engine/configuration.rb 
   391 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/coffee-rails-3.2.2/lib/coffee/rails/engine.rb 
   392 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/coffee-rails-3.2.2/lib/coffee/rails/template_handler.rb 
   393 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/coffee-rails-3.2.2/lib/coffee/rails/version.rb 
   394 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/coffee-rails-3.2.2/lib/coffee-rails.rb 
   395 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/uglifier-2.0.1/lib/uglifier.rb 
   396 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/jquery-rails-2.2.1/lib/jquery/rails/engine.rb 
   397 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/jquery-rails-2.2.1/lib/jquery/rails/railtie.rb 
   398 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/jquery-rails-2.2.1/lib/jquery/rails/version.rb 
   399 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/jquery-rails-2.2.1/lib/jquery/rails.rb 
   400 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/jquery-rails-2.2.1/lib/jquery-rails.rb 
   401 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.11/lib/rails/application/configuration.rb 
   402 /Users/Alex/Desktop/programs/treebook/config/application.rb 
   403 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.5/lib/rack/handler.rb 
   404 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/compat.rb 
   405 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/version.rb 
   406 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpversion.rb 
   407 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/x86_64-darwin12.2.1/socket.bundle 
   408 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/socket.rb 
   409 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httputils.rb 
   410 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/timeout.rb 
   411 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/singleton.rb 
   412 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/utils.rb 
   413 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/log.rb 
   414 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/config.rb 
   415 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb 
   416 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/accesslog.rb 
   417 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/htmlutils.rb 
   418 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/cookie.rb 
   419 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpstatus.rb 
   420 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httprequest.rb 
   421 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpresponse.rb 
   422 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpservlet/abstract.rb 
   423 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpservlet/filehandler.rb 
   424 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpservlet/cgihandler.rb 
   425 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpservlet/erbhandler.rb 
   426 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpservlet/prochandler.rb 
   427 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpservlet.rb 
   428 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb 
   429 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpauth/authenticator.rb 
   430 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpauth/basicauth.rb 
   431 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/x86_64-darwin12.2.1/digest/md5.bundle 
   432 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpauth/digestauth.rb 
   433 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpauth/userdb.rb 
   434 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpauth/htpasswd.rb 
   435 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpauth/htdigest.rb 
   436 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpauth/htgroup.rb 
   437 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpauth.rb 
   438 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick.rb 
   439 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.5/lib/rack/multipart.rb 
   440 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.5/lib/rack/utils.rb 
   441 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.5/lib/rack/content_length.rb 
   442 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.5/lib/rack/handler/webrick.rb 
   443 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.5/lib/rack/builder.rb 
   444 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/module/qualified_const.rb 
   445 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/string/starts_ends_with.rb 
   446 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/dependencies.rb 
   447 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.11/lib/rails/application/bootstrap.rb 
   448 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.11/lib/rails/application/railties.rb 
   449 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.11/lib/rails/application/finisher.rb 
   450 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.11/lib/rails/application/routes_reloader.rb 
   451 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/object/to_param.rb 
   452 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/regexp.rb 
   453 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.11/lib/action_dispatch/routing/polymorphic_routes.rb 
   454 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.11/lib/action_dispatch/routing.rb 
   455 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/core-ext/hash.rb 
   456 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router/utils.rb 
   457 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router/strexp.rb 
   458 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/routes.rb 
   459 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/formatter.rb 
   460 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/x86_64-darwin12.2.1/racc/cparse.bundle 
   461 /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/racc/parser.rb 
   462 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/scanner.rb 
   463 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/visitors.rb 
   464 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/nodes/node.rb 
   465 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/parser_extras.rb 
   466 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/parser.rb 
   467 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/route.rb 
   468 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/path/pattern.rb 
   469 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb 
   470 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/nfa/dot.rb 
   471 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/gtg/transition_table.rb 
   472 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/gtg/builder.rb 
   473 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/gtg/simulator.rb 
   474 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/nfa/transition_table.rb 
   475 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/nfa/builder.rb 
   476 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/nfa/simulator.rb 
   477 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey.rb 
   478 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/object/to_query.rb 
   479 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/hash/slice.rb 
   480 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.11/lib/action_controller/metal/exceptions.rb 
   481 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.11/lib/action_dispatch/routing/route_set.rb 
   482 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/hash_with_indifferent_access.rb 
   483 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/hash/indifferent_access.rb 
   484 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/string/access.rb 
   485 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.11/lib/action_dispatch/http/headers.rb 
   486 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.5/lib/rack/request.rb 
   487 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.11/lib/action_dispatch/http/cache.rb 
   488 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.11/lib/action_dispatch/http/mime_negotiation.rb 
   489 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.11/lib/action_dispatch/http/parameters.rb 
   490 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/object/duplicable.rb 
   491 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.11/lib/action_dispatch/http/filter_parameters.rb 
   492 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.11/lib/action_dispatch/http/upload.rb 
   493 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.11/lib/action_dispatch/http/url.rb 
   494 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.11/lib/action_dispatch/http/request.rb 
   495 /Users/Alex/Desktop/programs/treebook/config/environments/development.rb 
   496 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/time/marshal.rb 
   497 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/time/acts_like.rb 
   498 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/date/acts_like.rb 
   499 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/date/freeze.rb 
   500 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/date/conversions.rb 
   501 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/date_time/acts_like.rb 
   502 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/date_time/zones.rb 
   503 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/integer/time.rb 
   504 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/numeric/time.rb 
   505 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/time.rb 
   506 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/array/access.rb 
   507 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/array/grouping.rb 
   508 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/array/random_access.rb 
   509 /usr/local/rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.11/lib/active_support/core_ext/array/prepend_and_append.rb 

Back