Looks like Rails installer is installing 3.2.12 which is currently not supported by hobo. Try to install the older rails gem by :
sudo gem install rails --version 3.2.11 And create a new app with hobo new apphobo Vivek On Wed, Mar 20, 2013 at 3:23 AM, 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.
