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?
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"
You might need to reinstall the pg gem, possibly with pg config path specified http://deveiate.org/code/pg/
with rails3
instead of
InstructorRegistration.where(:joins => :user, :order => 'users.last_name')
I think you want
InstructorRegistration.joins(:user).order('users.last_name').paginate
Yes, awesome rails cast as usual!
I did a few blog posts on asset related rails awhile back, might be of interest?
http://house9.blogspot.com/2011/05/rails-31-asset-pipeline.html
http://house9.blogspot.com/2011/05/rails-31-javascript-execution.html
http://house9.blogspot.com/2011/06/rails-31-asset-gem.html
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!