110 posts tagged “rails”
2005
Liquid—a new Rails template system (via) Heavily inspired by Django. I’m flattered!
XML.com: REST on Rails. Matt Biddulph’s Rails mixin provides an instant REST interface to an ActiveRecord model.
The BBC’s programme catalogue (on Rails). Matt Biddulph’s current project is insanely cool.
Djangolians from the Planet Rails. Halloween costume fun.
London Web Frameworks Night. Talks on Django, Rails, Catalyst. I’m talking about Django.
Django and Rails London meetup
Here’s a date for your diary: Sam Newman is arranging a meetup for Django and Rails enthusiasts (and anyone else with an interest) on Monday the 5th of September at 7pm in Smiths of Smithfield. If you want to attend, leave a comment on Sam’s entry to give an idea of numbers. I’m signed up—it should be a fun evening.
A comparison of Django with Rails. Nails the differences pretty well.
Salted Hash Login Generator for Rails. I’ve used the precursor to this, Login Generator, to good effect.
Ruby on Rails, and the Rails Beta Book. The comments include a good discussion of the pros and cons of Rails’ code-in-templates approach.
The Rails BetaBook is Ready. Buy the book + beta PDF, get the PDF now and the dead-tree book when it’s finished.
Taking the unsafe GETs out of Rails. A great explanation of the problem, and a decent stab at a solution.
How to receive emails with Action Mailer in Rails. It’s surprisingly easy. I suppose I shouldn’t be surprised.
Text Search in Rails. Rails extension to add search APIs to your models, based on LIKE queries.
Could Rails have been built without Ruby? Fascinating essay about how Ruby, like Lisp, lets you build new languages.
Howto Generate PDFs in Rails. Use HTMLDoc, PdfWriter or Ruby FPDF.
Ruby on Rails and FastCGI: Scaling using processes instead of threads. Relates to the shared-nothing architecture.
Combining XMLHttpRequest and Rails to Produce More Efficient UIs. Ruby on Rails is setting itself up to be THE framework for Ajax work.
Ruby On Rails + XUL Experiment. States that Wiki is Hawaiian for “can’t find shit.”
Rolling with Ruby on Rails. Extensive Rails tutorial on ONLamp.com.