Skip to content

Instantly share code, notes, and snippets.

@jackdempsey
Created December 15, 2010 08:41
Show Gist options
  • Save jackdempsey/741779 to your computer and use it in GitHub Desktop.
Save jackdempsey/741779 to your computer and use it in GitHub Desktop.
➜ ~ cd git/rails
➜ rails git:(master) cat .git/config
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
ignorecase = true
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = git://github.com/rails/rails.git
[branch "master"]
remote = origin
merge = refs/heads/master
➜ rails git:(master) git pull
Already up-to-date.
➜ rails git:(master) git log
commit c81af00a7ab64ec1159e8b319f8498ea5b9037c7
Author: Ernie Miller <[email protected]>
Date: Mon May 3 20:47:42 2010 -0400
Fix hm:t to self table aliasing in construct_scope
commit 00c893d3b86be3a141c21ed065e085adbb26062a
Author: Joe Hannon <[email protected]>
Date: Sun May 2 16:26:02 2010 -0700
add test which fails for has_many through self join [#4361 state:open]
commit f2234a5dd3a1d891e585a703f1a432153e4d2c18
Author: Aaron Patterson <[email protected]>
Date: Tue Dec 14 15:27:06 2010 -0800
class names are already strings, so we do not need to call to_s on the strings that are already strings
commit 820582883a301ad813534492f8f3223a582824f1
Author: Aaron Patterson <[email protected]>
Date: Tue Dec 14 15:24:25 2010 -0800
build SQL AST nodes rather than generate strings
commit 7af9ec8a99bbc044af1f08200b4aa350ac64a53d
Author: Aaron Patterson <[email protected]>
Date: Tue Dec 14 15:03:06 2010 -0800
...
<snip>
...
➜ rails git:(master) ./bin/rails plugin new test
Usage:
rails new APP_PATH [options]
Options:
....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment