On Nov 1, 9:24 pm, Rolando Sotomayor <[email protected]> wrote:
> he configurado el fichero environment.rb para poder trabajar con > actionmailer , he creado el formulario y casi todo lo que necesito > el punto critico llega cuando abro una consola para generar el > controlador correspondiente: > > ruby/script generate ClassifiedMailer contact > > lo cual no hace nada y la respuesta es esta: > > Couldn´t find ´classifiedmailer´ generator The first argument to generate is what you want to generate, i.e. ruby script/generate mailer ClassifiedMailer ... Also ruby 1.2.5 is really old, nearly 5 years old if my memory is correct - I'd start with something newer (current version of rails is 3.1.1) Fred > > Ese es el problema... > > sldos y gracias. > > -- > Posted viahttp://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

