Live data from Hacker News

'Learn Ruby on Rails' is free today

learn-rails.com

41–50 of 65 posts

Re: 'Learn Ruby on Rails' is free today

#41
post #27

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

railstutorial was a great way for me to learn rails, and I had experience with several other languages, git, and knew a bit of ruby.

It introduces way too much for a pure beginner who knows little-to-no programming trying to get started. That said, I really don't think someone brand new to coding should learn RoR straight away.

Re: 'Learn Ruby on Rails' is free today

#42

the largest barrier to entry for newcomers wanting to learn rails is getting a dev environment setup

I found Michael Hartl's Ruby on Rails Tutorial (http://ruby.railstutorial.org/ruby-on-rails-tutorial-book#se...) to have a great walkthrough for the initial setup. I particularly like that it gets you up and running to Heroku before the end of the first chapter.

Re: 'Learn Ruby on Rails' is free today

#43
post #4

for anyone who hate registrations for downloads ^_^ http://learn-rails.com/ebooks/learn-rails.pdf

I'm okay with giving my email but when it came to enter a password I stopped since I didn't know what I'm signing up for. There was no logo on that page and the initial Link said "to download"

Re: 'Learn Ruby on Rails' is free today

#44
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

Could you instead provide some links on relevant things YOU have written and gave away for free ?

Re: 'Learn Ruby on Rails' is free today

#45
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.

I disagree, git nor TDD are hard to learn and it makes for excellent habits. There is a disconnect if a beginner doesnt understand the importance of both.

I can't think of anyone I've taught git to who didnt see how powerful and easy it makes life.

Re: 'Learn Ruby on Rails' is free today

#47
post #16

Earlier quoted context omitted.

So they they can send you unwanted emails. There is no such thing as a free lunch. In order for you to get the book, you have to give away your contact information.

"They" is me, a solo author who gave up six months of consulting income to produce a book to help Rails beginners. Would you care to contribute to the Kickstarter campaign so the book can reach the people who need it? What do you wish to offer in exchange? How about even offering a thank you? Or do you feel you are entitled to enjoy my work, offering nothing in exchange, and encouraging other people to act with no re…

Thanks for writing this book. I'm not a Rails programmer but I'm going to take a look at it so I can help a little more with the Discourse forum code.

Re: 'Learn Ruby on Rails' is free today

#48
This is a really good book for teaching beginners Ruby on Rails. But, in my opinion, what makes it stand out compared to a lot of other books on this topic is the following:

I'm using Rails for a few years now and I still have problems to figure out where to start when I have to explain it to somebody who doesn't know anything about it.

Many books just throw their readers into a topic. This causes a lot of confusion early on, which will (hopefully) be reduced while reading the book. I don't like that approach very much.

I think, this book here does it the right way: It first explains the web and by which technologies it is driven. Then it tells how Rails fits into the picture.

What I also really like are the short explanations of user stories, software development methodologies and agile methodologies. I think it is important that new developers have at least heard about those topics even though they may not know how to use them in the beginning.

Good work!

Re: 'Learn Ruby on Rails' is free today

#49
post #16

Earlier quoted context omitted.

So they they can send you unwanted emails. There is no such thing as a free lunch. In order for you to get the book, you have to give away your contact information.

"They" is me, a solo author who gave up six months of consulting income to produce a book to help Rails beginners. Would you care to contribute to the Kickstarter campaign so the book can reach the people who need it? What do you wish to offer in exchange? How about even offering a thank you? Or do you feel you are entitled to enjoy my work, offering nothing in exchange, and encouraging other people to act with no re…

Just one thought... please use persona. No password anymore. Anyway, thanks for the hard work.

Re: 'Learn Ruby on Rails' is free today

#50

the largest barrier to entry for newcomers wanting to learn rails is getting a dev environment setup

several of us kickstarted a rails.app, but it isn't done yet. They have the open source version up atm and some somewhat dated binaries. (I know a lot of us were hoping to never have to configure ruby again, as we only use it for cocopods an iOS development tool)

http://www.kickstarter.com/projects/1397300529/railsapp

https://github.com/tokaido/tokaidoapp

https://trello.com/b/ZPhBe7Fh/tokaido-app

Binary: https://github.com/tokaido/tokaidoapp/releases

Post reply on HN