I just read the article by Pratik Naik from the Rails Core Team regarding Rails Templates.
Have you ever wished you could start out your Rails application with all of your gems installed and all of your standard setup items completed? Well, wait no longer. You can now do it with Rails Templates. Pratik covered it pretty well, so I’m not going to repeat what he’s done. Rather, I’m going to share a template of my own and explain why I included what I did.
Read More
action, annotate_models, authentication, controllers, create, cucumber, daemons, gems, generator, git, github, plugins, Pratik Naik, Rails, rails core, rake, rspec, rspec-rails, Ruby, Ruby on Rails
Having used both Test::Unit and RSpec, I have to agree with Jim Weirich: the difference between the two is primarily semantics. It seems to me that functionally, they are both equally capable of verifying and specifying code. However, the way in which you write the tests—the semantics—is the primary difference between the two. That being the case, I prefer the semantics of RSpec.
Read More
cucumber, rspec, Ruby, Ruby on Rails, specification, test, test/unit, testing, unit tests