Ryan Raaum
2006-Mar-22 19:26 UTC
rails command line options (at least partially) broken in 1.1.RC1
At least the -r/--ruby option has issues... Examples (same result for both -r and --ruby versions): Doesn''t work at all if option comes before application name rails -r "/usr/bin/env ruby" testapp #=> Permission denied - /usr/bin/env ruby Will function if option given after application name, but yields a broken shebang rails testapp -r "/usr/bin/env ruby" #=> appears to work (creates app, but dispatch.fcgi shebang is `#!true`) Anyone knowledgable about the ins and outs of the app generator? -r (submitted as ticket #4361) -- Posted with http://DevLists.com. Sign up and save your time!