Sponsorised links
This month
June 2008
Sponsorised links
May 2008
TuneUp | Runs
TuneUp is a centralized location to help you troubleshoot and optimize your Ruby on Rails application's performance with help from others in the community.
veader, the codemonky - Endless Pages
Endless Pages Having heard a blurb on an endless page plugin on the RailsEnvy podcast, I decided to check it out. I wasn’t happy with how the plugin worked, so I whipped up something similar.
Plugins - Endless page - Agile Web Development
User opens webpage if he want to see some information. He doesn’t need paging. He doesn’t need to remember page where he have found needed info few months ago. Few words about way it works: When user opens web page in the background JavaScript time
Unwinding the stack: back to the future, this time for real. How large Rails codebase as opposed to Merb and Datamapper?
I did some stupid meaningful calculations, it turns out that ActiveSupport alone is compared in size to Merb core, Merb more, Merb plugins, DataObjects, DM core and DM more together.
fairleads: Rails 2.0 and Scaffolding Step by Step
In Rails 2.0 it will take fewer steps, but may be a little harder to follow because so much is accomplished with so few commands. First we need to think about the movie inventory table.
Hobo - the web application builder for Rails
HoboFields writes your Rails migrations for you! Your migration writing days are over! class BlogPost < ActiveRecord::Base fields do title :string body :text timestamps end end
