public
Description: The full source code for projects used in Railscasts episodes.
Homepage: http://railscasts.com
Clone URL: git://github.com/ryanb/railscasts-episodes.git
ryanb (author)
Sun Oct 25 18:05:09 -0700 2009
commit  b09f740d4790d935da4a2383e9f9826dc19e9065
tree    8ac04760cd7e9890e51b4d7a861bccb0daefc639
parent  e79a6ab8e0d5784b13cf70f11c2d8bf489b06bc2
railscasts-episodes / episode-145
name age message
..
file README Sun Jan 18 23:57:48 -0800 2009 adding episode 145 [ryanb]
directory store/ Mon Jan 19 13:23:44 -0800 2009 episode 145: filtering card number and verifica... [ryanb]
episode-145/README
Railscasts Episode #145: Integrating Active Merchant

http://railscasts.com/episodes/145

Commands

  rake gems:install

  script/generate nifty_scaffold order new cart_id:integer ip_address:string first_name:string last_name:string 
  card_type:string card_expires_on:date
  
  script/generate model order_transaction order_id:integer action:string amount:integer success:boolean 
  authorization:string message:string params:text