Fork me on GitHub

Snippets #25

  1. sinatra-gen - A generator for Sinatra apps with options for creating actions, selecting view markup and test frameworks.
  2. Sign up, sign in, sign out - At last someone has agreed on a sensible and common language for authentication.
  3. SQL Databases Are An Overapplied Solution (And What To Use Instead) - More arguments against SQL databases.
  4. How Ruby Mixins Work With Inheritance - Great explanation by Chad Fowler on using mixins with inheritance.
  5. Next steps for ruby gender balance - New workshop to encourage women into the Rails community.

Snippets #24

  1. Rails Admin Interface Roundup - Sarah Allen has been delving into the latest options for administration interfaces for your Rails apps. 4 different options all tested and reviewed.
  2. Introducing ActiveApi - A new way of translating your data into xml.
  3. Using assert_select and friends in Helper tests - Little tip for testing your views.
  4. Code Blocks: Ruby’s Swiss Army Knife - An excerpt from the Ruby Best Practices Book. It’s on my list of books to buy for next month.
  5. SQL Databases Don’t Scale - The problems with scaling SQL databases.
  6. 5 Ways To Speed Up Your Rails App - Good tips if you want more from your Rails application.
  7. Streamlining documentation on your project web sites - Good guide to automating your documentation.