Posts tagged rails

Apr29

Checking named routes in rails console

ruby rails | comments

I tend to use named routes in my link_to, link_to_remote, remote_form_for etc prototype helpers, so that my action paths in the view always conform to the declarations in routes.rb and so it's expressive. Continue reading »

Apr14

Self-Referential ActiveRecord

ruby rails active_record | comments

Migrating a legacy bulletin board system based on Perl/CGI to Rails (2.2.2). I am doing this as BDD with cucumber & rspec goodness and I'll be posting my travails on BDD pretty soon. Continue reading »