Live data from Hacker News

'Learn Ruby on Rails' is free today

learn-rails.com

31–40 of 65 posts

Re: 'Learn Ruby on Rails' is free today

#31
post #27

to be honest, this is a just ok book. For ROR beginners, stick with Micheal's tutorial. http://ruby.railstutorial.org/

I recommend Michael Hartl's excellent book. For some beginners, "Learn Ruby on Rails" is a good "prequel." Not everyone is ready for Hartl's tutorial, especially if they've had little programming or web development experience.

Re: 'Learn Ruby on Rails' is free today

#32
post #14

Thanks, would it be possible to get it in MOBI format. (I have bad experience converting coding books in calibre)

second this - I would like all my books to be readable on the computer, phone and the kindle. PDF is really bad for this and would really prefer .mobi

The mobi version will come with the final release. I'm not happy with the formatting of the code samples in mobi so I'm looking for good production tools (I'm using the kitabu gem now).

Re: 'Learn Ruby on Rails' is free today

#33
post #22
post #18

Earlier quoted context omitted.

The information wants to be free! Great books which do not need registration based shilling techniques for your hacking careers: https://mitpress.mit.edu/sicp/full-text/book/book.html http://www.paulgraham.com/onlisp.html http://htdp.org/ https://gustavus.edu/+max/concrete-abstractions.html https://www.cs.cmu.edu/~dst/LispBook/ Open and Free FTW!

Not a single one of those are even remotely relevant to this discussion, other than the fact that they aren't behind a contact information 'paywall'.

I think it's relevant

Heres some more:

http://ruby.railstutorial.org/ruby-on-rails-tutorial-book

http://ruby.bastardsbook.com/

http://rubymonk.com/

http://ruby-kickstart.com/

http://railsforzombies.org/

http://www.scottaaronson.com/blog/?p=459

Re: 'Learn Ruby on Rails' is free today

#34
post #27

to be honest, this is a just ok book. For ROR beginners, stick with Micheal's tutorial. http://ruby.railstutorial.org/

Disagree, tried to get my brother to learn Rails using this tutorial and got stuck configuring Git and his remote Github repository. It introduces waaaaay too much information that a beginner doesn't really care about.

Git repositories, test driven development, etc are all things a beginner doesn't care about and doesn't really need to know about when starting out.

Re: 'Learn Ruby on Rails' is free today

#35
post #12

Daniel, how far will you go with TDD on this book? What resource will you recommend to continue learning TDD after the intro in this book? Will you consider writing another book in the same spirit as this one (for beginners & kept up-to-date) for rails with TDD?

TDD is one of the big issues in the pedagogy of teaching Rails. Teach it from the start (Hartl)? Ignore it (most lightweight intros)? Or find a way to introduce it without intimidating beginners? My approach (in a forthcoming chapter) is to encourage testing literacy, that is, to show beginners how to read test code and run tests, so they will be prepared for further study. Michael Hartl's book is good to read after…

I didn't :)

I use Python/Django and thinking of learning Rails, preferably with TDD. Thanks for the list, I'm sure it will be useful!

PS. I backed your campaign.

Re: 'Learn Ruby on Rails' is free today

#36
post #27

to be honest, this is a just ok book. For ROR beginners, stick with Micheal's tutorial. http://ruby.railstutorial.org/

I disagree. The concept of Railstutorial is to show how industrial strength rails programming is done (heck, Michael even adds indices to enforce uniqueness of the database level), so for an absolute beginner it is much better to do some ruby first (Pine's learn to program is best imo) and start with a rails book that does not bombast you with rspec and cucumber.

Re: 'Learn Ruby on Rails' is free today

#37
post #27

to be honest, this is a just ok book. For ROR beginners, stick with Micheal's tutorial. http://ruby.railstutorial.org/

Disagree, tried to get my brother to learn Rails using this tutorial and got stuck configuring Git and his remote Github repository. It introduces waaaaay too much information that a beginner doesn't really care about. Git repositories, test driven development, etc are all things a beginner doesn't care about and doesn't really need to know about when starting out.

Just to clarify. My "Learn Ruby on Rails" covers git and GitHub. Readers tell me they like the "time traveler" analog I use to introduce git in a gentle way. My book is for beginners who want to learn real-world Rails, so it covers professional practices including git, user stories, project management, configuration, using APIs, and more.

Re: 'Learn Ruby on Rails' is free today

#39
post #33
post #22

Earlier quoted context omitted.

Not a single one of those are even remotely relevant to this discussion, other than the fact that they aren't behind a contact information 'paywall'.

I think it's relevant Heres some more: http://ruby.railstutorial.org/ruby-on-rails-tutorial-book http://ruby.bastardsbook.com/ http://rubymonk.com/ http://ruby-kickstart.com/ http://railsforzombies.org/ http://www.scottaaronson.com/blog/?p=459

Give it a fucking rest, UNIXgod, you're just being a wanker now. A guy gives away something for free that cost him money and you go posting links to other resources and start banging on about "open and free"
Post reply on HN