Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

About this user

Matthew King

« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS 

Environment-specific configuration in Merb

// this goes at the bottom of dist/conf/merb_init.rb

   1  
   2  case Merb::Server.config[:environment]
   3  when 'development'
   4    # do some stuff
   5  when 'production'
   6    # do other stuff
   7  end
« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS