Hello everyone I’ve noticed that http://dev.rubyonrails.org/archives/rails_edge.zip doesn’t contain the latest version of rails anymore. As a result `rake rails:freeze:edge` doesn’t work as expected. Has the zip archive been deprecated, and if so how what’s the recommended replacement? Craig Davey
on 26.07.2008 02:52
on 26.07.2008 03:35
To answer my own question: http://github.com/rails/rails/zipball/master
on 26.07.2008 12:22
> Hello everyone > > I've noticed that http://dev.rubyonrails.org/archives/rails_edge.zip > doesn't contain the latest version of rails anymore. As a result `rake > rails:freeze:edge` doesn't work as expected. Has the zip archive been > deprecated, and if so how what's the recommended replacement? The zip is intended to keep working, but apparently we missed a PATH entry in the cron job and it's been failing for a while. I've fixed the script which generates that file and hopefully it won't happen again. -- Cheers Koz