Merb 0.1.0
Posted by ezmobius Fri, 19 Jan 2007 05:02:00 GMT
This is mainly a big fix release. The 0.9.0 release had a bad app skeleton. I have fixed this problem.
I also added support for freezing the merb framework into your app for portability. Just deploy the entire app and no need to install the merb gem on your server.
A few refactors and updates go in as well. Gem install merb in a few hours when the gem propogates.
Searching...





congrats! i'm excited to mess with merb this weekend.
sorry, but installing it on my windows box (mac when i get home) i'm getting a Zlib::BufError when attempting the update.
cwills, I ran into the same problem (on winxp). Here's what I did to install the gem. 1. Go to rubyforge.org and manually download/save the latest gem http://rubyforge.org/frs/?group_id=2383&release_id=9086 2. move merb-0.1.0.gem into an empty directory 3. rename merb-0.1.0.gem to merb-0.1.0.tar 4. Untar the file with your favorite archive extraction tool 5. You should see two files in the directory now: data.tar.gz metadata.gz 6. Decompress data.tar.gz and metadata.gz with your favorite archive extraction tool 7. You should now see data.tar and metadata 8. Compress those two files using the gzip format 9. Create a new tar archive with the two recently gzipped files and name the tar archive merb-0.1.0.gem 10. then install the gem using gem install merb-0.1.0.gem hope that helps
Here is hwo you can build the gem yourself on windows and use it