On 9/15/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > wiiii cual es el link mas mas facil para que un novato comienze con ruby on > rails (para el web) ?
Wi, yo empezaría por acá: http://rubyonrails.org/ en los docs (http://rubyonrails.org/docs) tenés unos tutoriales que te dan un 1er acercamiento a ruby on rails, y mientras tanto andá probando por tu cuenta lo que vayas leyendo/aprendiendo.... saludos y suerte, Pablo T. > Wi > > On 9/13/07, Luis Lavena < [EMAIL PROTECTED]> wrote: > > On 9/13/07, Axel Ariel Arroyo Braconi < [EMAIL PROTECTED]> wrote: > > > che por casualidad alguien sabe si se puede hacer una instalacion > offline de > > > rails y en el caso de que se pueda como hacerla > > > > > > > Offline? > > > > Si, te bajas los gems de aqui: > > > > http://gems.rubyforge.org/ > > > > Pero primero si o si, tenes que saber que versiones de gems necesitas: > > > > actionmailer (1.3.3) > > actionpack (1.13.3) > > actionwebservice ( 1.2.3) > > activerecord (1.15.3) > > activesupport (1.4.2) > > rails (1.2.3) > > > > Bajas los .gem y ponelos en un mismo directorio. > > > > Ojo, para esto ya tenes que contar con Ruby+Rubygems+Rake, si usas el > > One Click Installer (como 20MB si no me equivoco), ya tenes todo eso. > > > > despues, en la linea de comando: > > > > gem install actionmailer-1.3.3.gem --ignore-dependencies > > > > y asi seguis con las otras gemas hasta rails. > > > > el --ignore-dependencies es para que no intente bajar nada de internet. > > > > Despues ya tenes que ver puntualmente por cada gema de base de datos, > > pero si estas con Linux, lo mejor es que hagas todo online :-D > > > > Saludos, > > > > -- > > Luis Lavena > > Multimedia systems > > - > > Leaders are made, they are not born. They are made by hard effort, > > which is the price which all of us must pay to achieve any goal that > > is worthwhile. > > Vince Lombardi > > _______________________________________________ > > Ruby mailing list > > [email protected] > > > http://lista.rubyargentina.com.ar/listinfo.cgi/ruby-rubyargentina.com.ar > > > > > _______________________________________________ > Ruby mailing list > [email protected] > http://lista.rubyargentina.com.ar/listinfo.cgi/ruby-rubyargentina.com.ar > > -- [EMAIL PROTECTED]:~$ unzip; strip; touch; finger; mount; fsck; fsck; more; yes; umount; clean; sleep; "If you have an apple and I have an apple and we exchange these apples then you and I will still each have one apple. But if you have an idea and I have an idea and we exchange these ideas, then each of us will have two ideas." Bernard Shaw _______________________________________________ Ruby mailing list [email protected] http://lista.rubyargentina.com.ar/listinfo.cgi/ruby-rubyargentina.com.ar
