On Thu, Apr 15, 2010 at 3:16 PM, carlitux <carlitos....@gmail.com> wrote:
> 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.

You can specify the version of gems (including rails) and plugins that
your app requires in your config files (config/environment.rb, generally).

-- 
Hassan Schroeder ------------------------ hassan.schroe...@gmail.com
twitter: @hassan

-- 
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