How to install Rails 3 master from GitHub

后端 未结 3 695
面向向阳花
面向向阳花 2021-02-03 13:09

I\'m using rvm (Ruby Version Manager) and running Rails 3 RC. I need to test an app to see if a bug has been resolved with a recent commit to Rails 3 master on GitHub.

H

3条回答
  •  傲寒
    傲寒 (楼主)
    2021-02-03 13:45

    Why not take a look through the commit log here: http://github.com/rails/rails/commits/master before cloning the repository? I don't know what bug you are looking for but remember, you can also look at the "diffs" from each commit to see what has changed.

提交回复
热议问题