[#39810] 2.0 feature questionnaire — SASADA Koichi <ko1@...>

I made a questionnaire "What do you want to introduce in 2.0?" in my

59 messages 2011/10/01
[#39822] Re: 2.0 feature questionnaire — Jeremy Kemper <jeremy@...> 2011/10/02

2011/10/1 SASADA Koichi <ko1@atdot.net>:

[#39827] Re: 2.0 feature questionnaire — Yukihiro Matsumoto <matz@...> 2011/10/02

Hi,

[#40324] Re: 2.0 feature questionnaire — Charles Oliver Nutter <headius@...> 2011/10/25

2011/10/1 SASADA Koichi <ko1@atdot.net>:

[#39823] Discussion results — SASADA Koichi <ko1@...>

Hi,

34 messages 2011/10/02
[#39840] Re: Discussion results — Intransition <transfire@...> 2011/10/02

I did not have the fortune of attending the discussion, but I would

[#39844] Re: Discussion results — Yukihiro Matsumoto <matz@...> 2011/10/02

Hi,

[#39851] Re: Discussion results (here documents with indents) — "Martin J. Dürst" <duerst@...> 2011/10/03

Hello Matz,

[#39862] Re: Discussion results (here documents with indents) — Yusuke Endoh <mame@...> 2011/10/03

Hello,

[#39874] Re: Discussion results (here documents with indents) — Trans <transfire@...> 2011/10/03

On Mon, Oct 3, 2011 at 8:16 AM, Yusuke Endoh <mame@tsg.ne.jp> wrote:

[#39915] [Ruby 1.9 - Feature #5400][Open] Remove flip-flops in 2.0 — Magnus Holm <judofyr@...>

29 messages 2011/10/04

[#39957] [Ruby 1.9 - Bug #5407][Open] Cannot build ruby-1.9.3-rc1 with TDM-GCC 4.6.1 on Windows XP SP3 — Heesob Park <phasis@...>

11 messages 2011/10/05

[#39993] [Ruby 1.9 - Feature #2348] RBTree Should be Added to the Standard Library — David Graham <david.malcom.graham@...>

10 messages 2011/10/06

[#40037] [Ruby 1.9 - Bug #5422][Open] File.fnmatch != Dir.glob # {no,sets} — Suraj Kurapati <sunaku@...>

14 messages 2011/10/07

[#40073] [Ruby 1.9 - Feature #5427][Open] Not complex patch to improve `require` time (load.c) — Yura Sokolov <funny.falcon@...>

31 messages 2011/10/09

[#40090] [Ruby 1.9 - Bug #5433][Open] PTY.spawn Kernel panic on macos lion — Gamaliel Toro <argami@...>

14 messages 2011/10/10

[#40188] [Ruby 2.0 - Feature #5454] keyword arguments — Yukihiro Matsumoto <matz@...>

16 messages 2011/10/17
[#40189] Re: [Ruby 2.0 - Feature #5454] keyword arguments — Evan Phoenix <evan@...> 2011/10/17

This looks very interesting! Would someone be willing to translate to english? I've only got a vague idea of what is being discussed.

[#40191] Re: [Ruby 2.0 - Feature #5454] keyword arguments — Yutaka Hara <yutaka.hara@...> 2011/10/18

Hi,

[#40192] Re: [Ruby 2.0 - Feature #5454] keyword arguments — Yukihiro Matsumoto <matz@...> 2011/10/18

Hi,

[#40259] Counseling — Perry Smith <pedzsan@...>

Ruby and I are back in counseling... Its always the same thing with her. "I'm throwing an Encoding exception!!!"

21 messages 2011/10/21
[#40263] Re: Counseling — "Haase, Konstantin" <Konstantin.Haase@...> 2011/10/21

What's your $LC_CTYPE? What OS are you on?

[#40264] Re: Counseling — Gon軋lo Silva <goncalossilva@...> 2011/10/21

Hi all,

[#40266] Re: Counseling — Bill Kelly <billk@...> 2011/10/21

Gon軋lo Silva wrote:

[#40267] Re: Counseling — Perry Smith <pedzsan@...> 2011/10/22

[#40268] Re: Counseling — Eric Hodel <drbrain@...7.net> 2011/10/22

On Oct 21, 2011, at 9:43 AM, Perry Smith wrote:

[#40269] Re: Counseling — Joshua Ballanco <jballanc@...> 2011/10/22

To try and cut to the core of the issue: in Ruby 1.8 it was common practice to use the String class to represent both "proper strings" as well as a "bag-o-bytes". In Ruby 1.9, you can only properly use the String class to represent "proper strings". For a "bag-o-bytes" we're left with Array, but there are times when Array is not the right abstraction (e.g. reading data from a socket, identifying a start and stop token, and writing the bytes between to a file on disk). Also, the "BINARY" encoding is not the right abstraction, because you still have an object which will worry about encodings and, due to Ruby always trying to do "the right thing", bugs can be very difficult to track down. Consider:

[#40271] Can rubygems save us from "binary-compatibility hell"? — Yusuke Endoh <mame@...>

Hello, rubygems developers --

17 messages 2011/10/22

[#40290] [ruby-trunk - Feature #5474][Assigned] keyword argument — Yusuke Endoh <mame@...>

36 messages 2011/10/23
[#40414] Re: [ruby-trunk - Feature #5474][Assigned] keyword argument — Charles Oliver Nutter <headius@...> 2011/10/26

More refinement below. I think we're on a good path here.

[#40416] Re: [ruby-trunk - Feature #5474][Assigned] keyword argument — Yukihiro Matsumoto <matz@...> 2011/10/26

Hi,

[#40418] Re: [ruby-trunk - Feature #5474][Assigned] keyword argument — Joshua Ballanco <jballanc@...> 2011/10/26

On Wed, Oct 26, 2011 at 2:08 PM, Yukihiro Matsumoto <matz@ruby-lang.org>wrote:

[#40425] Re: [ruby-trunk - Feature #5474][Assigned] keyword argument — Yukihiro Matsumoto <matz@...> 2011/10/27

Hi,

[#40298] Re: [ruby-trunk - Feature #5474][Assigned] keyword argument — Yukihiro Matsumoto <matz@...> 2011/10/24

Hi,

[#40311] [ruby-trunk - Feature #5478][Open] import Set into core, add syntax — Konstantin Haase <Konstantin.Haase@...>

33 messages 2011/10/24

[#40312] [ruby-trunk - Feature #5479][Open] import StringIO into core, add String#to_io — Konstantin Haase <Konstantin.Haase@...>

9 messages 2011/10/24
[#40350] [ruby-trunk - Feature #5479] import StringIO into core, add String#to_io — Charles Nutter <headius@...> 2011/10/25

[#40316] [ruby-trunk - Feature #5481][Open] Gemifying Ruby standard library — Hiroshi Nakamura <nakahiro@...>

86 messages 2011/10/24
[#40334] [ruby-trunk - Feature #5481] Gemifying Ruby standard library — Lucas Nussbaum <lucas@...> 2011/10/25

[#40322] [ruby-trunk - Feature #5482][Open] Rubinius as basis for Ruby 2.0 — Thomas Sawyer <transfire@...>

19 messages 2011/10/25

[#40356] JIT development for MRI — Carter Cheng <cartercheng@...>

Hello,

25 messages 2011/10/25
[#40390] Re: JIT development for MRI — SASADA Koichi <ko1@...> 2011/10/26

Hi,

[#40394] Re: JIT development for MRI — Carter Cheng <cartercheng@...> 2011/10/26

Dear Koichi SASADA,

[#40395] Re: JIT development for MRI — Carter Cheng <cartercheng@...> 2011/10/26

I noticed that you used context threading in YARV. Do you have some analysis

[#40417] Re: JIT development for MRI — SASADA Koichi <ko1@...> 2011/10/26

Thanks for reference.

[#40423] Re: JIT development for MRI — Carter Cheng <cartercheng@...> 2011/10/26

Thanks Koichi.

[#40412] [ruby-trunk - Bug #5486][Open] rb_stat() doesn’t respect input encoding — Nikolai Weibull <now@...>

15 messages 2011/10/26

[#40462] [ruby-trunk - Bug #5492][Open] MinGW Installation with Ruby 1.9.3rc1 Broken — Charlie Savage <cfis@...>

14 messages 2011/10/27

[#40573] [ruby-trunk - Bug #5530][Open] SEEK_SET malfunctions when used with 'append' File.open mode — "Joshua J. Drake" <ruby-lang.jdrake@...>

17 messages 2011/10/31

[#40586] [ruby-trunk - Feature #5531][Open] deep_value for dealing with nested hashes — Kyle Peyton <kylepeyton@...>

19 messages 2011/10/31

[ruby-core:40054] [Backport93 - Backport #5359][Closed] rails 3.1, nokogiri-1.5.0 - Segmentation fault

From: Motohiro KOSAKI <kosaki.motohiro@...>
Date: 2011-10-08 11:38:23 UTC
List: ruby-core #40054
Issue #5359 has been updated by Motohiro KOSAKI.

Status changed from Open to Closed

It seems 3rd party issue.
----------------------------------------
Backport #5359: rails 3.1, nokogiri-1.5.0 - Segmentation fault
http://redmine.ruby-lang.org/issues/5359

Author: Slava Mikerin
Status: Closed
Priority: Normal
Assignee: 
Category: 
Target version: 


[2011-09-23 17:01:41] INFO  WEBrick::HTTPServer#start: pid=25568 port=3000
output error : unknown encoding ASCII-8BIT
output error : unknown encoding ASCII-8BIT
output error : unknown encoding ASCII-8BIT
output error : unknown encoding ASCII-8BIT
output error : unknown encoding ASCII-8BIT
output error : unknown encoding ASCII-8BIT
output error : unknown encoding ASCII-8BIT
output error : unknown encoding ASCII-8BIT
output error : unknown encoding ASCII-8BIT
output error : unknown encoding ASCII-8BIT
output error : unknown encoding ASCII-8BIT
output error : unknown encoding ASCII-8BIT
output error : unknown encoding ASCII-8BIT
output error : unknown encoding ASCII-8BIT
output error : unknown encoding ASCII-8BIT
output error : unknown encoding ASCII-8BIT
output error : unknown encoding ASCII-8BIT
output error : unknown encoding ASCII-8BIT
output error : unknown encoding ASCII-8BIT
output error : unknown encoding ASCII-8BIT
output error : unknown encoding ASCII-8BIT
output error : unknown encoding ASCII-8BIT
output error : unknown encoding ASCII-8BIT
/home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/nokogiri-1.5.0/lib/nokogiri/xml/node.rb:522: [BUG] Segmentation fault
ruby 1.9.3dev (2011-07-31 revision 32789) [i686-linux]

-- Control frame information -----------------------------------------------
c:0156 p:---- s:0826 b:0826 l:000825 d:000825 CFUNC  :in_context
c:0155 p:0224 s:0821 b:0821 l:000820 d:000820 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/nokogiri-1.5.0/lib/nokogiri/xml/node.rb:522
c:0154 p:0063 s:0812 b:0812 l:000811 d:000811 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/nokogiri-1.5.0/lib/nokogiri/html/document_fragment.rb:22
c:0153 p:---- s:0802 b:0802 l:000801 d:000801 FINISH
c:0152 p:---- s:0800 b:0800 l:000799 d:000799 CFUNC  :new
c:0151 p:0063 s:0794 b:0794 l:000793 d:000793 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/nokogiri-1.5.0/lib/nokogiri/xml/node.rb:498
c:0150 p:0094 s:0789 b:0789 l:000788 d:000788 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/nokogiri-1.5.0/lib/nokogiri/xml/node.rb:894
c:0149 p:0013 s:0785 b:0785 l:000784 d:000784 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/nokogiri-1.5.0/lib/nokogiri/xml/node.rb:396
c:0148 p:0132 s:0780 b:0780 l:000060 d:000779 BLOCK  /home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/deface-0.6.1/lib/deface/override.rb:199
c:0147 p:0015 s:0777 b:0777 l:000767 d:000776 BLOCK  /home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/nokogiri-1.5.0/lib/nokogiri/xml/node_set.rb:239
c:0146 p:---- s:0774 b:0774 l:000773 d:000773 FINISH
c:0145 p:---- s:0772 b:0772 l:000771 d:000771 CFUNC  :upto
c:0144 p:0023 s:0768 b:0768 l:000767 d:000767 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/nokogiri-1.5.0/lib/nokogiri/xml/node_set.rb:238
c:0143 p:0198 s:0764 b:0764 l:000060 d:0010c8 BLOCK  /home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/deface-0.6.1/lib/deface/override.rb:194
c:0142 p:---- s:0757 b:0757 l:000756 d:000756 FINISH
c:0141 p:---- s:0755 b:0755 l:000754 d:000754 CFUNC  :each
c:0140 p:0165 s:0752 b:0752 l:000060 d:000060 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/deface-0.6.1/lib/deface/override.rb:179
c:0139 p:0023 s:0744 b:0744 l:000743 d:000743 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/deface-0.6.1/lib/deface/action_view_extensions.rb:5
c:0138 p:---- s:0737 b:0737 l:000736 d:000736 FINISH
c:0137 p:---- s:0735 b:0735 l:000734 d:000734 CFUNC  :new
c:0136 p:0163 s:0728 b:0727 l:0013dc d:000726 BLOCK  /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_view/template/resolver.rb:142
c:0135 p:---- s:0721 b:0721 l:000720 d:000720 FINISH
c:0134 p:---- s:0719 b:0719 l:000718 d:000718 CFUNC  :each
c:0133 p:0059 s:0716 b:0716 l:0013dc d:0013dc METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_view/template/resolver.rb:136
c:0132 p:0044 s:0707 b:0707 l:000706 d:000706 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_view/template/resolver.rb:128
c:0131 p:0021 s:0699 b:0699 l:000681 d:000698 BLOCK  /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_view/template/resolver.rb:45
c:0130 p:0116 s:0697 b:0696 l:000695 d:000695 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_view/template/resolver.rb:76
c:0129 p:0043 s:0682 b:0682 l:000681 d:000681 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_view/template/resolver.rb:44
c:0128 p:0020 s:0673 b:0673 l:000655 d:000672 BLOCK  /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_view/path_set.rb:21
c:0127 p:---- s:0669 b:0669 l:000668 d:000668 FINISH
c:0126 p:---- s:0667 b:0667 l:000666 d:000666 CFUNC  :each
c:0125 p:0009 s:0664 b:0664 l:000655 d:000663 BLOCK  /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_view/path_set.rb:20
c:0124 p:---- s:0661 b:0661 l:000660 d:000660 FINISH
c:0123 p:---- s:0659 b:0659 l:000658 d:000658 CFUNC  :each
c:0122 p:0041 s:0656 b:0656 l:000655 d:000655 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_view/path_set.rb:19
c:0121 p:0013 s:0650 b:0650 l:000649 d:000649 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_view/path_set.rb:14
c:0120 p:0040 s:0646 b:0646 l:000645 d:000645 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_view/lookup_context.rb:85
c:0119 p:0066 s:0639 b:0639 l:000638 d:000638 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_view/renderer/partial_renderer.
c:0118 p:0065 s:0633 b:0633 l:000632 d:000632 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_view/renderer/partial_renderer.
c:0117 p:0013 s:0628 b:0628 l:000620 d:000627 BLOCK  /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_view/renderer/partial_renderer.
c:0116 p:0081 s:0625 b:0625 l:000624 d:000624 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_view/renderer/abstract_renderer
c:0115 p:0030 s:0621 b:0621 l:000620 d:000620 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_view/renderer/partial_renderer.
c:0114 p:0023 s:0615 b:0615 l:000614 d:000614 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_view/renderer/renderer.rb:41
c:0113 p:0058 s:0609 b:0609 l:000608 d:000608 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_view/helpers/rendering_helper.r
c:0112 p:0804 s:0603 b:0603 l:000602 d:000602 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/active_scaffold-5c4ae3b25238/lib/active_scaffold/extensions/action_view_
c:0111 p:0094 s:0588 b:0588 l:000587 d:000587 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/haml-3.1.3/lib/haml/helpers/action_view_mods.rb:13
c:0110 p:0294 s:0582 b:0581 l:000580 d:000580 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/spree-af9648894c5a/core/app/views/layouts/spree_application.html.erb:11
c:0109 p:0040 s:0574 b:0574 l:000566 d:000573 BLOCK  /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_view/template.rb:144
c:0108 p:0056 s:0572 b:0572 l:000571 d:000571 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/activesupport/lib/active_support/notifications.rb:55
c:0107 p:0031 s:0567 b:0567 l:000566 d:000566 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_view/template.rb:142
c:0106 p:0086 s:0559 b:0559 l:001340 d:001340 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_view/renderer/template_renderer
c:0105 p:0039 s:0551 b:0551 l:0026fc d:0026fc METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_view/renderer/template_renderer
c:0104 p:0062 s:0544 b:0544 l:000536 d:000543 BLOCK  /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_view/renderer/template_renderer
c:0103 p:0081 s:0541 b:0541 l:000540 d:000540 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_view/renderer/abstract_renderer
c:0102 p:0034 s:0537 b:0537 l:000536 d:000536 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_view/renderer/template_renderer
c:0101 p:0021 s:0532 b:0532 l:000531 d:000531 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_view/renderer/renderer.rb:36
c:0100 p:0044 s:0527 b:0527 l:000526 d:000526 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_view/renderer/renderer.rb:17
c:0099 p:0026 s:0522 b:0522 l:000521 d:000521 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/abstract_controller/rendering.rb:120
c:0098 p:0069 s:0518 b:0518 l:000517 d:000517 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_controller/metal/streaming.rb:2
c:0097 p:0029 s:0514 b:0514 l:000513 d:000513 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/abstract_controller/rendering.rb:114
c:0096 p:0025 s:0510 b:0510 l:000509 d:000509 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_controller/metal/renderers.rb:3
c:0095 p:0043 s:0506 b:0506 l:000505 d:000505 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_controller/metal/compatibility.
c:0094 p:0030 s:0502 b:0500 l:000499 d:000499 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/abstract_controller/rendering.rb:99
c:0093 p:0043 s:0494 b:0494 l:000493 d:000493 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_controller/metal/rendering.rb:1
c:0092 p:0010 s:0490 b:0490 l:000465 d:000489 BLOCK  /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_controller/metal/instrumentatio
c:0091 p:0005 s:0488 b:0488 l:000480 d:000487 BLOCK  /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/activesupport/lib/active_support/core_ext/benchmark.r
c:0090 p:0024 s:0486 b:0486 l:000485 d:000485 METHOD /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/benchmark.rb:295
c:0089 p:0013 s:0482 b:0481 l:000480 d:000480 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/activesupport/lib/active_support/core_ext/benchmark.r
c:0088 p:0015 s:0478 b:0478 l:000465 d:000477 BLOCK  /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_controller/metal/instrumentatio
c:0087 p:0007 s:0476 b:0476 l:000475 d:000475 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_controller/metal/instrumentatio
c:0086 p:0048 s:0473 b:0473 l:000472 d:000472 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/activerecord/lib/active_record/railties/controller_ru
c:0085 p:0017 s:0467 b:0466 l:000465 d:000465 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_controller/metal/instrumentatio
c:0084 p:0185 s:0461 b:0461 l:000460 d:000460 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/active_scaffold-5c4ae3b25238/lib/active_scaffold/extensions/action_contr
c:0083 p:0013 s:0455 b:0455 l:000454 d:000454 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_controller/metal/implicit_rende
c:0082 p:0018 s:0451 b:0451 l:001254 d:000450 BLOCK  /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_controller/metal/mime_responds.
c:0081 p:---- s:0448 b:0448 l:000447 d:000447 FINISH
c:0080 p:---- s:0446 b:0446 l:000445 d:000445 CFUNC  :call
c:0079 p:0020 s:0442 b:0442 l:000441 d:000441 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_controller/metal/responder.rb:2
c:0078 p:0011 s:0439 b:0439 l:000438 d:000438 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_controller/metal/responder.rb:1
c:0077 p:0034 s:0435 b:0435 l:000434 d:000434 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/spree-af9648894c5a/core/lib/spree_core/spree_custom_responder.rb:19
c:0076 p:0040 s:0432 b:0432 l:000431 d:000431 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_controller/metal/responder.rb:1
c:0075 p:0019 s:0428 b:0428 l:000427 d:000427 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_controller/metal/responder.rb:1
c:0074 p:0166 s:0424 b:0424 l:000423 d:000423 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/spree-af9648894c5a/core/lib/spree_core/spree_respond_with.rb:15
c:0073 p:0061 s:0417 b:0417 l:000416 d:000416 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/spree-af9648894c5a/core/app/controllers/products_controller.rb:11
c:0072 p:0014 s:0414 b:0414 l:000413 d:000413 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_controller/metal/implicit_rende
c:0071 p:0015 s:0408 b:0408 l:000407 d:000407 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/abstract_controller/base.rb:167
c:0070 p:0041 s:0403 b:0403 l:000402 d:000402 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_controller/metal/rendering.rb:1
c:0069 p:0010 s:0399 b:0399 l:0012a0 d:000398 BLOCK  /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/abstract_controller/callbacks.rb:18
c:0068 p:0301 s:0397 b:0397 l:000396 d:000396 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/activesupport/lib/active_support/callbacks.rb:479
c:0067 p:0113 s:0391 b:0391 l:000390 d:000390 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/activesupport/lib/active_support/callbacks.rb:386
c:0066 p:0024 s:0382 b:0382 l:000381 d:000381 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/activesupport/lib/active_support/callbacks.rb:81
c:0065 p:0020 s:0376 b:0376 l:0012a0 d:0012a0 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/abstract_controller/callbacks.rb:17
c:0064 p:0012 s:0372 b:0372 l:000371 d:000371 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_controller/metal/rescue.rb:17
c:0063 p:0010 s:0367 b:0367 l:000348 d:000366 BLOCK  /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_controller/metal/instrumentatio
c:0062 p:0017 s:0363 b:0363 l:000353 d:000362 BLOCK  /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/activesupport/lib/active_support/notifications.rb:53
c:0061 p:0032 s:0361 b:0361 l:000360 d:000360 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/activesupport/lib/active_support/notifications/instru
c:0060 p:0036 s:0354 b:0354 l:000353 d:000353 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/activesupport/lib/active_support/notifications.rb:53
c:0059 p:0152 s:0349 b:0349 l:000348 d:000348 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_controller/metal/instrumentatio
c:0058 p:0143 s:0344 b:0344 l:000343 d:000343 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_controller/metal/params_wrapper
c:0057 p:0032 s:0338 b:0338 l:000337 d:000337 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/activerecord/lib/active_record/railties/controller_ru
c:0056 p:0093 s:0333 b:0333 l:000332 d:000332 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/abstract_controller/base.rb:121
c:0055 p:0084 s:0327 b:0327 l:000326 d:000326 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/abstract_controller/rendering.rb:45
c:0054 p:0048 s:0322 b:0322 l:000321 d:000321 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_controller/metal.rb:193
c:0053 p:0086 s:0317 b:0317 l:000316 d:000316 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_controller/metal/rack_delegatio
c:0052 p:0030 s:0311 b:0311 l:001b7c d:000310 BLOCK  /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_controller/metal.rb:236
c:0051 p:---- s:0308 b:0308 l:000307 d:000307 FINISH
c:0050 p:---- s:0306 b:0306 l:000305 d:000305 CFUNC  :call
c:0049 p:0022 s:0302 b:0302 l:000301 d:000301 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_dispatch/routing/route_set.rb:6
c:0048 p:0094 s:0296 b:0296 l:000295 d:000295 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_dispatch/routing/route_set.rb:2
c:0047 p:0127 s:0290 b:0290 l:000261 d:000289 BLOCK  /home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/rack-mount-0.8.3/lib/rack/mount/route_set.rb:152
c:0046 p:0014 s:0283 b:0283 l:000267 d:000282 BLOCK  /home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/rack-mount-0.8.3/lib/rack/mount/code_generation.rb:96
c:0045 p:0197 s:0278 b:0278 l:000277 d:000277 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/rack-mount-0.8.3/lib/rack/mount/code_generation.rb:75
c:0044 p:0259 s:0268 b:0268 l:000267 d:000267 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/rack-mount-0.8.3/lib/rack/mount/code_generation.rb:95
c:0043 p:0092 s:0262 b:0262 l:000261 d:000261 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/rack-mount-0.8.3/lib/rack/mount/route_set.rb:141
c:0042 p:0025 s:0256 b:0256 l:000255 d:000255 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_dispatch/routing/route_set.rb:5
c:0041 p:0106 s:0252 b:0252 l:000251 d:000251 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/sass-3.1.7/lib/sass/plugin/rack.rb:54
c:0040 p:0053 s:0248 b:0248 l:000247 d:000247 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/spree-af9648894c5a/core/lib/redirect_legacy_product_url.rb:10
c:0039 p:0192 s:0244 b:0244 l:000243 d:000243 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/spree-af9648894c5a/core/lib/middleware/seo_assist.rb:23
c:0038 p:0014 s:0236 b:0236 l:000227 d:000235 BLOCK  /home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/warden-1.0.5/lib/warden/manager.rb:35
c:0037 p:---- s:0234 b:0234 l:000233 d:000233 FINISH
c:0036 p:---- s:0232 b:0232 l:000231 d:000231 CFUNC  :catch
c:0035 p:0086 s:0228 b:0228 l:000227 d:000227 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/warden-1.0.5/lib/warden/manager.rb:34
c:0034 p:0015 s:0223 b:0223 l:000222 d:000222 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_dispatch/middleware/best_standa
c:0033 p:0015 s:0216 b:0216 l:000215 d:000215 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/rack-1.3.3/lib/rack/etag.rb:23
c:0032 p:0068 s:0208 b:0208 l:000207 d:000207 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/rack-1.3.3/lib/rack/conditionalget.rb:25
c:0031 p:0093 s:0201 b:0201 l:000200 d:000200 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_dispatch/middleware/head.rb:14
c:0030 p:0046 s:0194 b:0194 l:000193 d:000193 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_dispatch/middleware/params_pars
c:0029 p:0054 s:0189 b:0189 l:000188 d:000188 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_dispatch/middleware/flash.rb:24
c:0028 p:0031 s:0181 b:0181 l:000180 d:000180 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/rack-1.3.3/lib/rack/session/abstract/id.rb:195
c:0027 p:0013 s:0173 b:0173 l:000172 d:000172 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/rack-1.3.3/lib/rack/session/abstract/id.rb:190
c:0026 p:0020 s:0169 b:0169 l:000168 d:000168 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_dispatch/middleware/cookies.rb:
c:0025 p:0064 s:0161 b:0161 l:000160 d:000160 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/activerecord/lib/active_record/query_cache.rb:62
c:0024 p:0029 s:0152 b:0152 l:000151 d:000151 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/activerecord/lib/active_record/connection_adapters/ab
c:0023 p:0014 s:0144 b:0144 l:002550 d:000143 BLOCK  /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_dispatch/middleware/callbacks.r
c:0022 p:0155 s:0142 b:0142 l:000141 d:000141 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/activesupport/lib/active_support/callbacks.rb:392
c:0021 p:0024 s:0132 b:0132 l:000131 d:000131 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/activesupport/lib/active_support/callbacks.rb:81
c:0020 p:0013 s:0126 b:0126 l:002550 d:002550 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_dispatch/middleware/callbacks.r
c:0019 p:0027 s:0122 b:0122 l:000121 d:000121 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_dispatch/middleware/reloader.rb
c:0018 p:0015 s:0117 b:0117 l:000116 d:000116 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/rack-1.3.3/lib/rack/sendfile.rb:101
c:0017 p:0049 s:0107 b:0107 l:000106 d:000106 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_dispatch/middleware/remote_ip.r
c:0016 p:0017 s:0103 b:0103 l:000102 d:000102 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_dispatch/middleware/show_except
c:0015 p:0027 s:0095 b:0095 l:000094 d:000094 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/railties/lib/rails/rack/logger.rb:13
c:0014 p:0155 s:0091 b:0091 l:000090 d:000090 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/rack-1.3.3/lib/rack/methodoverride.rb:24
c:0013 p:0032 s:0085 b:0085 l:000084 d:000084 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/rack-1.3.3/lib/rack/runtime.rb:17
c:0012 p:0057 s:0076 b:0076 l:000075 d:000075 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/activesupport/lib/active_support/cache/strategy/local
c:0011 p:0068 s:0072 b:0072 l:000071 d:000071 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/rack-1.3.3/lib/rack/lock.rb:15
c:0010 p:0124 s:0066 b:0066 l:000065 d:000065 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_dispatch/middleware/static.rb:5
c:0009 p:0032 s:0060 b:0060 l:000059 d:000059 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/railties/lib/rails/engine.rb:456
c:0008 p:0015 s:0056 b:0056 l:000055 d:000055 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/railties/lib/rails/rack/content_length.rb:16
c:0007 p:0015 s:0047 b:0047 l:000046 d:000046 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/railties/lib/rails/rack/log_tailer.rb:14
c:0006 p:0356 s:0042 b:0042 l:000041 d:000041 METHOD /home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/rack-1.3.3/lib/rack/handler/webrick.rb:59
c:0005 p:0257 s:0030 b:0030 l:000029 d:000029 METHOD /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/webrick/httpserver.rb:138
c:0004 p:0393 s:0020 b:0020 l:000019 d:000019 METHOD /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/webrick/httpserver.rb:94
c:0003 p:0126 s:0009 b:0009 l:000714 d:000008 BLOCK  /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/webrick/server.rb:191
c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH
c:0001 p:---- s:0002 b:0002 l:000001 d:000001 TOP   

-- Ruby level backtrace information ----------------------------------------
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/rack-1.3.3/lib/rack/handler/webrick.rb:59:in `service'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/railties/lib/rails/rack/log_tailer.rb:14:in `call'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/railties/lib/rails/rack/content_length.rb:16:in `call'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/railties/lib/rails/engine.rb:456:in `call'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_dispatch/middleware/static.rb:53:in `call'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/rack-1.3.3/lib/rack/lock.rb:15:in `call'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/activesupport/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/rack-1.3.3/lib/rack/runtime.rb:17:in `call'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/rack-1.3.3/lib/rack/methodoverride.rb:24:in `call'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/railties/lib/rails/rack/logger.rb:13:in `call'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_dispatch/middleware/show_exceptions.rb:47:in `call'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_dispatch/middleware/remote_ip.rb:48:in `call'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/rack-1.3.3/lib/rack/sendfile.rb:101:in `call'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_dispatch/middleware/reloader.rb:68:in `call'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_dispatch/middleware/callbacks.rb:28:in `call'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/activesupport/lib/active_support/callbacks.rb:81:in `run_callbacks'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/activesupport/lib/active_support/callbacks.rb:392:in `_run_call_callbacks'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb:477:in `call'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/activerecord/lib/active_record/query_cache.rb:62:in `call'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_dispatch/middleware/cookies.rb:331:in `call'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/rack-1.3.3/lib/rack/session/abstract/id.rb:190:in `call'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/rack-1.3.3/lib/rack/session/abstract/id.rb:195:in `context'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_dispatch/middleware/flash.rb:243:in `call'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_dispatch/middleware/params_parser.rb:21:in `call'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_dispatch/middleware/head.rb:14:in `call'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/rack-1.3.3/lib/rack/conditionalget.rb:25:in `call'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/rack-1.3.3/lib/rack/etag.rb:23:in `call'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/warden-1.0.5/lib/warden/manager.rb:34:in `call'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/warden-1.0.5/lib/warden/manager.rb:34:in `catch'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/warden-1.0.5/lib/warden/manager.rb:35:in `block in call'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/spree-af9648894c5a/core/lib/middleware/seo_assist.rb:23:in `call'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/spree-af9648894c5a/core/lib/redirect_legacy_product_url.rb:10:in `call'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/sass-3.1.7/lib/sass/plugin/rack.rb:54:in `call'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_dispatch/routing/route_set.rb:531:in `call'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/rack-mount-0.8.3/lib/rack/mount/route_set.rb:141:in `call'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/rack-mount-0.8.3/lib/rack/mount/code_generation.rb:95:in `recognize'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/rack-mount-0.8.3/lib/rack/mount/code_generation.rb:75:in `optimized_each'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/rack-mount-0.8.3/lib/rack/mount/code_generation.rb:96:in `block in recognize'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/rack-mount-0.8.3/lib/rack/mount/route_set.rb:152:in `block in call'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_dispatch/routing/route_set.rb:29:in `call'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_dispatch/routing/route_set.rb:65:in `dispatch'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_dispatch/routing/route_set.rb:65:in `call'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_controller/metal.rb:236:in `block in action'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_controller/metal.rb:193:in `dispatch'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/abstract_controller/rendering.rb:45:in `process'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/abstract_controller/base.rb:121:in `process'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/activerecord/lib/active_record/railties/controller_runtime.rb:18:in `process_action'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_controller/metal/params_wrapper.rb:201:in `process_action'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_controller/metal/instrumentation.rb:29:in `process_action'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/activesupport/lib/active_support/notifications.rb:53:in `instrument'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/activesupport/lib/active_support/notifications/instrumenter.rb:21:in `instrument'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/activesupport/lib/active_support/notifications.rb:53:in `block in instrument'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_controller/metal/rescue.rb:17:in `process_action'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/abstract_controller/callbacks.rb:17:in `process_action'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/activesupport/lib/active_support/callbacks.rb:81:in `run_callbacks'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/activesupport/lib/active_support/callbacks.rb:386:in `_run_process_action_callbacks'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/activesupport/lib/active_support/callbacks.rb:479:in `_run__888241486__process_action__250379948__callbacks'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_controller/metal/rendering.rb:10:in `process_action'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/abstract_controller/base.rb:167:in `process_action'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_controller/metal/implicit_render.rb:4:in `send_action'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/spree-af9648894c5a/core/app/controllers/products_controller.rb:11:in `index'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/spree-af9648894c5a/core/lib/spree_core/spree_respond_with.rb:15:in `respond_with'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_controller/metal/responder.rb:146:in `call'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_controller/metal/responder.rb:153:in `respond'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/spree-af9648894c5a/core/lib/spree_core/spree_custom_responder.rb:19:in `to_html'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_controller/metal/responder.rb:160:in `to_html'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_controller/metal/responder.rb:231:in `default_render'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_controller/metal/responder.rb:231:in `call'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_controller/metal/mime_responds.rb:268:in `block in retrieve_response_from_mimes'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_controller/metal/implicit_render.rb:10:in `default_render'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/active_scaffold-5c4ae3b25238/lib/active_scaffold/extensions/action_controller_rendering.rb:14:in `render_with_active_scaffold'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_controller/metal/instrumentation.rb:39:in `render'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/activerecord/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_controller/metal/instrumentation.rb:78:in `cleanup_view_runtime'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_controller/metal/instrumentation.rb:40:in `block in render'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/activesupport/lib/active_support/core_ext/benchmark.rb:5:in `ms'
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/activesupport/lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_controller/metal/rendering.rb:16:in `render'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/abstract_controller/rendering.rb:99:in `render'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_controller/metal/compatibility.rb:43:in `render_to_body'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_controller/metal/renderers.rb:30:in `render_to_body'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/abstract_controller/rendering.rb:114:in `render_to_body'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_controller/metal/streaming.rb:250:in `_render_template'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/abstract_controller/rendering.rb:120:in `_render_template'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_view/renderer/renderer.rb:17:in `render'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_view/renderer/renderer.rb:36:in `render_template'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_view/renderer/template_renderer.rb:9:in `render'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_view/renderer/abstract_renderer.rb:22:in `wrap_formats'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_view/renderer/template_renderer.rb:12:in `block in render'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_view/renderer/template_renderer.rb:38:in `render_template'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_view/renderer/template_renderer.rb:52:in `render_with_layout'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_view/template.rb:142:in `render'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/activesupport/lib/active_support/notifications.rb:55:in `instrument'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_view/template.rb:144:in `block in render'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/spree-af9648894c5a/core/app/views/layouts/spree_application.html.erb:11:in `__home_slava__rvm_gems_ruby_______preview__bundler_gems_spree_af_______c_a_core_app_views_layouts_spree_application_html_erb___38622637_78247440'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/haml-3.1.3/lib/haml/helpers/action_view_mods.rb:13:in `render_with_haml'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/active_scaffold-5c4ae3b25238/lib/active_scaffold/extensions/action_view_rendering.rb:95:in `render_with_active_scaffold'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_view/helpers/rendering_helper.rb:27:in `render'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_view/renderer/renderer.rb:41:in `render_partial'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_view/renderer/partial_renderer.rb:219:in `render'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_view/renderer/abstract_renderer.rb:22:in `wrap_formats'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_view/renderer/partial_renderer.rb:220:in `block in render'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_view/renderer/partial_renderer.rb:316:in `find_partial'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_view/renderer/partial_renderer.rb:322:in `find_template'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_view/lookup_context.rb:85:in `find'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_view/path_set.rb:14:in `find'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_view/path_set.rb:19:in `find_all'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_view/path_set.rb:19:in `each'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_view/path_set.rb:20:in `block in find_all'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_view/path_set.rb:20:in `each'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_view/path_set.rb:21:in `block (2 levels) in find_all'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_view/template/resolver.rb:44:in `find_all'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_view/template/resolver.rb:76:in `cached'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_view/template/resolver.rb:45:in `block in find_all'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_view/template/resolver.rb:128:in `find_templates'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_view/template/resolver.rb:136:in `query'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_view/template/resolver.rb:136:in `each'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_view/template/resolver.rb:142:in `block in query'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/actionpack/lib/action_view/template/resolver.rb:142:in `new'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/deface-0.6.1/lib/deface/action_view_extensions.rb:5:in `initialize'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/deface-0.6.1/lib/deface/override.rb:179:in `apply'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/deface-0.6.1/lib/deface/override.rb:179:in `each'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/deface-0.6.1/lib/deface/override.rb:194:in `block in apply'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/nokogiri-1.5.0/lib/nokogiri/xml/node_set.rb:238:in `each'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/nokogiri-1.5.0/lib/nokogiri/xml/node_set.rb:238:in `upto'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/nokogiri-1.5.0/lib/nokogiri/xml/node_set.rb:239:in `block in each'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/deface-0.6.1/lib/deface/override.rb:199:in `block (2 levels) in apply'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/nokogiri-1.5.0/lib/nokogiri/xml/node.rb:396:in `replace'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/nokogiri-1.5.0/lib/nokogiri/xml/node.rb:894:in `coerce'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/nokogiri-1.5.0/lib/nokogiri/xml/node.rb:498:in `fragment'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/nokogiri-1.5.0/lib/nokogiri/xml/node.rb:498:in `new'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/nokogiri-1.5.0/lib/nokogiri/html/document_fragment.rb:22:in `initialize'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/nokogiri-1.5.0/lib/nokogiri/xml/node.rb:522:in `parse'
/home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/nokogiri-1.5.0/lib/nokogiri/xml/node.rb:522:in `in_context'

-- C level backtrace information -------------------------------------------
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(+0x1820d3) [0xb77b40d3] vm_dump.c:796
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(+0x53087) [0xb7685087] error.c:258
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(rb_bug+0x49) [0xb7685189] error.c:277
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(+0x10b82c) [0xb773d82c] signal.c:609
[0xb783a40c]
/home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/nokogiri-1.5.0/lib/nokogiri/nokogiri.so(+0x10ddc) [0xb3e94ddc] xml_node.c:1222
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(+0x16b4b2) [0xb779d4b2] vm_insnhelper.c:326
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(+0x17cd6a) [0xb77aed6a] vm_insnhelper.c:404
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(+0x1720f8) [0xb77a40f8] insns.def:1012
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(+0x176ed2) [0xb77a8ed2] vm.c:1187
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(+0x1787ba) [0xb77aa7ba] vm_eval.c:66
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(rb_obj_call_init+0x50) [0xb7686d60] eval.c:876
/home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/nokogiri-1.5.0/lib/nokogiri/nokogiri.so(+0xbb93) [0xb3e8fb93] xml_document_fragment.c:26
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(+0x16b4e8) [0xb779d4e8] vm_insnhelper.c:317
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(+0x17cd6a) [0xb77aed6a] vm_insnhelper.c:404
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(+0x1720f8) [0xb77a40f8] insns.def:1012
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(+0x176ed2) [0xb77a8ed2] vm.c:1187
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(rb_yield+0x60) [0xb77ac0f0] vm.c:621
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(+0x9eca1) [0xb76d0ca1] numeric.c:3183
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(+0x16b4c3) [0xb779d4c3] vm_insnhelper.c:323
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(+0x17cd6a) [0xb77aed6a] vm_insnhelper.c:404
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(+0x1720f8) [0xb77a40f8] insns.def:1012
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(+0x176ed2) [0xb77a8ed2] vm.c:1187
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(rb_yield+0x60) [0xb77ac0f0] vm.c:621
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(rb_ary_each+0x55) [0xb7650525] array.c:1478
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(+0x16b4cd) [0xb779d4cd] vm_insnhelper.c:320
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(+0x17cd6a) [0xb77aed6a] vm_insnhelper.c:404
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(+0x1720f8) [0xb77a40f8] insns.def:1012
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(+0x176ed2) [0xb77a8ed2] vm.c:1187
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(+0x1787ba) [0xb77aa7ba] vm_eval.c:66
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(rb_obj_call_init+0x50) [0xb7686d60] eval.c:876
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(rb_class_new_instance+0x3a) [0xb76d8a6a] object.c:1625
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(+0x16b4e8) [0xb779d4e8] vm_insnhelper.c:317
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(+0x17cd6a) [0xb77aed6a] vm_insnhelper.c:404
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(+0x1720f8) [0xb77a40f8] insns.def:1012
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(+0x176ed2) [0xb77a8ed2] vm.c:1187
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(rb_yield+0x60) [0xb77ac0f0] vm.c:621
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(rb_ary_each+0x55) [0xb7650525] array.c:1478
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(+0x16b4cd) [0xb779d4cd] vm_insnhelper.c:320
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(+0x17cd6a) [0xb77aed6a] vm_insnhelper.c:404
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(+0x1720f8) [0xb77a40f8] insns.def:1012
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(+0x176ed2) [0xb77a8ed2] vm.c:1187
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(rb_yield+0x60) [0xb77ac0f0] vm.c:621
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(rb_ary_each+0x55) [0xb7650525] array.c:1478
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(+0x16b4cd) [0xb779d4cd] vm_insnhelper.c:320
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(+0x17cd6a) [0xb77aed6a] vm_insnhelper.c:404
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(+0x1720f8) [0xb77a40f8] insns.def:1012
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(+0x176ed2) [0xb77a8ed2] vm.c:1187
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(rb_yield+0x60) [0xb77ac0f0] vm.c:621
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(rb_ary_each+0x55) [0xb7650525] array.c:1478
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(+0x16b4cd) [0xb779d4cd] vm_insnhelper.c:320
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(+0x17cd6a) [0xb77aed6a] vm_insnhelper.c:404
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(+0x1720f8) [0xb77a40f8] insns.def:1012
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(+0x176ed2) [0xb77a8ed2] vm.c:1187
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(+0x1781b6) [0xb77aa1b6] vm.c:591
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(+0x5dfc3) [0xb768ffc3] proc.c:558
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(+0x16b4e8) [0xb779d4e8] vm_insnhelper.c:317
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(+0x17cd6a) [0xb77aed6a] vm_insnhelper.c:404
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(+0x1720f8) [0xb77a40f8] insns.def:1012
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(+0x176ed2) [0xb77a8ed2] vm.c:1187
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(+0x1781b6) [0xb77aa1b6] vm.c:591
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(+0x5dfc3) [0xb768ffc3] proc.c:558
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(+0x16b4e8) [0xb779d4e8] vm_insnhelper.c:317
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(+0x17cd6a) [0xb77aed6a] vm_insnhelper.c:404
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(+0x1720f8) [0xb77a40f8] insns.def:1012
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(+0x176ed2) [0xb77a8ed2] vm.c:1187
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(+0x179e0e) [0xb77abe0e] vm.c:621
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(rb_catch_obj+0xaf) [0xb779d06f] vm_eval.c:1534
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(+0x16c206) [0xb779e206] vm_eval.c:1510
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(+0x16b4e8) [0xb779d4e8] vm_insnhelper.c:317
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(+0x17cd6a) [0xb77aed6a] vm_insnhelper.c:404
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(+0x1720f8) [0xb77a40f8] insns.def:1012
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(+0x176ed2) [0xb77a8ed2] vm.c:1187
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(+0x1781b6) [0xb77aa1b6] vm.c:591
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(+0x18af7d) [0xb77bcf7d] thread.c:453
/home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/libruby.so.1.9(+0x18b15a) [0xb77bd15a] thread_pthread.c:640
/lib/libpthread.so.0(+0x5cc9) [0xb7609cc9] xml_node_set.c:324
/lib/libc.so.6(clone+0x5e) [0xb751169e] process.c:1604

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

* Loaded script: script/rails

* Loaded features:

    0 enumerator.so
    1 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/i686-linux/enc/encdb.so
    2 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/i686-linux/enc/trans/transdb.so
    3 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/site_ruby/1.9.1/rubygems/defaults.rb
    4 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/i686-linux/rbconfig.rb
    5 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/site_ruby/1.9.1/rubygems/deprecate.rb
    6 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/site_ruby/1.9.1/rubygems/exceptions.rb
    7 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb
    8 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/site_ruby/1.9.1/rubygems.rb
    9 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/site_ruby/1.9.1/rubygems/version.rb
   10 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/site_ruby/1.9.1/rubygems/requirement.rb
   11 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/site_ruby/1.9.1/rubygems/platform.rb
   12 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/site_ruby/1.9.1/rubygems/specification.rb
   13 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/site_ruby/1.9.1/rubygems/path_support.rb
   14 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/site_ruby/1.9.1/rubygems/dependency.rb
   15 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/i686-linux/pathname.so
   16 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/pathname.rb
   17 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/i686-linux/etc.so
   18 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/site_ruby/1.9.1/rubygems/config_file.rb
   19 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/i686-linux/psych.so
   20 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/i686-linux/stringio.so
   21 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/psych/nodes/node.rb
   22 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/psych/nodes/stream.rb
   23 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/psych/nodes/document.rb
   24 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/psych/nodes/sequence.rb
   25 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/psych/nodes/scalar.rb
   26 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/psych/nodes/mapping.rb
   27 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/psych/nodes/alias.rb
   28 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/psych/nodes.rb
   29 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/psych/streaming.rb
   30 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/psych/visitors/visitor.rb
   31 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/i686-linux/strscan.so
   32 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/psych/scalar_scanner.rb
   33 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/psych/visitors/to_ruby.rb
   34 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/psych/visitors/emitter.rb
   35 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/psych/visitors/yaml_tree.rb
   36 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/psych/json/ruby_events.rb
   37 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/psych/visitors/json_tree.rb
   38 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/psych/visitors/depth_first.rb
   39 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/psych/visitors.rb
   40 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/psych/handler.rb
   41 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/psych/tree_builder.rb
   42 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/psych/parser.rb
   43 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/psych/omap.rb
   44 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/psych/set.rb
   45 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/psych/coder.rb
   46 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/psych/core_ext.rb
   47 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/i686-linux/date_core.so
   48 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/date/format.rb
   49 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/date.rb
   50 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/psych/deprecated.rb
   51 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/psych/json.rb
   52 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/psych.rb
   53 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/yaml.rb
   54 /home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/bundler-1.0.18/lib/bundler/rubygems_integration.rb
   55 /home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/bundler-1.0.18/lib/bundler/shared_helpers.rb
   56 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/fileutils.rb
   57 /home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/bundler-1.0.18/lib/bundler/rubygems_ext.rb
   58 /home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/bundler-1.0.18/lib/bundler/version.rb
   59 /home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/bundler-1.0.18/lib/bundler.rb
   60 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/i686-linux/digest.so
   61 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/digest.rb
   62 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/i686-linux/digest/sha1.so
   63 /home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/bundler-1.0.18/lib/bundler/environment.rb
   64 /home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/bundler-1.0.18/lib/bundler/runtime.rb
   65 /home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/bundler-1.0.18/lib/bundler/settings.rb
   66 /home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/bundler-1.0.18/lib/bundler/definition.rb
   67 /home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/bundler-1.0.18/lib/bundler/dependency.rb
   68 /home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/bundler-1.0.18/lib/bundler/dsl.rb
   69 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/uri/common.rb
   70 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/uri/generic.rb
   71 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/uri/ftp.rb
   72 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/uri/http.rb
   73 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/uri/https.rb
   74 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/uri/ldap.rb
   75 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/uri/ldaps.rb
   76 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/uri/mailto.rb
   77 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/uri.rb
   78 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/site_ruby/1.9.1/rubygems/user_interaction.rb
   79 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/site_ruby/1.9.1/rubygems/package/f_sync_dir.rb
   80 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/site_ruby/1.9.1/rubygems/package/tar_header.rb
   81 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/i686-linux/enc/iso_8859_1.so
   82 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/i686-linux/zlib.so
   83 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/site_ruby/1.9.1/rubygems/package/tar_input.rb
   84 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/site_ruby/1.9.1/rubygems/package/tar_output.rb
   85 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/site_ruby/1.9.1/rubygems/package/tar_reader/entry.rb
   86 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/site_ruby/1.9.1/rubygems/package/tar_reader.rb
   87 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/site_ruby/1.9.1/rubygems/package/tar_writer.rb
   88 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/site_ruby/1.9.1/rubygems/package.rb
   89 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/site_ruby/1.9.1/rubygems/format.rb
   90 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/site_ruby/1.9.1/rubygems/ext/builder.rb
   91 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/site_ruby/1.9.1/rubygems/ext/configure_builder.rb
   92 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/optparse.rb
   93 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/site_ruby/1.9.1/rubygems/command.rb
   94 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/site_ruby/1.9.1/rubygems/ext/ext_conf_builder.rb
   95 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/site_ruby/1.9.1/rubygems/ext/rake_builder.rb
   96 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/site_ruby/1.9.1/rubygems/ext.rb
   97 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/site_ruby/1.9.1/rubygems/require_paths_builder.rb
   98 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/site_ruby/1.9.1/rubygems/installer.rb
   99 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/site_ruby/1.9.1/rubygems/remote_fetcher.rb
  100 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/site_ruby/1.9.1/rubygems/errors.rb
  101 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/site_ruby/1.9.1/rubygems/text.rb
  102 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/site_ruby/1.9.1/rubygems/spec_fetcher.rb
  103 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/open3.rb
  104 /home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/bundler-1.0.18/lib/bundler/source.rb
  105 /home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/bundler-1.0.18/lib/bundler/lockfile_parser.rb
  106 /home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/bundler-1.0.18/lib/bundler/lazy_specification.rb
  107 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/tsort.rb
  108 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/forwardable.rb
  109 /home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/bundler-1.0.18/lib/bundler/spec_set.rb
  110 /home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/bundler-1.0.18/lib/bundler/index.rb
  111 /home/slava/dev/projects/mtgox/lib/mtgox/version.rb
  112 /home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/bundler-1.0.18/lib/bundler/remote_specification.rb
  113 /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/active_scaffold-5c4ae3b25238/lib/active_scaffold/version.rb
  114 /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/seed-fu-29fe8c61ca6c/lib/seed-fu/version.rb
  115 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/set.rb
  116 /home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/bundler-1.0.18/lib/bundler/resolver.rb
  117 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/site_ruby/1.9.1/rubygems/source_index.rb
  118 /home/slava/.rvm/gems/ruby-1.9.3-preview1/gems/bundler-1.0.18/lib/bundler/setup.rb
  119 /home/slava/dev/projects/bitcoin-derivatives/config/boot.rb
  120 /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/activesupport/lib/active_support/core_ext/object/inclusion.rb
  121 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/i686-linux/openssl.so
  122 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/openssl/bn.rb
  123 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/openssl/cipher.rb
  124 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/openssl/config.rb
  125 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/openssl/digest.rb
  126 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/openssl/buffering.rb
  127 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/i686-linux/fcntl.so
  128 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/openssl/ssl-internal.rb
  129 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/openssl/x509-internal.rb
  130 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/openssl.rb
  131 /home/slava/.rvm/rubies/ruby-1.9.3-preview1/lib/ruby/1.9.1/securerandom.rb
  132 /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/activesupport/lib/active_support/inflector/methods.rb
  133 /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/activesupport/lib/active_support/lazy_load_hooks.rb
  134 /home/slava/.rvm/gems/ruby-1.9.3-preview1/bundler/gems/rails-ca49f2ead5fd/activesupport/lib/active_support/dependenc


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

In This Thread

Prev Next