Created
March 27, 2010 10:26
-
-
Save lgs/345912 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
lsoave@ubuntu:~/templates/prova$ script/rails g devise_views | |
/usr/lib/ruby/gems/1.8/gems/bundler-0.9.7/lib/bundler/resolver.rb:97:Warning: Gem::Dependency#version_requirements is deprecated and will be removed on or after August 2010. Use #requirement | |
exist devise | |
identical devise/shared/_links.erb | |
identical devise/passwords/new.html.erb | |
identical devise/passwords/edit.html.erb | |
identical devise/mailer/confirmation_instructions.html.erb | |
identical devise/mailer/unlock_instructions.html.erb | |
identical devise/mailer/reset_password_instructions.html.erb | |
identical devise/unlocks/new.html.erb | |
identical devise/sessions/new.html.erb | |
identical devise/confirmations/new.html.erb | |
identical devise/registrations/new.html.erb | |
identical devise/registrations/edit.html.erb | |
Views copied. Please restart your server. | |
lsoave@ubuntu:~/templates/prova$ ls -lrt | |
total 72 | |
drwxr-xr-x 3 lsoave lsoave 4096 2010-03-27 11:16 vendor | |
drwxr-xr-x 7 lsoave lsoave 4096 2010-03-27 11:16 test | |
drwxr-xr-x 2 lsoave lsoave 4096 2010-03-27 11:16 script | |
-rw-r--r-- 1 lsoave lsoave 10011 2010-03-27 11:16 README | |
-rw-r--r-- 1 lsoave lsoave 314 2010-03-27 11:16 Rakefile | |
drwxr-xr-x 2 lsoave lsoave 4096 2010-03-27 11:16 log | |
drwxr-xr-x 3 lsoave lsoave 4096 2010-03-27 11:16 lib | |
-rw-r--r-- 1 lsoave lsoave 672 2010-03-27 11:16 Gemfile | |
drwxr-xr-x 2 lsoave lsoave 4096 2010-03-27 11:16 doc | |
-rw-r--r-- 1 lsoave lsoave 155 2010-03-27 11:16 config.ru | |
drwxr-xr-x 5 lsoave lsoave 4096 2010-03-27 11:16 public | |
drwxr-xr-x 5 lsoave lsoave 4096 2010-03-27 11:16 config | |
drwxr-xr-x 7 lsoave lsoave 4096 2010-03-27 11:16 app | |
drwxr-xr-x 9 lsoave lsoave 4096 2010-03-27 11:16 devise | |
drwxr-xr-x 3 lsoave lsoave 4096 2010-03-27 11:16 db | |
drwxr-xr-x 7 lsoave lsoave 4096 2010-03-27 11:17 tmp | |
lsoave@ubuntu:~/templates/prova$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment