Skip to content

Instantly share code, notes, and snippets.

@DanielKehoe
Created October 29, 2011 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DanielKehoe/1324490 to your computer and use it in GitHub Desktop.
Save DanielKehoe/1324490 to your computer and use it in GitHub Desktop.
errors running playmo
-> playmo testapp
create
create README
create Rakefile
create config.ru
create .gitignore
create Gemfile
create app
create app/assets/images/rails.png
create app/assets/javascripts/application.js
create app/assets/stylesheets/application.css
create app/controllers/application_controller.rb
create app/helpers/application_helper.rb
create app/mailers
create app/models
create app/views/layouts/application.html.erb
create app/mailers/.gitkeep
create app/models/.gitkeep
create config
create config/routes.rb
create config/application.rb
create config/environment.rb
create config/environments
create config/environments/development.rb
create config/environments/production.rb
create config/environments/test.rb
create config/initializers
create config/initializers/backtrace_silencers.rb
create config/initializers/inflections.rb
create config/initializers/mime_types.rb
create config/initializers/secret_token.rb
create config/initializers/session_store.rb
create config/initializers/wrap_parameters.rb
create config/locales
create config/locales/en.yml
create config/boot.rb
create config/database.yml
create db
create db/seeds.rb
create doc
create doc/README_FOR_APP
create lib
create lib/tasks
create lib/tasks/.gitkeep
create lib/assets
create lib/assets/.gitkeep
create log
create log/.gitkeep
create public
create public/404.html
create public/422.html
create public/500.html
create public/favicon.ico
create public/index.html
create public/robots.txt
create script
create script/rails
create tmp/cache
create tmp/cache/assets
create vendor/assets/stylesheets
create vendor/assets/stylesheets/.gitkeep
create vendor/plugins
create vendor/plugins/.gitkeep
Please choose markup language you prefer to use:
1. Erb (by default)
2. Haml
3. Slim
Make your choice (1, 2 or 3): 1
exist app/assets/images
create app/assets/images/bg.jpg
create app/assets/images/input-bg.gif
exist app/assets/stylesheets
create app/assets/stylesheets/application.css.scss
create app/assets/stylesheets/media.css.scss
create app/assets/stylesheets/partials/_constants.css.scss
create app/assets/stylesheets/partials/_forms.css.scss
create app/assets/stylesheets/partials/_html5-boilerplate.css.scss
create app/assets/stylesheets/partials/_layout.css.scss
create app/assets/stylesheets/partials/_overrides.css.scss
create app/assets/stylesheets/partials/_simple_form.css.scss
create app/assets/stylesheets/partials/html5-boilerplate/_fonts.css.scss
create app/assets/stylesheets/partials/html5-boilerplate/_helpers.css.scss
create app/assets/stylesheets/partials/html5-boilerplate/_media.css.scss
create app/assets/stylesheets/partials/html5-boilerplate/_reset.css.scss
create app/assets/stylesheets/partials/html5-boilerplate/_styles.css.scss
remove app/assets/stylesheets/application.css
remove app/controllers/application_controller.rb
create app/controllers/application_controller.rb
create app/views/application
create app/views/application/internal_error.html.erb
create app/views/application/not_found.html.erb
route match "*catch_all" => "application#not_found"
Would you like to use Compass in this project?
Make your choice (y/n): y
gemfile compass (~> 0.12.alpha.0)
Which form builder you prefer?:
1. Use default form_for helper
2. Simple Form
3. Formtastic
Make your choice (1, 2 or 3): 1
Please choose JS framework you prefer to install:
1. JQuery (with Jquery UI)
2. Mootools Core (with More)
3. Prototype (with Scriptaculous and RJS)
Make your choice (1, 2 or 3): 1
gemfile jquery-rails
remove app/views/layouts/application.html.erb
Would you like to use Devise in this project?
Make your choice (y/n): y
gemfile devise
append db/seeds.rb
Would you want to create HomeController in this project?
Make your choice (y/n): y
remove app/helpers/application_helper.rb
create app/helpers/application_helper.rb
Would you like to use Rspec in this project?
Make your choice (y/n): y
gemfile rspec
Would you like to deploy project with Capistrano?
Make your choice (y/n): n
The path `/Users/danielkehoe/repos/playmo` does not exist.
gsub app/assets/javascripts/application.js
generate layout
The path `/Users/danielkehoe/repos/playmo` does not exist.
generate devise:install
The path `/Users/danielkehoe/repos/playmo` does not exist.
generate devise User
The path `/Users/danielkehoe/repos/playmo` does not exist.
generate devise:views
The path `/Users/danielkehoe/repos/playmo` does not exist.
gsub app/views/layouts/application.html.erb
/Users/danielkehoe/.rvm/gems/ruby-1.9.2-p290@rails311/gems/thor-0.14.6/lib/thor/actions/file_manipulation.rb:226:in `binread': No such file or directory - /Users/danielkehoe/repos/railsapps/testapp/app/views/layouts/application.html.erb (Errno::ENOENT)
from /Users/danielkehoe/.rvm/gems/ruby-1.9.2-p290@rails311/gems/thor-0.14.6/lib/thor/actions/file_manipulation.rb:226:in `gsub_file'
from /Users/danielkehoe/.rvm/gems/ruby-1.9.2-p290@rails311/gems/playmo-0.0.11/lib/playmo/recipes/devise_recipe.rb:90:in `add_layout_links_with_erb'
from /Users/danielkehoe/.rvm/gems/ruby-1.9.2-p290@rails311/gems/playmo-0.0.11/lib/playmo/recipes/devise_recipe.rb:75:in `add_layout_links'
from /Users/danielkehoe/.rvm/gems/ruby-1.9.2-p290@rails311/gems/playmo-0.0.11/lib/playmo/recipes/devise_recipe.rb:20:in `block in install_devise'
from /Users/danielkehoe/.rvm/gems/ruby-1.9.2-p290@rails311/gems/ruby_events-1.1.0/lib/ruby_events/core.rb:39:in `call'
from /Users/danielkehoe/.rvm/gems/ruby-1.9.2-p290@rails311/gems/ruby_events-1.1.0/lib/ruby_events/core.rb:39:in `block in fire'
from /Users/danielkehoe/.rvm/gems/ruby-1.9.2-p290@rails311/gems/ruby_events-1.1.0/lib/ruby_events/core.rb:38:in `each'
from /Users/danielkehoe/.rvm/gems/ruby-1.9.2-p290@rails311/gems/ruby_events-1.1.0/lib/ruby_events/core.rb:38:in `fire'
from /Users/danielkehoe/.rvm/gems/ruby-1.9.2-p290@rails311/gems/playmo-0.0.11/lib/playmo/cli.rb:20:in `run_playmo'
from /Users/danielkehoe/.rvm/gems/ruby-1.9.2-p290@rails311/gems/thor-0.14.6/lib/thor/task.rb:22:in `run'
from /Users/danielkehoe/.rvm/gems/ruby-1.9.2-p290@rails311/gems/thor-0.14.6/lib/thor/invocation.rb:118:in `invoke_task'
from /Users/danielkehoe/.rvm/gems/ruby-1.9.2-p290@rails311/gems/thor-0.14.6/lib/thor/invocation.rb:124:in `block in invoke_all'
from /Users/danielkehoe/.rvm/gems/ruby-1.9.2-p290@rails311/gems/thor-0.14.6/lib/thor/invocation.rb:124:in `each'
from /Users/danielkehoe/.rvm/gems/ruby-1.9.2-p290@rails311/gems/thor-0.14.6/lib/thor/invocation.rb:124:in `map'
from /Users/danielkehoe/.rvm/gems/ruby-1.9.2-p290@rails311/gems/thor-0.14.6/lib/thor/invocation.rb:124:in `invoke_all'
from /Users/danielkehoe/.rvm/gems/ruby-1.9.2-p290@rails311/gems/thor-0.14.6/lib/thor/group.rb:226:in `dispatch'
from /Users/danielkehoe/.rvm/gems/ruby-1.9.2-p290@rails311/gems/thor-0.14.6/lib/thor/base.rb:389:in `start'
from /Users/danielkehoe/.rvm/gems/ruby-1.9.2-p290@rails311/gems/playmo-0.0.11/bin/playmo:6:in `<top (required)>'
from /Users/danielkehoe/.rvm/gems/ruby-1.9.2-p290@rails311/bin/playmo:19:in `load'
from /Users/danielkehoe/.rvm/gems/ruby-1.9.2-p290@rails311/bin/playmo:19:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment