[Rails] Re: iphone and android with RoR 3.x

2011-08-28 Thread Pepe Sanchez
Hi all

Finally I think that I am going to continue working with XCode and 
MonoTouch for iPhone applications

thank you for your advice

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.



[Rails] Re: iphone and android with RoR 3.x

2011-08-28 Thread comopasta Gr
Pepe Sanchez wrote in post #1018786:
> Hi all
>
> Any advice in how to build applications for smartphones with RoR ?
>
> Regards
> Jose

I you like ruby and RoR mechanics you can take a look at Rhodes. There 
you can use Ruby and MVC architecture just like you do in RoR to achieve 
multiplatform mobile support.

http://rhomobile.com/products/rhodes/

Cheers.

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.



[Rails] Re: iphone and android with RoR 3.x

2011-08-28 Thread John Moses
Look into using Sencha Touch and Phonegap...
http://www.sencha.com/learn/a-sencha-touch-mvc-application-with-phonegap

On Aug 27, 7:06 am, Pepe Sanchez  wrote:
> Hi all
>
> Any advice in how to build applications for smartphones with RoR ?
>
> Regards
> Jose
>
> --
> Posted viahttp://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.



[Rails] Re: iphone and android with RoR 3.x

2011-08-27 Thread Robert Walker
Tomas R. wrote in post #1018809:
> RoR is for building web app, for smartphones app you should learn java i
> think. But any web app build with RoR will work on a smartphone using
> the internet browser.

Yes, Android is Java, but iOS is absolutely NOT Java (thank God implied 
there).

Pepe,

If you're truly interested in developing native iOS apps then here's the 
place to start:

http://developer.apple.com/library/ios/#referencelibrary/GettingStarted/URL_iPhone_OS_Overview/_index.html#//apple_ref/doc/uid/TP40007592

If instead you're interested in optimizing your web apps built in Rails 
for iOS specifically then start here:

http://developer.apple.com/library/safari/#referencelibrary/GettingStarted/GS_iPhoneWebApp/_index.html#//apple_ref/doc/uid/TP40008134

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.



[Rails] Re: iphone and android with RoR 3.x

2011-08-27 Thread Tomas R.
RoR is for building web app, for smartphones app you should learn java i 
think. But any web app build with RoR will work on a smartphone using 
the internet browser.

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.