RailsCasts Pro episodes are now free!

Learn more or hide this

Jesse House's Profile

GitHub User: house9

Site: http://house9.blogspot.com/

Comments by Jesse House

Avatar

you might be interested in this book? recently released by Pragmatic Programmers - http://pragprog.com/book/jkdepj/deploying-with-jruby "Deploying with JRuby: Deliver Scalable Web Apps using the JVM"

Avatar

You might need to reinstall the pg gem, possibly with pg config path specified http://deveiate.org/code/pg/

Avatar

with rails3

instead of InstructorRegistration.where(:joins => :user, :order => 'users.last_name')

I think you want

InstructorRegistration.joins(:user).order('users.last_name').paginate

Avatar

no please don't auto focus on input boxes - for people who use the backspace/delete key to 'go back' this is a killer. I've got nothing against auto focus to a text box for a signup page or login page. maybe a short cut key alt+s or something for the search box?

the site does look great!