You have Rails 3.2.12 installed, so when Hobo uses the Rails generator
for the initial generation, it selects Rails 3.2.12.   Something else
in the Gemfile is indirectly specifying that Rails 3.2.13 is
preferred, so you end up with a conflict.

The solution is simply to do the generation again.  Now that you have
Rails 3.2.13 installed, that will be the Rails generator used and you
won't have any conflicts.

As for your second question, you certainly can use the same
application on different environments.   Deployment may be different
between the platforms, but code should be portable.

Bryan

On Tue, Mar 19, 2013 at 5:53 PM, Enrique Moreira <[email protected]> wrote:
> Hello HoboUsers
>
> 1. i try install Hobo 2.0.0 with stack RailsInstaller 2.2.0 from
> railsinstaller.org >
>
> Ruby 1.9.3-p392
> Rails 3.2
> Bundler
> Git 1.8.1.2
> Sqlite
> TinyTDS
> SQL Server support
> DevKit
>
> when >hobo new apphobo
> ...
> ...
> Show me next error:
>
> The template [C:/Windows/Temp/hobo_app_template] could not be loaded. Error:
> Una
> ble to activate rails-3.2.12, because activesupport-3.2.13 conflicts with
> active
> support (= 3.2.12), actionpack-3.2.13 conflicts with actionpack (= 3.2.12),
> rail
> ties-3.2.13 conflicts with railties (= 3.2.12)
>
> environment:
> WIN XP
> RAM 2 GB
>
> 2. one app develop with Hobo can copy to Mac OSX, copy to Win Os ,copy Linux
> Os and run witout trouble?  any SO. develop environment? any guide or
> nothing to do, and only copy get gems voila!!
>
> Any idea, tip thanks
>
> best regards !
> Quike
>
>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Hobo Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/hobousers?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>

-- 
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/hobousers?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to