How to configure a server with new development environment

Hi,
In my application i created a new environment say sunny for
development purpose.
currently i am start server using command
ruby script/server -e sunny

but i want to configure it in aptana(editor), but it not showing
environment as sunny

Sunny B. wrote:

Hi,
In my application i created a new environment say sunny for
development purpose.
currently i am start server using command
ruby script/server -e sunny

but i want to configure it in aptana(editor), but it not showing
environment as sunny

Not exactly sure i understand the question, but you can create configs
for the enviornment here:
config/environments/sunny.rb

Check out the other .rb files in config/environments for some example
content.

Mm Zz wrote:
I created sunny.rb also but from aptana it not showing me that new
environment
when i am going for adding server