Live data from Hacker News

Getting Real: free 37signals book on building a successful webapp

gettingreal.37signals.com

1–10 of 18 posts

Re: Getting Real: free 37signals book on building a successful webapp

#4
post #3

Excellent book, although slightly surprising that the inventors of Ruby on Rails are using PHP to serve the content.

We used PHP to serve up a couple of includes. That tech was implemented before Rails was born. It works so there's no reason to change it.

Re: Getting Real: free 37signals book on building a successful webapp

#5
post #3

Excellent book, although slightly surprising that the inventors of Ruby on Rails are using PHP to serve the content.

At the time this book was written, 37Signals couldn't keep a Rails stack running for more than a few hours yet, according to that old rant by Zed Shaw.

Re: Getting Real: free 37signals book on building a successful webapp

#6
Also know by myself as The Bible. Its new version, Rework, has been by the bed since it was released. Really inspiring book even if you don't agree with everything, it shows you a different view of lots of interesting topics in an easy to read way. Highly recommended.

Re: Getting Real: free 37signals book on building a successful webapp

#7
post #3

Excellent book, although slightly surprising that the inventors of Ruby on Rails are using PHP to serve the content.

They used PHP in several places, mostly presentational pages, where the only thing needed were some "includes". Most of these today are replaced by brochure [1], but the legacy remains.

[1] https://github.com/sstephenson/brochure

Re: Getting Real: free 37signals book on building a successful webapp

#8
post #3

Excellent book, although slightly surprising that the inventors of Ruby on Rails are using PHP to serve the content.

At the time this book was written, 37Signals couldn't keep a Rails stack running for more than a few hours yet, according to that old rant by Zed Shaw.

When Zed Shaw wrote that rant 37signals already had thousands of customers for its Rails apps (plural).

Re: Getting Real: free 37signals book on building a successful webapp

#10
post #3

Excellent book, although slightly surprising that the inventors of Ruby on Rails are using PHP to serve the content.

We used PHP to serve up a couple of includes. That tech was implemented before Rails was born. It works so there's no reason to change it.

Thanks, I assumed it would have been for a pragmatic reason
Post reply on HN