Skip to content

Instantly share code, notes, and snippets.

@jsqu99
Created January 24, 2014 17:57
Show Gist options
  • Save jsqu99/8602546 to your computer and use it in GitHub Desktop.
Save jsqu99/8602546 to your computer and use it in GitHub Desktop.
~/src/sherrylehmann/sl-web$: git remote show origin
* remote origin
Fetch URL: git@github.com:sherrylehmann/sl-web.git
Push URL: git@github.com:sherrylehmann/sl-web.git
HEAD branch: master
Remote branch:
master tracked
Local branch configured for 'git pull':
master rebases onto remote master
Local ref configured for 'git push':
master pushes to master (up to date)
~/src/sherrylehmann/sl-web$: git pull
Current branch master is up to date.
~/src/sherrylehmann/sl-web$: git log
commit 33ee2cb6d6561c2af30420db3c392402f6645bb5
Author: egarcia <eduardokg@gmail.com>
Date: Fri Jan 24 12:30:10 2014 -0500
Fix bottlenotes weekly rake task
.....
~/src/sherrylehmann/sl-web$: bundle
..... runs fine ....
~/src/sherrylehmann/sl-web$: bundle exec rake db:migrate
in sprockets.environment
rake aborted!
uninitialized constant User
/Users/jsquires/src/sherrylehmann/sl-web/config/routes.rb:5:in `block in <top (required)>'
/Users/jsquires/src/sherrylehmann/sl-web/config/routes.rb:1:in `<top (required)>'
/Users/jsquires/src/sherrylehmann/sl-web/config/environment.rb:5:in `<top (required)>'
Tasks: TOP => db:migrate => environment
(See full trace by running task with --trace)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment