Edge Rails

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

To answer my own question:

http://github.com/rails/rails/zipball/master

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.