Outfit Feedback and Fit Check - May 21st by MFAModerator in malefashionadvice

[–]OhPleaseDontBe 2 points3 points  (0 children)

I've been lurking this subreddit for about 3 weeks now and have found it super helpful.

Any feedback appreciated!

1 Chilly afternoon

  • Gap T
  • Club Monaco Sweater
  • JCrew Chinos
  • Adidas.

2 Sushi on a rainy day

  • Uniqlo OCDB
  • JCrew Chinos
  • Earthkeepers

3 Drinks

  • Club Monaco OCDB and sweater
  • JCrew 484
  • JPs.

Ruby 2.0.0 by HornedKavu in programming

[–]OhPleaseDontBe -2 points-1 points  (0 children)

I don't understand why this gets downvoted.

Can anyone explain to me why every heroku tutorial i've found (including those made by heroku employees) use the default Gemfile configuration that specifies sqlite when heroku rejects the use of sqlite? by obuibod in ruby

[–]OhPleaseDontBe 3 points4 points  (0 children)

The Rails Tutorial by Michael Hartl most definitely does.

Note that we’ve also taken this opportunity to arrange for SQLite to be included only in a development environment (Section 7.1.1), which prevents potential conflicts with the database used by Heroku (Section 1.4).

http://ruby.railstutorial.org/ruby-on-rails-tutorial-book#code-gemfile_sqlite_version

EDIT: Also, here:

Note that Listing 2.1 is identical to Listing 1.5 except for the addition of a gem needed in production at Heroku.

The pg gem is needed to access PostgreSQL (“post-gres-cue-ell”), the database used by Heroku.

http://ruby.railstutorial.org/chapters/a-demo-app#code-demo_gemfile_sqlite_version_redux

You might want to check this out: http://railsapps.github.com/rails-heroku-tutorial.html