echo ‘DataMapper.auto_migrate!’ | slice -i
Latest Updates: merb RSS
-
How to migrate db in a merb slice:
-
So merb-core is built on rack you say? Why should I care?
Now merb-core is small and fast, but what if you have some certain requests that don’t really need the router or controllers/views of a full merb stack.
-
Merbunity - Providing Different Formats In Merb
A lot of times we need to provide access to the resources on our site in various formats. XML, JSON, pdf, html, csv, txt and on and on
-
Bamboo Blog - Upload progress with Nginx
Last month Brice Figureau released a little Nginx module which tracks the progress of uploads going through Nginx. Like Lighttpd’s mod_uploadprogress it’s very nice to have the proxy take responsibility for reporting the progress.
-
Head On » Blog Archive » How To Automigrate the Test Database Using Merb, Datamapper and RSpec
Seems like you need to make it rake MERB_ENV=test db:automigrate (without the dm:) now.
-
Merb master/worker monit control setup
Since Merb 1.0 (actually version 0.9.8 and above) uses a master process and a spawner process in addition to the worker processes, the monit_merb_mpc (multi-process-control) script needs to control the master process separately from the worker processes.