Writing / Ruby & Rails
-
Access your command history in IRB and Rails console sessions
This simple configuration option is a powerful way to access and search through your Ruby and Rails console command history.
-
Configure default ordering on models with UUID primary keys in ActiveRecord
There's a change coming in Rails 6 that makes it possible to configure the default ordering on ActiveRecord finders, which may be helpful for those using UUIDs for their primary keys.
-
Upgrading a large Rails 3 app to Rails 4
Recommendations and guidance on upgrading a large Rails 3 application to Rails 4.
-
Performance testing Rails against real data
How do you write performance tests that benchmark your application against real data?
-
Default Attributes on Active Record Associations in Rails
A neat little trick that lets you define default values for records created through an association.
-
3D Secure in Rails with Active Merchant and Sage Pay (formally ProTX)
Performing 3D Secure authentication in your rails application using the Active Merchant gem and the Sage Pay gateway.
-
Disabled option tags in rails forms
A new plugin that enhances the form helpers in Rails so that you can disable option tags.
-
Rails gets some engines love
Details on some interesting commits to edge Rails (2.3); now featuring engines!
-
Passenger/mod_rails 2.0 RC1
Details on the release of Passenger (AKA mod_rails) 2.0 release candidate 1.
-
mod_rails and apache on OS X Leopard
Tips on getting Apache and Passenger (AKA mod_rails) working in your development environment on OS X Leopard.
-
Rails plugins and the move to gems
Edge rails and working with plugins from git.