[Rails] Re: Ruby on Rails Tutorial Chapter 5.3

2016-06-15 Thread Hernan Baranda
Shijie Xin wrote in post #1174447: > inside app/views/layouts please check these two files > > _header.html.erb > _footer.html.erb > > add following code to both files > > <%= link_to "Home", root_path %> thanks, it worked for me too -- Posted via http://www.ruby-forum.com/. -- You

[Rails] Re: Ruby on Rails Tutorial - test, reset password

2016-01-28 Thread 'krfg' via Ruby on Rails: Talk
On Wednesday, January 27, 2016 at 10:46:39 AM UTC+1, Ruby-Forum.com User wrote: > > But if so, @user from fixtures should also have > reset_token now (if its reset_digest was influenced by create action > (specifically create_reset_digest method). Can someone please take a > look? > I am

[Rails] Re: Ruby on rails tutorial series

2015-11-04 Thread Rodrick Kazembe
Hi david, Thanks. We will soon publish more tutorials that will help beginners -- 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 unsubscribe from this group and stop receiving emails from it,

[Rails] Re: Ruby on rails tutorial series

2015-11-03 Thread David Rossaue
Thank you so much for this tutorial series, I think the new comers will get benefit from it. -- 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 unsubscribe from this group and stop receiving

[Rails] Re: Ruby on Rails Tutorial Chapter 5.3

2015-06-02 Thread Shijie Xin
inside app/views/layouts please check these two files _header.html.erb _footer.html.erb add following code to both files li%= link_to Home, root_path %/li -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups Ruby on

[Rails] Re: Ruby on Rails Tutorial Chapter 5.3

2015-06-02 Thread Binu A.
Shijie Xin wrote in post #1174447: inside app/views/layouts please check these two files _header.html.erb _footer.html.erb add following code to both files li%= link_to Home, root_path %/li Thanks its working -- Posted via http://www.ruby-forum.com/. -- You received this message

[Rails] Re: ruby on rails tutorial

2012-07-19 Thread T.J. Prebil
I'm new to Ruby and Rails too and found the tutorials posted on The New Boston (http://thenewboston.org/tutorials.php) to be helpful. The 30 or so short videos provide decent overviews of basic Ruby (not Rails though) concepts. Railstutorial.org http://railstutorial.org/, as Colin noted, is

[Rails] Re: ruby on rails tutorial

2012-07-19 Thread Иван Бишевац
Look at http://guides.rubyonrails.org/getting_started.html and http://railstutorial.org/book. Complete first then second. On Wednesday, July 18, 2012 12:15:56 PM UTC+2, taki wrote: Hello world!!! im a damn new to ruby on rails... what i hate the most is tutorials that i found are not in the

[Rails] Re: Ruby on Rails Tutorial Using Google+

2012-01-17 Thread venkata reddy
Hi Rajeev, Great idea.Tell me if i could help you! On Jan 17, 3:16 pm, Agis A. corestudios...@gmail.com wrote: Nice! Can you give us some more general info? For example, what's the level (beginner, intermediate etc)? Will we use 'Hangout'? Who's going to teach? I'm excited about

[Rails] Re: Ruby on Rails Tutorial Using Google+

2012-01-17 Thread venkata reddy
Try to add some thing in about page first so that every body came to know what is it all about. On Jan 17, 3:16 pm, Agis A. corestudios...@gmail.com wrote: Nice! Can you give us some more general info? For example, what's the level (beginner, intermediate etc)? Will we use 'Hangout'? Who's

[Rails] Re: Ruby On Rails Tutorial for Mac?

2009-10-29 Thread Conrad Taylor
On Wed, Oct 28, 2009 at 7:48 PM, Frank Guerino rails-mailing-l...@andreas-s.net wrote: Conrad Taylor wrote: First, I would highly recommend purchasing the book, Programming Ruby 1.9 because you will need a reasonably good foundation of the language of Rails. Second, I would recommend

[Rails] Re: Ruby On Rails Tutorial for Mac?

2009-10-28 Thread Frank Guerino
Conrad Taylor wrote: First, I would highly recommend purchasing the book, Programming Ruby 1.9 because you will need a reasonably good foundation of the language of Rails. Second, I would recommend getting the book, Agile Web Development with Rails 3ed because it includes a step by step

[Rails] Re: Ruby On Rails Tutorial for Mac?

2009-10-28 Thread Frank Guerino
Regarding the multiple referrals to Programming Ruby, I just wanted to say that I already read it and, yes, I agree that it is a solid reference. Thanks again, Frank -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this message

[Rails] Re: Ruby On Rails Tutorial for Mac?

2009-10-27 Thread Marcello Parra
http://hivelogic.com/articles/ruby-rails-leopard http://hivelogic.com/articles/ruby-rails-mongrel-mysql-osx On Tue, Oct 27, 2009 at 9:43 PM, Frank Guerino rails-mailing-l...@andreas-s.net wrote: Hi, I'm trying to learn how to use Rails on a Mac. Can anyone possibly point me to a free

[Rails] Re: Ruby On Rails Tutorial for Mac?

2009-10-27 Thread Conrad Taylor
On Tue, Oct 27, 2009 at 4:43 PM, Frank Guerino rails-mailing-l...@andreas-s.net wrote: Hi, I'm trying to learn how to use Rails on a Mac. Can anyone possibly point me to a free online tutorial that walks me through all the steps of installation and setup of each and every relevant

[Rails] Re: Ruby On Rails Tutorial for Mac?

2009-10-27 Thread Frank Guerino
Thanks everyone. I'll check them out. My Best, Frank -- 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

[Rails] Re: Ruby On Rails Tutorial for Mac?

2009-10-27 Thread Joe dude
Frank Guerino wrote: Thanks everyone. I'll check them out. My Best, Frank I'm also in the process of teaching myself RoR. See if http://www.learningrails.com helps. There are 8 audio lessons and 15 screencasts, all for free. -- Posted via http://www.ruby-forum.com/.

[Rails] Re: Ruby On Rails Tutorial for Mac?

2009-10-27 Thread Frank Guerino
Joe dude wrote: Frank Guerino wrote: Thanks everyone. I'll check them out. My Best, Frank I'm also in the process of teaching myself RoR. See if http://www.learningrails.com helps. There are 8 audio lessons and 15 screencasts, all for free. What I'm looking for is a complete,

[Rails] Re: Ruby On Rails Tutorial for Mac?

2009-10-27 Thread Joe dude
Frank Guerino wrote: What I'm looking for is a complete, step by step guide that walks you through everything you'll need... Ruby RubyGems Ruby On Rails Apache Mongrel MySQL Etc. ...how to install each and every component ...how to appropriately instantiate each and every

[Rails] Re: Ruby On Rails Tutorial for Mac?

2009-10-27 Thread Frank Guerino
Did you even go to the page on http://www.learningrails.com that showed the list of lessons they have to offer... ? Hi, Yes, I did. Thanks, but it's not what I'm looking for. I'm not looking for audio and video examples. I'm specifically looking for detailed text with clear code for

[Rails] Re: Ruby On Rails Tutorial for Mac?

2009-10-27 Thread Frank Guerino
Frank Guerino wrote: Did you even go to the page on http://www.learningrails.com that showed the list of lessons they have to offer... ? Hi, Yes, I did. Thanks, but it's not what I'm looking for. I'm not looking for audio and video examples. I'm specifically looking for detailed

[Rails] Re: Ruby On Rails Tutorial for Mac?

2009-10-27 Thread Joe dude
Frank Guerino wrote: Did you even go to the page on http://www.learningrails.com that showed the list of lessons they have to offer... ? Hi, Yes, I did. Thanks, but it's not what I'm looking for. I'm not looking for audio and video examples. I'm specifically looking for detailed

[Rails] Re: Ruby On Rails Tutorial for Mac?

2009-10-27 Thread Frank Guerino
Joe dude wrote: Check out some of my bookmarks: http://delicious.com/jaql/ruby http://delicious.com/jaql/ruby+rails http://delicious.com/jaql/ruby+rails+mysql http://delicious.com/jaql/ruby+rails+osx If all else fails: http://tinyurl.com/yfvyc8x Thanks very much! It looks like a

[Rails] Re: Ruby On Rails Tutorial for Mac?

2009-10-27 Thread Marnen Laibow-Koser
Marcello Parra wrote: http://hivelogic.com/articles/ruby-rails-leopard http://hivelogic.com/articles/ruby-rails-mongrel-mysql-osx Please do not use these tutorials for getting started with Rails on Leopard or Snow Leopard. They would have you install fresh copies of Ruby, Rubygems and

[Rails] Re: Ruby On Rails Tutorial for Mac?

2009-10-27 Thread Marnen Laibow-Koser
Frank Guerino wrote: [...] What I'm looking for is a complete, step by step guide that walks you through everything you'll need... Ruby RubyGems Ruby On Rails These are included with Mac OS dev tools, as I explained in my earlier post. Apache You don't need Apache for Rails

[Rails] Re: Ruby On Rails Tutorial for Mac?

2009-10-27 Thread Frank Guerino
Marnen Laibow-Koser wrote: Marnen, Thank you so much for taking the time to answer with so much detail. Your responses are very much the type of breakdown I was looking for. My goal is a detailed, step by step process for doing it all... a set of directions that are so dummy-proof that

[Rails] Re: Ruby On Rails Tutorial for Mac?

2009-10-27 Thread Conrad Taylor
First, I would highly recommend purchasing the book, Programming Ruby 1.9 because you will need a reasonably good foundation of the language of Rails. Second, I would recommend getting the book, Agile Web Development with Rails 3ed because it includes a step by step tutorial and a

[Rails] Re: Ruby On Rails Tutorial for Mac?

2009-10-27 Thread Marnen Laibow-Koser
Frank Guerino wrote: Marnen Laibow-Koser wrote: Marnen, Thank you so much for taking the time to answer with so much detail. Your responses are very much the type of breakdown I was looking for. My goal is a detailed, step by step process for doing it all... a set of directions

[Rails] Re: Ruby On Rails Tutorial for Mac?

2009-10-27 Thread Marnen Laibow-Koser
Conrad Taylor wrote: First, I would highly recommend purchasing the book, Programming Ruby 1.9 because you will need a reasonably good foundation of the language of Rails. Yes, Programming Ruby is a prerequisite for virtually anyting serious in Ruby. If you're using Ruby 1.8 (which I

[Rails] Re: Ruby on Rails Tutorial on IEEE Software Magazine

2008-11-18 Thread Bill Walton
Hi Alan, Alan Kelon Oliveira de Moraes wrote: The November/December 2008 issue of IEEE Software has nice a tutorial on Ruby on Rails. IEEE Software is one the most prestigious magazines on Software Engineering. Thanks for letting us know. That's some pretty serious validation! ;-) Best