Well with a sandbox I meant a tool to exclude all my non standard ruby
installation (all libraries and only use the standard instillation),
but with the option to install any library only into the sandbox
without problems with version with my system installation.

An example I have installed the last rails released in my system...
but a production project runs on 1.2. The sandbox let me use this
version without touch my system instillation to continue the
development.

I read that with buildout in python I can say what library use my
project, either the version of the library (e. django > 0.96) and
buildout download the library and put into the sandbox without
touching my system installation.



On Apr 15, 3:44 am, Andy Jeffries <andyjeffr...@gmail.com> wrote:
> > I have searched for a development sandbox tool, like virtualenv or
> > buildout in python. But I didn't have results.
> > Please, Any suggestion?
>
> What do you mean?
>
> Running 'rails sitename' will create you a website.
>
> From the resulting sitename folder you can do script/console to run an
> interactive console or script/server to run a single threaded development
> server.
>
> What do you actually need that isn't provided in those commands?
>
> Cheers,
>
> Andy

-- 
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-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to