Warehouse v1.0.4: Bug fixes!
|
|
Here are the fixes:
This is of course a free upgrade if you’ve purchased this already. Upgrading may be a bit tricky if you haven’t done this before. You just need to download this into a new location, copy over your config files, and restart the application in the new location. Your webserver public root directory may change so be sure to update that. Though if you’re creative, you can use symbolic links to make this process smoother. The config files you’ll need to move are config/database.yml and config/initializers/warehouse.rb. Warehouse 1.0.3 came with a simple task that sets the symlinks up for you. rake warehouse:setup and then rake warehouse:upgrade to switch versions. I just used it to upgrade my personal install from 1.0.2 to 1.0.4 and it went smoothly. We are also hard at work on Warehouse v1.1. A couple things we have slated for it:
I want to give a preliminary release date of “sometime in August”, though I may put out a pre-release to get comments on the plugin API. |
|
|
If you’re experiencing a bug with syncing or post-commit hooks, you can apply this quick hot patch. curl "http://pastie.caboo.se/80132.txt?key=0isl7yyetembxbzth6" | patch -p0 |