Web Development  >>  Ruby On Rails

Credit Cards

Language : English Quality : High Has Audio : true Source : Other Media : QuickTime
This screen cast demonstrates credit card validation within a Ruby application. It uses the credit card library from Lucas Carlson. This library validates the structure of a credit card number and can also return the type of card being used

Tags: Rubyology, Rubyology, Ruby, Screencast, Demo, Validation,     [SUGGEST  A  TAG]

Resources referenced in this screencast
  • Ruby on Rails

  •  OR 
    Created : 2007-04-12   

    Articles Realted to this Topic

    [SUGGEST  A  ARTICLE]
    Top 10 Ruby on Rails performance tips
    The performance of Ruby on Rails is influenced by many factors, particularly the configuration of your deployment server(s). However the application code can make a big difference and determine whether your site is slow or highly responsive. This short article is about some of the tips and best coding practices to improve performances in Rails only, and won’t attempt to cover the server configuration improvements for the various deployments options