February 2012
6 posts
Clients From Hell: While figuring out the sizing... →
clientsfromhell:
While figuring out the sizing of a poster for a client.
Client: Wait… I see the 24”x36” option, but below it also says centimeters on it! Where are the centimeters? I don’t see them. Do they make it bigger that 24”x36”?
Me: No. We work with other countries and include metric measurements for…
1 tag
Log in to your database console using Rails
rubyquicktips:
Instead of using the database-specific command to start your project’s database console, Rails provides one consistent interface for the most popular databases (MySQL, PostgreSQL and SQLite):
script/dbconsole [RAILS_ENV] # Rails 2
rails dbconsole [RAILS_ENV] # Rails 3
rails db [RAILS_ENV] # Rails 3 alias