How do I build Ruby on Rails? -


i working on research project going analyze several of commits in version control history ruby on rails. see commits pass or fail rails' test scripts. if possible, see commits can built.

for example, if analyzing java project, try compile project @ each commit. if compilation process failed, know commit broke build. then, on successful build, run test scripts.

i know ruby projects not have build process in same sense java projects because ruby interpreted. error compiler check, syntax error or type error, found @ runtime. because of this, i'm not sure whether rails has build process , if does, process is. does rails have build process or process analogous compiling project in compiled language?

yes , no. there setup steps before can run tests.

like open source projects if scroll down on readme page @ link included in question, you'll see the contributing section. links need know in order set rails , start either developing, or doing test research project thing.


Comments

Popular posts from this blog

c++ - Delete matches in OpenCV (Keypoints and descriptors) -

java - Could not locate OpenAL library -

sorting - opencl Bitonic sort with 64 bits keys -