It’s good to hear Rails 1.2 is all about embracing REST. Working with Ajax has helped me really appreciate the benefits of REST, and it all fits in with the Rails mindset quite nicely. Right now, we have URLs like /user/update/5 whereas REST would have it as /user/5 and then POST in the details - the nature of the […]
Roll on Rest On Ruby On Rails
June 28th, 2006 · No Comments
Tags: SoftwareDev
Flexible Templating/Layouts With Rails
June 27th, 2006 · 2 Comments
Rails' layout mechanism follows the standard pattern embodied in Sun's J2EE patterns and familiar to users of Struts and other frameworks. The page template outputs the main content, and it's automatically wrapped by a generic template (as opposed to the earlier SSI-style paradigm, where each page manually includes headers, footers, etc.). There's always a complication [...]
Tags: SoftwareDev
Bitten By Rails Pluralization/Inflection
April 15th, 2006 · 4 Comments
If you've heard DHH or other Rails enthusiasts introducing Rails, they'll often point to the neat inflection module, which maps back and forth between plurals and singular forms, among other things. Even if not the most killer thing about Rails, it's an excellent introductory topic as it quickly conveys the humane nature of the Rails [...]
Tags: SoftwareDev
Must Have 5 Years “Ruby on Rails” Experience
September 16th, 2005 · 4 Comments
If there's one certainty in this industry, it's the ongoing hilarity of job ads. David Heinemeier Hansson found a job ad that mentions "Rails" in the same breath as "enterprise" and "whitepaper", and "struts" in the same breath as "latest and greatest": Should have ideally 5 years experience with all of the latest [...]
Tags: SoftwareDev
