[Rails] Re: 'Learn Ruby on Rails' book is free today

2014-04-20 Thread Julien Itard
I don't find the link to DL your book for free. Where is it ? Le mercredi 27 novembre 2013 16:28:30 UTC+1, Daniel Kehoe a écrit : > > I’m offering the advance edition of my new book for free. > > Here's the link for *Learn Ruby on Rails*: > > * > *http://learn-rails.com/free-book-download.html*

[Rails] Re: Steps to develop a Rails app.

2014-03-07 Thread Julien Itard
Hi 1- Create 2 models: Student and Mark 2- Add relation between them. belongs_to :student in the Mark model and has_many :mark in the Student model 3- rake db:create && rake db:migrate 4- Create Controllers 5- Create Views 6- Create Routes maybe the rails 'generate scaffold Mark Student' coul

Re: [Rails] Rails book

2013-10-25 Thread Julien Itard
Thx ! I'll check it Le mercredi 23 octobre 2013 18:50:09 UTC+2, tamouse a écrit : > > > On Oct 22, 2013, at 2:40 PM, Julien Itard > > wrote: > > > Hi there, > > i'm a new RoR developer and i need your feedback about this book : > http://pragprog.com/b

[Rails] Rails book

2013-10-22 Thread Julien Itard
Hi there, i'm a new RoR developer and i need your feedback about this book : http://pragprog.com/book/rails4/agile-web-development-with-rails-4 Is it good for learning Rails ? I mean, i already read Michael Hartl tutorial. Is it useful to me to buy this book ? Are there other good books about Ra