February 26, 2010
The login_generator script seems to be broken with rails > 2.0.1, at least at login_generator gem version 1.2.2. It’s due to the fact that the login_generator script uses the older “.rhtml” extension, rather than the newer “.html.erb”, so you’ll get errors like this if you try and script/generate login: No such file or directory – [...]
Read the full article →
February 25, 2010
My toy of the day is cucumber, a very intriguing BDD framework for ruby (and rails). I had quickly looked at a few screencasts and decided to jump right in, and did this: sudo gem install cucumber and right away, did this in a freshly made rails app folder: script/generate cucumber It’s probably not surprising [...]
Read the full article →