RhoConnect 3.2.1 is released

Submitted by USER03296 on
1 MIN READ

Today we released RhoConnect 3.2.1 with the following updates:

Bug Fixes:

* Apps using plugins were not able to set the appserver option

If you are using plugins, this is a critical update.

Enhancements:

* RhoConnect will detect REDISTOGO_URL environment variable to make it even easier to deploy directly to Heroku.

Adding Device Capabilities and HTML5 Features to your Application

Submitted by Anonymous (not verified) on
9 MIN READ

It was good seeing so many familiar faces from Launchpad at our 2012 Americas AppForum  in Schaumburg, IL earlier this month.  Thanks to all those who managed to make it to my session and for those who couldn't make it I understand they'll be posting it online in the coming weeks.

Announcing the RhoConnect 3.2 public preview

Submitted by USER03296 on
2 MIN READ

We are very excited to announce the public preview release of RhoConnect 3.2.  This version of RhoConnect has massive sync concurrency improvements over 3.1 by introducing three key new components into the stack:

* ruby 1.9.x EventMachine & Fiber support through rack-fiber_pool

* Nginx + Thin evented server stack (replacing Nginx + Passenger)

* Asynchronous server framework utilizing the above stack

Rapid Prototyping Mobile Apps With Fluid Layout

Submitted by cfh463 on
1 MIN READ

This is another great presentation brought to you by Marakana Tech TV. In this session, Matt Kelly, Lead Software Engineer at interaction design firm ZURB, discusses solutions for rapidly prototyping sites and web apps that work on any kind of device, at any resolution. I will definitively have to spend some more time looking at ZURB's Foundation framework.

Test

Submitted by cfh463 on
18 MIN READ

Using RhoConnect without Rhodes: Objective C Client API

The RhoConnect Client is a library that adds sync data capability to your non-Rhodes applications, such as applications created in XCode or Android Java. Using this library, you can enable synchronized data between your Objective C iOS device application and a RhoConnect server.

Source Code

The source code for the RhoConnect client store example is located here.