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 2008-07-26 02:52
on 2008-07-26 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