As a "good programmer", I want to make my blog software support the next generation of Rails. I''ve thoroughly enjoyed working with the new ideas of Rails 3, but I have come to a major roadblock: All of the examples I''ve found that deal with implementing the API use ActionWebService, which has been deprecated and lacks major support from the Rails core team. Has anyone out there added MetaWeblog API support to their Rails 3 application? What did you do to solve this problem? How did you implement the actual functions in the API? Currently, I''m working on a solution that involves a Sinatra (or possibly some other kind of) middleware app that is mapped to a certain endpoint (''/blog/api'') where clients send/receive XML-RPC data. -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
rails.nerd-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2010-Dec-12 02:49 UTC
Re: Implementing the MetaWeblog API
I''d be interested to know this too Anyone know of a way to implement MetaWeblog into Rails3? -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
For rails3 there is nothing yet. For rails < 3 there is https://github.com/xdite/actionwebservice but it doesn''t work yet and I have no idea what to change to make it work. (new to ruby and rails) it''s also darn difficult to find the right fork to start from :( On Dec 12 2010, 3:49 am, "rails.n...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" <rails.n...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I''d be interested to know this too > > Anyone know of a way to implement MetaWeblog into Rails3?-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.