Sinatra in a console
July 22, 2013Sinatra does not have a default console like rails does. If you are writing in a rails environment and need to test out a helper method, or…
Sinatra does not have a default console like rails does. If you are writing in a rails environment and need to test out a helper method, or…
I am building a code breaking game along the lines of Mastermind and I encountered a block. The problem I have a javascript that generates a…
Having just discovered the magic of using partials to refactor html in rails, imagine my delight when I found it to be even easier in…