Created
February 28, 2012 12:15
-
-
Save conradwt/1932192 to your computer and use it in GitHub Desktop.
excerpt from server log
This file contains hidden or 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 POST "/en/projects" for 99.127.113.203 at 2012-02-28 06:02:33 -0500 | |
Processing by ProjectsController#create as HTML | |
Parameters: {"utf8"=>"✓", "authenticity_token"=>"rIb2kRLye609oddkqOqlNDQtBEdql+SgFTnjxNRTiVc=", "project"=>{"user_id"=>"44", "site_id"=>"3", "name"=>"Mission Trip to Thailand ", "video_url"=>"http://vimeo.com/37577763 ", "about"=>"My church is planning for our annual trip to Thailand this summer to provide services to the women of Thailand who have been victims of human trafficking. My church makes this trip every year, but I've never been able to go due to lack of funds. I would really like go on this trip because I feel that this is an opportunity of a lifetime to learn about Thai culture while providing service to their community and ministering to the women.\r\n\r\nThe total cost of my trip is $5000, but my church will pay half of this and I am responsible for the rest. $5,000 will cover my travel expenses and room & board for my two month stay in Thailand. Once there, I'll be sure to document my trip through a travel blog on http://thailand.adventures.org/. I can't wait to update my blog with pictures & videos from my experience and if you can't tell, I'm super excited about this opportunity!!\r\n", "headline"=>"Mission Trip to Thailand ", "category_id"=>"32", "goal"=>"2500", "expires_on"=>"04/28/2012", "rewards_attributes"=>{"0"=>{"description"=>"I will give you a personal thank you", "minimum_value"=>"10", "maximum_backers"=>""}, "1"=>{"description"=>"I will send you a personalized thank you & postcard", "minimum_value"=>"15", "maximum_backers"=>""}, "2"=>{"description"=>"I will pick out a personalized souvenir for you from Thailand ", "minimum_value"=>"25", "maximum_backers"=>""}, "3"=>{"description"=>"If you donate $50 or more you will receive a \"deluxe souvenir\" which is basically an upgraded souvenir from Thailand & an invite to the friends & family welcome back party! ", "minimum_value"=>"50", "maximum_backers"=>""}}}, "accept"=>"1", "commit"=>"Submit campaign", "locale"=>"en"} | |
Rendered sites/smartn/_project_warning.html.slim (1.0ms) | |
Rendered projects/_form.html.haml (18.2ms) | |
Rendered projects/new.html.haml within layouts/application (19.2ms) | |
Completed 500 Internal Server Error in 34ms | |
ActionView::Template::Error (undefined method `id' for nil:NilClass): | |
1: = render :partial => "/sites/#{current_site.path}/project_warning" | |
2: = semantic_form_for @project, :html => { :id => 'project_form' } do |form| | |
3: = form.inputs do | |
4: = form.input :user_id, :as => :hidden, :value => current_user.id | |
5: = form.input :site_id, :as => :hidden, :value => current_site.id | |
6: = form.input :name, :as => :string | |
7: = form.input :video_url, :as => :string | |
app/views/projects/_form.html.haml:4:in `block (2 levels) in _app_views_projects__form_html_haml___4167603280434896746_120972480' | |
app/views/projects/_form.html.haml:3:in `block in _app_views_projects__form_html_haml___4167603280434896746_120972480' | |
app/views/projects/_form.html.haml:2:in `_app_views_projects__form_html_haml___4167603280434896746_120972480' | |
app/views/projects/new.html.haml:5:in `_app_views_projects_new_html_haml___1630168120042963709_121093680' | |
app/controllers/projects_controller.rb:67:in `create' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment