Bluemont Labs

Results 3 issues of Bluemont Labs

I wrote up this issue: https://github.com/sandro/bench_press/issues/9 Full disclosure: I've only tested this by hand. I could not get `rake spec` to work on my machine. I'm not sure what's up...

Hi, your current implementation of `formatted_number` does not work for numbers less than 1000. For example: ``` formatted_number(999) => nil ``` I see that your implementation borrows heavily from Rails:...

I want to try to build from source. I loaded the project in Xcode, pressed Apple-B, and got "Build Succeeded." Pardon my ignorance, but where did the built executable go?...