Posts tagged rails3

Mar04

Rails3: ActiveModel Lint

rspec rails3 activemodel lint | comments

If you're building ActiveModel-like classes, it's quite useful that you run the ActiveModel Lint tests that's shipped with Rails 3. Unfortunately, if you're using Rspec 2.0, using the Test::Unit version doesn't fly as well.

Continue reading »

Feb24

Rails3: Factory girl and file uploads

rails3 ruby edge ruby19 factory_girl | comments

Our experience so far with rails 3 has been pretty good. Some of the modules and internals of rails were renamed, but so far we haven't experienced anything that changed drastically. Most of the stuff still have some parallelisms.

Continue reading »

Feb23

Our first app in Rails 3

rails3 ruby edge ruby19 | comments

We're building a very simple app, and we decided to start with Rails3. Here is our stack so far:

  1. Rails3
  2. HAML
  3. Paperclip
  4. is_taggable
  5. twitter-auth
  6. mocha
  7. shoulda
  8. factory_girl
Continue reading »