I am also able to create and run an app using rvm ree (Ruby Enterprise Edition). I can also run with either the webrick server, thin server, (rbx and ree) and passenger (ree).
So I can now use rbx and ree (both based on ruby 1.8.7), but still can't run with 1.9.2 and MRI 1.8.7 (with rails 3.0.7, hobo 1.3.0.pre31). I can run straight rails in all environments. The logic behinds this suggests that, since I presume the hobo gem is the same for all environments, that there must be some incompatibility that exists with hobo and 1.9.2/1.8.7 that doesn't exist for rbx and ree. It must be something like a missing method(s) or missing or wrong load path for something (since I get the openssl load error). Has anybody else experienced problems with ruby 1.9.2? I'll try with 1.9.1 to see what happens. On Apr 26, 8:12 pm, Bryan Larsen <[email protected]> wrote: > If you've got rvm installed, type "rvm notes". It should tell you what > you need to install for each interpreter. > > Bryan > > On 11-04-26 08:07 PM, jzakiya wrote: > > > > > > > > > Using rvm, I installed rubinius (rbx-head), and loaded up all the gems > > to use hobo > > (rails 3.0.7, et al, hobo 1.3.0.pre31) and was finally able to create > > a hobo > > app, complete the wizard configuration, run the rails server, and do > > an > > administration creation and login with no problems. > > > So, there must be something with ruby 1.9.2 and 1.8.7 that is causing > > the > > openssl load error that isn't happening in rubinius, or when just > > using rails. > > > If I can figure it out I'll post the problem/solution here. > > > Jabari > > (Linux PCLos, Toshiba Satelite laptop circa 2004) -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
