Created
December 9, 2011 16:35
-
-
Save dzaporozhets/1452263 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Started GET "/taurus" for 193.138.246.138 at 2011-12-09 16:36:50 +0000 | |
Processing by ServiceProvidersController#show as HTML | |
Parameters: {"id"=>"taurus"} | |
Rendered shared/_social_bar.html.erb (0.1ms) | |
Rendered /home/styleup/StyleUp/shared/bundle/ruby/1.9.1/gems/gmaps4rails-1.3.2/app/views/gmaps4rails/_gmaps4rails.html.erb (0.8ms) | |
Rendered service_providers/_service_item.html.erb (0.2ms) | |
Rendered service_providers/_service_type_item.html.erb (2.7ms) | |
Rendered service_providers/_service_type_item.html.erb (0.4ms) | |
Rendered service_providers/show.html.erb within layouts/application (35.1ms) | |
Completed 500 Internal Server Error in 44ms | |
ActionView::Template::Error (comparison of ServiceProviderService with ServiceProviderService failed): | |
1: <div class="ServiceTypeItem"> | |
2: <% max_price = type.second.max{|e| e.max_price } %> | |
3: <% min_price = type.second.min{|e| e.min_price } %> | |
4: | |
5: <div class="ServiceTypeHeader"> | |
app/views/service_providers/_service_type_item.html.erb:2:in `each' | |
app/views/service_providers/_service_type_item.html.erb:2:in `max' | |
app/views/service_providers/_service_type_item.html.erb:2:in `_app_views_service_providers__service_type_item_html_erb__1890413804368200581_61967920_1600623526462658536' | |
app/views/service_providers/show.html.erb:167:in `block (2 levels) in _app_views_service_providers_show_html_erb__4294359385379456472_62660300__2986852569706566735' | |
app/views/service_providers/show.html.erb:166:in `each' | |
app/views/service_providers/show.html.erb:166:in `block in _app_views_service_providers_show_html_erb__4294359385379456472_62660300__2986852569706566735' | |
app/views/service_providers/show.html.erb:162:in `each' | |
app/views/service_providers/show.html.erb:162:in `_app_views_service_providers_show_html_erb__4294359385379456472_62660300__2986852569706566735' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment