RailsCasts Pro episodes are now free!

Learn more or hide this

Owain McGuire's Profile

GitHub User: owain68

Comments by Owain McGuire

Avatar

I am guessing that this screencast came from a need on how to implement for the Pro casts. I expect you will find that payment option pretty soon. But I imagine there are other things that need sorting out:

  • error handling when no funds
  • cancelling of subscriptions
  • moving your plan from a credit card to paypal and vice versa. (which I would like to do btw).
  • the testing, which I think would be an excellent screencast on testing against external services.
Avatar

I also agree with @Iain and @introspectif that there are too many security loopholes to remember to close each time to build from scratch.

Also I would suggest adding an index on the email column of the user model since every time someone logs in you are performing an

user = User.find_by_email(params[:email])