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…
Feb 17th
369 notes
Feb 17th
197,507 notes
Feb 17th
330 notes
Feb 16th
Feb 16th
2,153 notes
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
Feb 1st
3 notes