This is mostly functional, but requiring a bit of work to work for a production environment. I''m mostly looking for feedback and possibly some useful patches if anyone feels inclined. SVN: http://svn.kylemaxwell.com/rails_plugins/paypal_subscription_engine/trunk/ Rdoc: http://svn.kylemaxwell.com/rails_plugins/paypal_subscription_engine/trunk/doc/index.html -Kyle --~--~---------~--~----~------------~-------~--~----~ 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.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Hi, I have the following comments: a) Shouldn''t one install the Engines plugin first? b) I would highly recommend producing a complete and detail example of how to use your engine. Just a thought. c) What work is required to make this production ready? I''ll try to play with it with the information given. Good luck, -Conrad On 2/8/07, Kyle Maxwell <kyle.c.maxwell-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > This is mostly functional, but requiring a bit of work to work for a > production environment. I''m mostly looking for feedback and possibly > some useful patches if anyone feels inclined. > > SVN: > http://svn.kylemaxwell.com/rails_plugins/paypal_subscription_engine/trunk/ > > Rdoc: > http://svn.kylemaxwell.com/rails_plugins/paypal_subscription_engine/trunk/doc/index.html > > -Kyle > > > >--~--~---------~--~----~------------~-------~--~----~ 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.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
> a) Shouldn''t one install the Engines plugin first?The order of installation doesn''t matter.> b) I would highly recommend producing a complete and detail example of how > to use your engine. Just a thought.I''m getting to it.> c) What work is required to make this production ready?1. Better test coverage. 2. Fixtures that don''t use real people''s information (that''s why there''s a fixture missing from SVN) 3. More useful methods on the PaypalSubscription class. -Kyle --~--~---------~--~----~------------~-------~--~----~ 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.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---