I know this is probably a newbie question, but is it possible to create a new action (method in controller & associated view) from the command line on an existing contro
Rails provide posibility of creating custom generators (but this is more advanced subject), which can be tailored for your needs.
More info:
http://guides.rubyonrails.org/generators.html