ma.gnolia

Sign In | Learn More

Skip to main content


7864_32 Ivan Storck's Bookmarks Tagged With "rubyonrails"

1 2 3 ... 6

  1. Visit Rapid Rails Part 1: Command-line mastery Rapid Rails Part 1: Command-line mastery

    Rapid Rails is a series of articles containing succinct tips to increase your productivity when working with Ruby on Rails. This is the first part, and shows you how to make the most of the command-line tools that come with Rails.

  2. Visit acts_as_paranoid and acts_as_versioned at Off you go… into the purple yonder! acts_as_paranoid and acts_as_versioned at Off you go… into the purple yonder!

    So you’re writing a web-based application and you want journalling: when database records change, you want to keep track of the changes so that you have an audit trail. There are many ways to do this.

  3. Visit Ruby on Rails: RSpec Tutorial Ruby on Rails: RSpec Tutorial

    tutorials on the RSpec framework with the intention of build a comprehensive guide to Behaviour Driven Development with RSpec. As of this posting, the existing tutorials need a bit of reorganizing, but there's plenty of helpful stuff on there for now.

  4. Visit Ruby on Rails SEO Tips Ruby on Rails SEO Tips

    This article focuses on how you can improve the search engine optimization (SEO) of your Rails site the Ruby way

  5. Visit Testing your Rails views with Hpricot — Luke Redpath Testing your Rails views with Hpricot — Luke Redpath

    Rails comes with the built-in assert_tag method but I've always found it clunky and a pain in the arse to use. By combining the Hpricot library and a few useful helper functions, you can now test the output of your Rails views in Test::Unit::Te… More

  6. Visit Null is Love » Ruby on Rails Null is Love » Ruby on Rails

    Great series on learning testing and TDD on ruby on rails

  7. Visit OpenID-2.0.2 with Rails-2.0.2 OpenID-2.0.2 with Rails-2.0.2

    How to use OpenID with Rails 2.0.2

  8. Visit AJAX with acts_as_commentable AJAX with acts_as_commentable

    How to combine the acts_as_commentable plugin with AJAX commenting

  9. Visit assert{ 2.0 } - O'Reilly Ruby assert{ 2.0 } - O'Reilly Ruby

    Phlip likea developer tests, but he doesn’t like the primitive assertions - assert_equal, assert_match, assert_not_nil, etc. They only exist for one reason - to print out their input values when they fail. And they don’t even reflect their variabl… More

  10. Visit Code Intensity: Auto-Complete Text Fields in Rails 2 Code Intensity: Auto-Complete Text Fields in Rails 2

    In Rails 2, the PrototypeHelper and ScriptaculousHelper code was removed to plugins. This means that doing auto-complete for various fields was no longer part of the base Rails. I didn't find any great, straight-forward docs on how to do this for … More

1 2 3 ... 6

Didn't find what you were looking for? Try searching Google.