gustavo
2009-Mar-23 18:14 UTC
How to create the environment files for development, production and test?
Hi, I have created the weblog in my house yesterday and uploaded to a SourceRepo svn repository. Today I started to work in other machine and checked out a version to another NetBeans. Somehow, the files inside the dir weblog/config/environments where not uploaded with svn yesterday: development.rb, production.rb and test.rb. I have no clue why? Somebody knows? I wonder if there is a Rack task to generate those files. Thank you all! -- Gustavo --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Frederick Cheung
2009-Mar-23 18:48 UTC
Re: How to create the environment files for development, production and test?
On Mar 23, 6:14 pm, gustavo <gustavosen...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi, > > I have created the weblog in my house yesterday and uploaded to a > SourceRepo svn repository. Today I started to work in other machine > and checked out a version to another NetBeans. Somehow, the files > inside the dir weblog/config/environments where not uploaded with svn > yesterday: development.rb, production.rb and test.rb. > > I have no clue why? Somebody knows? > > I wonder if there is a Rack task to generate those files. >Well obviously you won''t be able to get back any changes you made (eg required gems) but if you just need the boilerplate, why not just generate a fresh rails app and steal the files from there ? Fred> Thank you all! > -- > Gustavo--~--~---------~--~----~------------~-------~--~----~ 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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---