Hey all,

I've used Rails v1 for a little while before switching to Merb, then
coming back again for rails3.  While using merb, I got really
comfortable using the config files to store configuration directives
that I wouldn't need to type at the command line when starting up
instances:

config/init.rb:
...
Merb::Config.use do |c|
  ...
  c[:adapter] = :thin
  c[:port] = 1234
  ...
end

As much fun as it is to type "rails s thin -p 1234", I'd rather just
use "rails s", or even "merb".  I've spent hours digging through
google and various documentation projects trying to figure this out,
how can I do this in rails3?

Thanks.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to