Displaying 2 results from an estimated 2 matches for "post_params".
Did you mean:
boot_params
2010 Sep 09
1
406 Not Acceptable with swfupload
...,
file_queue_error_handler : fileQueueError,
file_dialog_complete_handler : fileDialogComplete,
upload_progress_handler : uploadProgress,
upload_error_handler : uploadError,
upload_success_handler : uploadSuccess,
upload_complete_handler : uploadComplete,
post_params : {
authenticity_token : ''<%= u form_authenticity_token -%>'',
},
custom_settings : {
upload_target : ''divFileProgressContainer'',
},
debug: false
});
};
</script>
<div style="margin: 0px 10px;&q...
2013 May 04
21
Getting started w/ Rails 4
Hi. I''m trying to run Getting started tutorial under Rails 4.0.0.beta1
although it assumes it runs on Rails 3. I was able to get rid of all
errors by wrapping post_params here and there, and installing
protected_attributes Gem for attr_accessible to make sense. Post/
comment CRUD works just fine, but I don''t seem to be able to add Tags
(the final part of the tutorial). Post saved successfully message
appears, but tags aren''t saved as part of saving...