Displaying 2 results from an estimated 2 matches for "shakirov".
2011 Apr 13
5
Nested route with collection
Hi!
I try to do nested route with collection, but I always have mistake
route:
resources :user do
resources :todo do
member do
post :complete
end
collection do
get :completed
end
resources :post
end
end
View:
<%= link_to_if (params[:action] == ''home''), ''Done'',
comoleted_user_todo_path %>
Browser back me mistake
undefined local
2011 May 13
2
"message": "Error validating application."
Hi
I''m using omniauth to authenticate whith facebook and twitter
Twitter is ok
But when i push facebook button and log in facebook account it returns
me
message
{
"error": {
"type": "OAuthException",
"message": "Error validating application."
}
}
How can i fix it?
--
You received this message because you are