Hi, I''d like to know if there is any way to develop an entire rails app in iPad. Maybe with an app, maybe with an online platform as Cloud9. I''d like to know what you think. Thank you, Rodrigo -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On 19 December 2011 12:20, Rodrigo Ruiz <rodrigo.ruiz7-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi, I''d like to know if there is any way to develop an entire rails app in > iPad. > Maybe with an app, maybe with an online platform as Cloud9.Can you define what you mean by *develop* it in an iPad? Do you mean writing and testing the code? Colin -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Yes. I mean do everything you would normally do in a laptop (or computer), but on iPad. On Mon, Dec 19, 2011 at 10:25 AM, Colin Law <clanlaw-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote:> On 19 December 2011 12:20, Rodrigo Ruiz <rodrigo.ruiz7-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > Hi, I''d like to know if there is any way to develop an entire rails app > in > > iPad. > > Maybe with an app, maybe with an online platform as Cloud9. > > Can you define what you mean by *develop* it in an iPad? Do you mean > writing and testing the code? > > Colin > > -- > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
There are SSH clients available for the iPad. You could install your development environment on a remote server und work on that server via SSH. Edit your code with emacs (or vim, nano, whatever) and run your tests on the remote server. Use iPad''s Safari to test your JavaScript and CSS :) It''s certainly not comfortable but it is doable! Best regards, Christoph On Dec 19, 2011, at 13:20 , Rodrigo Ruiz wrote:> Hi, I''d like to know if there is any way to develop an entire rails app in iPad. > Maybe with an app, maybe with an online platform as Cloud9. > > I''d like to know what you think. > > Thank you, > Rodrigo > > > -- > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
I meant only with iPad, and without any other computer On Mon, Dec 19, 2011 at 10:32 AM, Christoph Schiessl <chs-KxZiqrag9xVOzWjwAgl2jQ@public.gmane.org>wrote:> There are SSH clients available for the iPad. > > You could install your development environment on a remote server und work > on that server via SSH. Edit your code with emacs (or vim, nano, whatever) > and run your tests on the remote server. Use iPad''s Safari to test your > JavaScript and CSS :) > > It''s certainly not comfortable but it is doable! > > Best regards, > Christoph > > On Dec 19, 2011, at 13:20 , Rodrigo Ruiz wrote: > > > Hi, I''d like to know if there is any way to develop an entire rails app > in iPad. > > Maybe with an app, maybe with an online platform as Cloud9. > > > > I''d like to know what you think. > > > > Thank you, > > Rodrigo > > > > > > -- > > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > > -- > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On 19 Dec 2011, at 13:45, Rodrigo Ruiz wrote:> I meant only with iPad, and without any other computer > > On Mon, Dec 19, 2011 at 10:32 AM, Christoph Schiessl > <chs-KxZiqrag9xVOzWjwAgl2jQ@public.gmane.org> wrote: > There are SSH clients available for the iPad. > > You could install your development environment on a remote server > und work on that server via SSH. Edit your code with emacs (or vim, > nano, whatever) and run your tests on the remote server. Use iPad''s > Safari to test your JavaScript and CSS :) > > It''s certainly not comfortable but it is doable!No, but Rails is not a lone wolf there either. You couldn''t develop Java, .NET, … apps, even Objective-C apps on an iPad without some sort of remote environment either. I don''t know what''s available on a jailbreaked one, but even there I wouldn''t get my hopes up all too much. You''d basically need to be able to install a full runtime environment on the tablet, I don''t see that happening. It is certainly possible to write some code on an iPad, either through SSH or a dedicated editor like Textastic or Koder. In offline mode those applications will take you as far as writing code, syntax highlighting it and saving it locally. Actually running any of your code is impossible. But, as has been said, especially with all the Rails generators (although you could just create and define those files by yourself), it''s not going to be your fulltime development machine. For some small code fixes or an HTML/CSS mockup on the road or in the couch at night, the iPad could be a valid options. -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
What about platforms like Cloud9? On Mon, Dec 19, 2011 at 11:09 AM, Peter De Berdt <peter.de.berdt-LPO8gxj9N8aZIoH1IeqzKA@public.gmane.org>wrote:> > On 19 Dec 2011, at 13:45, Rodrigo Ruiz wrote: > > I meant only with iPad, and without any other computer >> >> On Mon, Dec 19, 2011 at 10:32 AM, Christoph Schiessl <chs-KxZiqrag9xVOzWjwAgl2jQ@public.gmane.org> >> wrote: >> There are SSH clients available for the iPad. >> >> You could install your development environment on a remote server und >> work on that server via SSH. Edit your code with emacs (or vim, nano, >> whatever) and run your tests on the remote server. Use iPad''s Safari to >> test your JavaScript and CSS :) >> >> It''s certainly not comfortable but it is doable! >> > > No, but Rails is not a lone wolf there either. You couldn''t develop Java, > .NET, … apps, even Objective-C apps on an iPad without some sort of remote > environment either. I don''t know what''s available on a jailbreaked one, but > even there I wouldn''t get my hopes up all too much. You''d basically need to > be able to install a full runtime environment on the tablet, I don''t see > that happening. > > It is certainly possible to write some code on an iPad, either through SSH > or a dedicated editor like Textastic or Koder. In offline mode those > applications will take you as far as writing code, syntax highlighting it > and saving it locally. Actually running any of your code is impossible. > But, as has been said, especially with all the Rails generators (although > you could just create and define those files by yourself), it''s not going > to be your fulltime development machine. For some small code fixes or an > HTML/CSS mockup on the road or in the couch at night, the iPad could be a > valid options. > > > -- > 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<rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > . > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe@**googlegroups.com<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > . > For more options, visit this group at http://groups.google.com/** > group/rubyonrails-talk?hl=en<http://groups.google.com/group/rubyonrails-talk?hl=en> > . > >-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On 19 Dec 2011, at 14:12, Rodrigo Ruiz wrote:> What about platforms like Cloud9? > > On Mon, Dec 19, 2011 at 11:09 AM, Peter De Berdt <peter.de.berdt@pandora.be > > wrote: > > On 19 Dec 2011, at 13:45, Rodrigo Ruiz wrote: > > I meant only with iPad, and without any other computer > > On Mon, Dec 19, 2011 at 10:32 AM, Christoph Schiessl > <chs-KxZiqrag9xVOzWjwAgl2jQ@public.gmane.org> wrote: > There are SSH clients available for the iPad. > > You could install your development environment on a remote server > und work on that server via SSH. Edit your code with emacs (or vim, > nano, whatever) and run your tests on the remote server. Use iPad''s > Safari to test your JavaScript and CSS :) > > It''s certainly not comfortable but it is doable! > > No, but Rails is not a lone wolf there either. You couldn''t develop > Java, .NET, … apps, even Objective-C apps on an iPad without some > sort of remote environment either. I don''t know what''s available on > a jailbreaked one, but even there I wouldn''t get my hopes up all too > much. You''d basically need to be able to install a full runtime > environment on the tablet, I don''t see that happening. > > It is certainly possible to write some code on an iPad, either > through SSH or a dedicated editor like Textastic or Koder. In > offline mode those applications will take you as far as writing > code, syntax highlighting it and saving it locally. Actually running > any of your code is impossible. But, as has been said, especially > with all the Rails generators (although you could just create and > define those files by yourself), it''s not going to be your fulltime > development machine. For some small code fixes or an HTML/CSS mockup > on the road or in the couch at night, the iPad could be a valid > options.Cloud9 would require you to have internet access, just like an SSH client would. All the heavy lifting is done remotely as far as I can see. NodeJS might be the exception there and will only work on Android- based tablets (if the code is überhaupt run locally), since Safari doesn''t use the V8 engine Chrome does. Also, I''m not quite sure as to how far it''s been developed with touch-based interaction in mind. I''d say there''s only one way to find out and that is to create a free account and try it for yourself. Best regards Peter De Berdt -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
I''m very interested in learning Rails. I''ve only done a little HTML, CSS, and PHP in the past. The catch is, I only use an iPad. So is this even possible to do if someone setup the server for me first? -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On 6/1/12 05:04, "Kit H." <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> I''m very interested in learning Rails. I''ve only done a little HTML, > CSS, and PHP in the past. > > The catch is, I only use an iPad. So is this even possible to do if > someone setup the server for me first?The only instance I''ve come across of an iPad being used for development along the lines you''re thinking of is this: <http://yieldthought.com/post/12239282034/swapped-my-macbook-for-an-ipad> I''m sorely tempted to do this myself. Far cheaper than a new Macbook Pro & mine''s coming up five years old... Cheers, Phil... -- Nothing to see here... move along, move along -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On Fri, Jan 6, 2012 at 12:00 AM, Phil Dobbin <phildobbin-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On 6/1/12 05:04, "Kit H." <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote: > > > I''m very interested in learning Rails. I''ve only done a little HTML, > > CSS, and PHP in the past. > > > > The catch is, I only use an iPad. So is this even possible to do if > > someone setup the server for me first? > > The only instance I''ve come across of an iPad being used for development > along the lines you''re thinking of is this: > > <http://yieldthought.com/post/12239282034/swapped-my-macbook-for-an-ipad> >Wow, thanks for sharing this, definitely food for thought. I guess as long as you can count on always having a decent internet connection this could be practical...> > I''m sorely tempted to do this myself. Far cheaper than a new Macbook Pro & > mine''s coming up five years old... > > Cheers, > > Phil... > > -- > Nothing to see here... move along, move along > > -- > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.