Sunny Bogawat
2008-Oct-15 12:24 UTC
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 -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Mm Zz
2008-Oct-15 20:26 UTC
Re: how to configure a server with new development environment
Sunny Bogawat 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 sunnyNot 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. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Sunny Bogawat
2008-Oct-16 05:39 UTC
Re: how to configure a server with new development environment
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 -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---