search for: restfull

Displaying 5 results from an estimated 5 matches for "restfull".

Did you mean: restful
2011 Feb 22
2
Problem installing restfull authentication
hi trying to use restfull authentication, but getting the folloing error script/plugin install http://github.com/technoweenie/restful-authentication.gitrestful_authentication Plugin not found: [" http://github.com/technoweenie/restful-authentication.git", "restful_authentication"] can someone help ple...
2007 Oct 29
0
would this be a good(restfull) approach for livesearch?
...:xml=>@organisations.to_rss} end end end as you can see, i want to provide the partial to use through the url, so this would be something like: /organisations/index?partial=multicolumn or /organisations/index?partial=singlecolumn i think it will work, but would this be considered restfull? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gma...
2008 Aug 26
0
restfull authentification
Hi, When I open an authentification page in firefox my login-password are accepted in a web formulary. In Internet explorer I have a window (authentification popup of windows?) to fill. The same login-password don''t pass. (OS : Vista). on the other hand if I push cancel button in this window I come back in a web formulary as with firefox, then I can pass the authentification. Is there
2009 Dec 06
9
Route error to Admin namespace
...i access by the url: http://localhost:3000/admin/clients But local and on my server(passenger) it is ok, and function normal, but on JRUBY i get an error because it is thinking that "admin" is a controller and "clients" is a action of "admin". My controllers is not restfull, so what i have to do, to correct it? Or what the best method to make the "admin"? I have to put any route? -- Atenciosamente, Paulo Coutinho. Blog: www.prsolucoes.com/blog Site: www.prsolucoes.com Msn: paulo-QE/7f1ia5mR0ubjbjo6WXg@public.gmane.org -- You received this message becau...
2011 Jan 17
3
Getting Hostname in mailer view
Hi everyone, I need to build a url in my mails view. For restfull resources I can use routing and "..._url" target. But for custom url I don''t know how I get the hostname of my web app. I didn''t know how I can get get the value specified on config.action_mailer.default_url_options = {:host => "here_my_host_i_want_get" }...