Created
January 26, 2009 21:24
-
-
Save justinfrench/52972 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
speechless:~/dev $ rails formtastic_test | |
create | |
create app/controllers | |
create app/helpers | |
... trimmed by JF | |
speechless:~/dev $ cd formtastic_test/ | |
speechless:~/dev/formtastic_test $ ./script/plugin install git://github.com/justinfrench/formtastic.git | |
Initialized empty Git repository in .git/ | |
warning: no common commits | |
remote: Counting objects: 26, done. | |
remote: Compressing objects: 100% (19/19), done. | |
remote: Total 26 (delta 2), reused 8 (delta 0) | |
Unpacking objects: 100% (26/26), done. | |
Plugin not found: ["git://github.com/justinfrench/formtastic.git"] | |
speechless:~/dev/formtastic_test $ ls -al vendor/plugins/formtastic/ | |
total 72 | |
drwxr-xr-x 13 justin staff 442B 27 Jan 08:23 ./ | |
drwxr-xr-x 3 justin staff 102B 27 Jan 08:23 ../ | |
-rw-r--r-- 1 justin staff 22B 27 Jan 08:23 .gitignore | |
-rw-r--r-- 1 justin staff 1.0K 27 Jan 08:23 MIT-LICENSE | |
-rw-r--r-- 1 justin staff 12K 27 Jan 08:23 README.textile | |
-rw-r--r-- 1 justin staff 970B 27 Jan 08:23 Rakefile | |
drwxr-xr-x 3 justin staff 102B 27 Jan 08:23 generators/ | |
-rw-r--r-- 1 justin staff 157B 27 Jan 08:23 init.rb | |
-rw-r--r-- 1 justin staff 58B 27 Jan 08:23 install.rb | |
drwxr-xr-x 3 justin staff 102B 27 Jan 08:23 lib/ | |
drwxr-xr-x 4 justin staff 136B 27 Jan 08:23 spec/ | |
drwxr-xr-x 3 justin staff 102B 27 Jan 08:23 tasks/ | |
-rw-r--r-- 1 justin staff 27B 27 Jan 08:23 uninstall.rb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment