is it easy to namespace Merb::Config?
e.g. Merb::Config::MyAppName::[:my_param]
thanks, Jon
On Dec 11, 3:52 pm, "Ahsan Ali" <
highandw...@gmail.com> wrote:
> Hi,
> Instead of using that plugin, why don't you use Merb's Config ?
>
> Add this to config/environments/production.rb:
> Merb::Config[:example_email] = '...@
yourdomain.com'
>
> And in your application, reference it with:
> <%=Merb::Config[:example_email]%>
>
> Simple, isn't it ?
>
> Regards,
>
> Ahsan Ali
>
> On Thu, Dec 11, 2008 at 8:21 AM, dhayalan ijk <
dhayalan....@gmail.com>wrote:
>
> > Hello Everybody,
> > Now i get in to the merb based application.
> > now am dealing with the configuration setting.
> > i need to install the app_config plugin for my merb application (script/plugin
> > install git://
github.com/eugenebolshakov/app_config.git<
http://script/plugin%20install%20git:/github.com/eugenebolshakov/app_...>)