Skip to content

Instantly share code, notes, and snippets.

@justinfrench
Created January 26, 2009 21:24
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save justinfrench/52972 to your computer and use it in GitHub Desktop.
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