This project is archived and is in readonly mode.

#5928 ✓duplicate
Thomas Maas

generator template should work over https connection

Reported by Thomas Maas | November 7th, 2010 @ 03:17 PM

rails new testapp -J -T -m http://github.com/thomasmaas/rails3-app/raw/master/cuke.rb fails because it re-directs to the https variant

rails new testapp -J -T -m https://github.com/thomasmaas/rails3-app/raw/master/cuke.rb fails because https is not recognized as a url.

Fix is a simple edit in regex. in app_generator.rb, def set_default_accessors! L352

Comments and changes to this ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>

Attachments

Pages