This project is archived and is in readonly mode.
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
-
Thomas Maas November 7th, 2010 @ 03:28 PM
- no changes were found...
-
Thomas Maas November 7th, 2010 @ 03:34 PM
mmm Seems i just doubled 5926 which was created while i sleeping. So much for my first rails patch.
-
Andrew White November 7th, 2010 @ 05:00 PM
- State changed from new to duplicate
- Importance changed from to Low
Duplicate of #5926
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>