-
Notifications
You must be signed in to change notification settings - Fork 25
I am done: P,T and E #21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor, but you named this keys (plural). I would keep to "key", since you can't actually pass in multiple entries here.
|
Some very excellent stuff here! I commented on some style issues, but I didn't see anything where I'd suggest a rewrite. Let me know if you have any questions! |
|
Thanks Jesse. But I'm doing Episode3 right now and running into problems with postgres. This is the error I keep getting when I run "watchman.rb" /Users/yearlydoubt/.rvm/gems/ruby-2.0.0-p195/gems/activerecord-3.2.3/lib/active_record/connection_adapters/postgresql_adapter.rb:1194:in `initialize': could not connect to server: No such file or directory (PG::Error) can you tell what may be the problem? -Patil On Oct 11, 2013, at 11:47 AM, Jesse Wolgamott [email protected] wrote:
|
|
Usually that happens when you have not installed postgres. have you downloaded and run http://postgresapp.com/ ? You may also need to uninstall old versions of postgres. This can be a pain. If you do end up unable to proceed, you can try out Nitrous -- it's a cloud based editor https://www.nitrous.io/join/594AeXlZUKk -- and follow http://help.nitrous.io/postgres/
On Friday, October 11, 2013 at 3:04 PM, var114 wrote:
|
|
No I installed the postgress app. I'm getting this... WARNING: psql version 9.1, server version 9.3. On Oct 11, 2013, at 1:16 PM, Jesse Wolgamott [email protected] wrote:
|
|
Try running which psql And then deleting that file, if that file is not part of the postgresapp On Fri, Oct 11, 2013 at 4:01 PM, var114 [email protected] wrote:
|
Took a bit longer than I anticipated. But here it is, in all it's glory.