Edwin V. wrote: > I'm having the same problem. Running from the Jargon branch, latest > revision. Besides that, I have the latest gem installed, but in the > gem the error doesn't occur. > > I think running in development mode should not interfere with the > generators. I tried running in both development mode and production > mode, in both situations the error occurs.
$ script/generate extension ExtensionName ... correct output .... $ script/generate extension_model ExtensionName Link title:string url:string description:text ... correct output .... $ script/generate extension_controller ExtensionName admin/links The name 'admin' is reserved by Ruby on Rails. Please choose an alternative and run this generator again. Local gems: actionmailer (1.3.2) actionpack (1.13.2) actionwebservice (1.2.2) activerecord (1.15.2) activesupport (1.4.1) capistrano (1.4.0) cgi_multipart_eof_fix (2.1) daemons (1.0.4) fastthread (0.6.4.1) gem_plugin (0.2.2) mongrel (1.0.1) mysql (2.7) needle (1.3.0) net-sftp (1.1.0) net-ssh (1.0.10) radiant (0.6.2, 0.6.1, 0.6.0) rails (1.2.2) rake (0.7.1) sources (0.0.1) termios (0.9.4) -- Posted via http://www.ruby-forum.com/. _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
