I am quite new to Rails3, I basically created a subscribers scaffolding, I only want my app to respond to new and create actions.
subscribers
new
create
For number 2 in your list, delete this line, and rewrite any _path or _url methods in your erb:
resources :subscribers, :only => [:new, :create]