As Rails continuously grows, I want to know this: What is the best way to make a Rails app into a mo

I’m pretty sure many people would like to know this.

On 18 June 2011 14:19, David Z. [email protected] wrote:

I’m pretty sure many people would like to know this.

What do you consider to be the difference between a normal app and a
mobile app?

Colin

On 18 June 2011 14:19, David Z. [email protected] wrote:

What is the best way to make a Rails app into a mobile app? I’m pretty sure many
people would like to know this.

Make your views compatible with mobile screens by ensuring they resize
nicely.

The view layer of your app is dependent on how you style your views.
Thus, this is a question of which JavaScript library you’ll use or how
you set the layout of your app via CSS/HTML.

As an example, rails is a server side technology. Jquery, SproutCore,
Sencha, HTML5 etc… would be more client based. And would impact your
views directly.

The way my team builds apps is we have our Rails server handle
authentication and serves json strings for our database.

Our client side tech of choice is SproutCore. We tend to make one app
for tablets and desktop alike but choose to build a different UI for our
mobile app demographic.

The database, our rails server, is shared between all versions of our
app.

Kind Regards,
Chad E.
The Code Boutique

Sent from my iPhone