index
:
xlgmokha/ruby_practice.git
main
Unnamed repository; edit this file 'description' to name the repository.
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2012-03-26
fix casing of Book to book in require.
main
mo k
2012-03-26
update rvmrc and rename gemfile to Gemfile.
mo k
2012-02-19
remove each command from the queue after it is run.
mo k
2012-02-16
create anonymous command.
mo k
2012-02-16
create command processor.
mo k
2012-02-16
figure out how to interact with the console.
mo k
2012-02-15
add run task to run the rover.
mo k
2012-02-14
remove terrain parameter when moving a heading forward.
mo k
2012-02-13
clone the current location
mo k
2012-02-13
considering a different direction where the terrain actually moves the rover ...
mo k
2012-02-13
prevent falling off the map when on the edge and facing east.
mo k
2012-02-13
check bounds when facing south and moving forward.
mo k
2012-02-13
change from https to http in gemfile just to get things to play nicely in cyg...
mo k
2012-02-12
add boundary checks when facing north and moving forward.
mo k
2012-02-12
split out each heading into a separate file.
mo k
2012-02-12
forward the terrain to the heading when moving forward.
mo k
2012-02-12
remove to_sym from each heading.
mo k
2012-02-12
remove Direction class.
mo k
2012-02-12
move forward when facing east or west.
mo k
2012-02-12
instead of returning a new coordinates hash just update the hash.
mo k
2012-02-12
moving forward when facing north or south.
mo k
2012-02-11
fix spec to move forward.
mo k
2012-02-11
start moving the rover forward.
mo k
2012-02-11
refactor conditional using a hash.
mo k
2012-02-11
refactor conditional to polymorphism
mo k
2012-02-11
pass starting heading into to constructor.
mo k
2012-02-11
when facing west and turning left and right.
mo k
2012-02-11
when facing east and turning left or right.
mo k
2012-02-11
when facing south and turning left or right.
mo k
2012-02-11
when facing north and turn left.
mo k
2012-02-11
remove guard.
mo k
2012-02-11
rename test task to spec.
mo k
2012-02-11
move specs from test/ to spec/
mo k
2012-02-11
add bin dir.
mo k
2012-02-11
building a rover.
mo k
2012-02-11
add spec for when the book is for a different author.
mo k
2012-02-11
repace the assert_equal syntax with the must_equal syntax.
mo k
2012-02-11
spiking out developwithpassion_fakes. i like it!
mo k
2012-02-11
add project rvmrc and gemfile.
mo k
2011-11-14
just found out that MiniTest::Mock falls apart when trying to return differen...
mo k
2011-11-12
move specification to its own folder.
mo k
2011-11-12
move find_all_books_by_author to separate file.
mo k
2011-11-12
add find_all_matching to library.
mo k
2011-11-12
move publisher to a separate file.
mo k
2011-11-12
update equality for Book.
mo k
2011-11-12
add author, publisher and publishing year to book.
mo k
2011-11-11
move library to a separate file.
mo k
2011-11-11
mix the context specs with old school style testing.
mo k
2011-11-11
moved the require 'test/unit' from each spec file to the ts_all file.
mo k
2011-11-11
move to lib and test folder and add rakefile.
mo k
[next]