Rails original release source code

Posted by user547057 on Stack Overflow See other posts from Stack Overflow or by user547057
Published on 2011-01-01T16:53:06Z Indexed on 2011/01/01 17:54 UTC
Read the original article Hit count: 211

Filed under:
|

Hi,

I've been looking to read some ruby code(specifically Rails) but I don't want to start with the current version of Rails since it has a lot of stuff I don't need and even more stuff that I wouldn't probably understand.

I want to read only the core of Rails and supposedly the early versions were small and kind of easy to wrap one's head around(even for a neophyte like me).

I have tried searching for the original release of rails, but have not been able to find it. The github repo consists of thousands of commits and I don't want to wade through those.

What I want is to know whether there is any place I can get a zip or tar file with the original rails source or even the other early versions. Pointers to links will be very much appreciated.

Thanks.

p.s I'm new to ruby programming but not programming in general(I know a little python and scheme) and I understand blocks, lambdas and OO stuff, so I think I can tackle the rails source code. If anyone knows of other ruby projects that make for good code reading, i'd love to know of those too.

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about ruby