removing tmp stuff
Oleg
committed Oct 22, 2010
commit d9b91826588fff0cf357a9f19cd71d89eee9cc86
Showing 4
changed files with
18 additions
and 13 deletions
Gemfile
+1
-1
| @@ | @@ -1,6 +1,6 @@ |
| source 'http://rubygems.org' | |
| - | gem 'rails', '>=3.0.0' |
| + | gem 'rails', '>=3.0.1' |
| gem 'sqlite3-ruby', :require => 'sqlite3' | |
| gem 'active_link_to', '>=0.0.6' | |
| gem 'paperclip', '>=2.3.3' | |
Gemfile.lock
+1
-1
| @@ | @@ -87,5 +87,5 @@ DEPENDENCIES |
| jeweler (>= 1.4.0) | |
| mime-types | |
| paperclip (>= 2.3.3) | |
| - | rails (= 3.0.0) |
| + | rails (>= 3.0.0) |
| sqlite3-ruby | |
generators/README b/lib/generators/README
+16
-11
| @@ | @@ -1,12 +1,17 @@ |
| - | ____ __ _ _ _ |
| - | / ___|___ _ __ ___ / _| ___ _ __| |_ __ _| |__ | | ___ |
| - | | | / _ \| '_ ` _ \| |_ / _ \| '__| __/ _` | '_ \| |/ _ \ |
| - | | |__| (_) | | | | | | _| (_) | | | || (_| | |_) | | __/ |
| - | \____\___/|_| |_| |_|_| \___/|_| \__\__,_|_.__/|_|\___| |
| - | __ __ _ ____ __ |
| - | | \/ | _____ _(_) ___ __ _ _ __ / ___| ___ / _| __ _ |
| - | | |\/| |/ _ \ \/ / |/ __/ _` | '_ \ \___ \ / _ \| |_ / _` | |
| - | | | | | __/> <| | (_| (_| | | | | ___) | (_) | _| (_| | |
| - | |_| |_|\___/_/\_\_|\___\__,_|_| |_| |____/ \___/|_| \__,_| |
| + | ____ __ _ _ _ |
| + | / ___|___ _ __ ___ / _| ___ _ __| |_ __ _| |__ | | ___ |
| + | | | / _ \| '_ ` _ \| |_ / _ \| '__| __/ _` | '_ \| |/ _ \ |
| + | | |__| (_) | | | | | | _| (_) | | | || (_| | |_) | | __/ |
| + | \____\___/|_| |_| |_|_| \___/|_| \__\__,_|_.__/|_|\___| |
| + | __ __ _ ____ __ |
| + | | \/ | _____ _(_) ___ __ _ _ __ / ___| ___ / _| __ _ |
| + | | |\/| |/ _ \ \/ / |/ __/ _` | '_ \ \___ \ / _ \| |_ / _` | |
| + | | | | | __/> <| | (_| (_| | | | | ___) | (_) | _| (_| | |
| + | |_| |_|\___/_/\_\_|\___\__,_|_| |_| |____/ \___/|_| \__,_| |
| - | Hey, thanks for being AWESOME! |
| + | Hey! Everything is almost done. Please don't forget to |
| + | |
| + | * run migrations -> `rake db:migrate` |
| + | |
| + | After that go to http://your-awesome-app/cms-admin to start |
| + | populating content. |
tmp/restart.txt
+0
-0