Snippets #84

Looking at authentication options for my decision support system. There's so many options, but I think I may have settled on using Devise.

Filed Under // Rails Ruby Snippets

Snippets #82

Filed Under // Freelancing Rails Testing

Snippets #78

Looking forward to the weekend again.

Filed Under // Git Javascript Rails Snippets

Snippets #77

If you're looking for a mammoth Rails 3 link list, then check out the RubyInside blog.

Filed Under // Rails Ruby Snippets

Snippets #76

  • Rails 3 I18n changes - I think people tend to forget about the internationalization features of Rails.
  • Rails 3.0 Release Notes - Just in case you were hiding under a rock in the last few days. I must be the last person to link to this!

Filed Under // Rails Snippets

Snippets #75

Getting into a good habit of dipping in and out of projects but always making good progress on the important ones.

Filed Under // Rails Ruby Snippets

Snippets #73

My design skills suck. Maybe something to try and improve on for this year.

Snippets #71

I wish had more time to take part in events like the BugMash. It would have been good to get some time to work with Rails 3. Maybe next time.

Snippets #69

Purchased the Rails Rescue Handbook yesterday. First impressions are good, and it's handy to have a resource for those times when you're working on another project that you didn't start with.
  • BugMash - Rails 3 is motoring along, but there a call to action for the community this weekend. Fixing issues, reporting bugs and other activities are all a great way to contribute. Get more details on the BugMash here.
  • ActiveModel: Make Any ruby Object Feel Like ActiveRecord - Some great tips for using ActiveRecord features (e.g. validations) in your own object. 
  • Introducing Cramp - A good idea, but I don't think I'll be using this in the near future.

Filed Under // Frameworks Rails Snippets

Snippets #67

Let's ease into the New Year with a couple of my favourites from the last week:

  1. The Rails 3 Router: Rack it Up - An overview of the changes in the new router. Really looking forward to the release of Rails 3.
  2. history: ruby integration testing - It seems that every year there are more and more options for integration testing. I wonder how many 2010 will offer?

Filed Under // Rails Snippets Testing