On Wed, Aug 29, 2007 at 06:38:48AM +0100, Brian Candler wrote:
> > * Can I update the docs to reflect this requirement?
> 
> It's now documented the merb_init.rb which is installed by merb -g. But I
> agree, History.txt should have info about upgrading existing projects.
> 
> Please see:
> http://merb.devjavu.com/projects/merb/ticket/130
> http://merb.devjavu.com/projects/merb/ticket/133

While you're at it, please document the other changed needed to
merb_init.rb, which is

-conn_options = 
YAML::load(Erubis::Eruby.new(IO.read("#{DIST_ROOT}/conf/database.yml")).result)
+conn_options = 
YAML::load(Erubis::Eruby.new(IO.read("#{DIST_ROOT}/conf/database.yml")).result(binding))

See http://merb.devjavu.com/projects/merb/ticket/118

Again, this should be correct for newly generated projects.
_______________________________________________
Merb-devel mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/merb-devel

Reply via email to