Created
May 7, 2010 22:15
-
-
Save lgs/394064 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
Started GET "/" for 127.0.0.1 at 2010-05-08 00:11:36 | |
Processing by TemplatesController#index as HTML | |
SQL (1.7ms) SELECT name | |
FROM sqlite_master | |
WHERE type = 'table' AND NOT name = 'sqlite_sequence' | |
Template Load (0.3ms) SELECT "templates".* FROM "templates" | |
Rendered templates/index.html.haml within layouts/application (9.1ms) | |
Completed 200 OK in 118ms (Views: 24.8ms | ActiveRecord: 1.9ms) | |
/home/lsoave/.bundle/ruby/1.8/bundler/gems/rails-16a5e918a06649ffac24fd5873b875daf66212ad-master/actionpack/lib/action_dispatch/http/mime_type.rb:98: warning: already initialized constant RB | |
<input command_id="9" name="template[command_ids][]" type="checkbox" value="9" /> | |
haml plugin | |
<a href="#" onclick="$('#description_9').slideToggle('fast'); return false;">?</a> | |

# The world's greatest templating system
plugin 'haml' | |
<a href="http://haml.hamptoncatlin.com" target="_blank">Home Page</a> | |
<input command_id="3" name="template[command_ids][]" type="checkbox" value="3" /> | |
markaby plugin | |
<a href="#" onclick="$('#description_3').slideToggle('fast'); return false;">?</a> | |

# Markup as Ruby
plugin 'markaby' | |
<input command_id="7" name="template[command_ids][]" type="checkbox" value="7" /> | |
erubis gem | |
<input command_id="1" name="template[command_ids][]" type="checkbox" value="1" /> | |
jquery | |
<a href="#" onclick="$('#description_1').slideToggle('fast'); return false;">?</a> | |

run "curl -L http://jqueryjs.googlecode.com/files/jquery-1.2.6.min.js > public/javascripts/jquery.js" | |
<a href="http://jquery.com" target="_blank">Home Page</a> | |
<input command_id="2" name="template[command_ids][]" type="checkbox" value="2" /> | |
jquery-form | |
<a href="#" onclick="$('#description_2').slideToggle('fast'); return false;">?</a> | |

run "curl -L http://jqueryjs.googlecode.com/svn/trunk/plugins/form/jquery.form.js > public/javascripts/jquery.form.js" | |
<a href="http://malsup.com/jquery/form/" target="_blank">Home Page</a> | |
<input command_id="10" name="template[command_ids][]" type="checkbox" value="10" /> | |
rspec-rails plugin | |
<a href="#" onclick="$('#description_10').slideToggle('fast'); return false;">?</a> | |

# RSpec's official Ruby on Rails plugin 
plugin 'rspec-rails' | |
<a href="http://rspec.info/rails/" target="_blank">Home Page</a> | |
<input command_id="13" name="template[command_ids][]" type="checkbox" value="13" /> | |
cucumber plugin | |
<a href="#" onclick="$('#description_13').slideToggle('fast'); return false;">?</a> | |

# BDD that talks to domain experts first and code 2nd
plugin 'cucumber' | |
<input command_id="15" name="template[command_ids][]" type="checkbox" value="15" /> | |
thoughtbot-shoulda gem | |
<a href="#" onclick="$('#description_15').slideToggle('fast'); return false;">?</a> | |

# Shoulda gem makes it easy to write elegant, understandable, and maintainable Ruby tests.
gem 'thoughtbot-shoulda' | |
<a href="http://thoughtbot.com/projects/shoulda" target="_blank">Home Page</a> | |
<input command_id="11" name="template[command_ids][]" type="checkbox" value="11" /> | |
factory_girl plugin | |
<a href="#" onclick="$('#description_11').slideToggle('fast'); return false;">?</a> | |

# Fixture replacement for focused and readable tests.
plugin 'factory_girl' | |
<a href="http://thoughtbot.com/projects/factory_girl" target="_blank">Home Page</a> | |
<input command_id="21" name="template[command_ids][]" type="checkbox" value="21" /> | |
fixjour gem | |
<a href="#" onclick="$('#description_21').slideToggle('fast'); return false;">?</a> | |

# Word to your object mother.
gem 'fixjour' | |
<a href="http://nakajima.github.com/fixjour/" target="_blank">Home Page</a> | |
<input command_id="18" name="template[command_ids][]" type="checkbox" value="18" /> | |
make_resourceful plugin | |
<a href="#" onclick="$('#description_18').slideToggle('fast'); return false;">?</a> | |

# Hampton's favorite Resource System
plugin 'make_resourceful' | |
<a href="http://mr.hamptoncatlin.com/" target="_blank">Home Page</a> | |
<input command_id="12" name="template[command_ids][]" type="checkbox" value="12" /> | |
resource_controller plugin | |
<a href="#" onclick="$('#description_12').slideToggle('fast'); return false;">?</a> | |

# Rails RESTful controller abstraction plugin.
plugin 'resource_controller' | |
<a href="http://jamesgolick.com/resource_controller" target="_blank">Home Page</a> | |
<input command_id="19" name="template[command_ids][]" type="checkbox" value="19" /> | |
attachment_fu plugin | |
<a href="#" onclick="$('#description_19').slideToggle('fast'); return false;">?</a> | |

# Treat an ActiveRecord model as a file attachment, storing its patch, size, content type, etc.
plugin 'attachment_fu' | |
<a href="http://github.com/technoweenie/attachment_fu/tree/master" target="_blank">Home Page</a> | |
<input command_id="16" name="template[command_ids][]" type="checkbox" value="16" /> | |
paperclip plugin | |
<a href="#" onclick="$('#description_16').slideToggle('fast'); return false;">?</a> | |

# Attachments with no extra database tables, only one library to install for image processing
plugin 'paperclip' | |
<a href="http://thoughtbot.com/projects/paperclip" target="_blank">Home Page</a> | |
<input command_id="20" name="template[command_ids][]" type="checkbox" value="20" /> | |
delete default files | |
<a href="#" onclick="$('#description_20').slideToggle('fast'); return false;">?</a> | |

run "rm README"
run "rm public/index.html"
run "rm public/favicon.ico"
run "rm public/robots.txt" | |
<input command_id="6" name="template[command_ids][]" type="checkbox" value="6" /> | |
git-ignore | |
<a href="#" onclick="$('#description_6').slideToggle('fast'); return false;">?</a> | |

run "touch tmp/.gitignore log/.gitignore vendor/.gitignore"
 run %{find . -type d -empty | grep -v "vendor" | grep -v ".git" | grep -v "tmp" | xargs -I xxx touch xxx/.gitignore}
 file '.gitignore', <<-END
.DS_Store
log/*.log
tmp/**/*
config/database.yml
db/*.sqlite3
END | |
Started GET "/templates/new" for 127.0.0.1 at 2010-05-08 00:11:48 | |
Processing by TemplatesController#new as HTML | |
Command Load (1.0ms) SELECT "commands".* FROM "commands" WHERE ("commands"."name" = 'haml') LIMIT 1 | |
SQL (0.8ms) SELECT COUNT(*) AS count_id FROM "commands" INNER JOIN "dependencies" ON "commands".id = "dependencies".required_command_id WHERE (("dependencies".command_id = 9)) | |
Command Load (0.9ms) SELECT "commands".* FROM "commands" WHERE ("commands"."name" = 'markaby') LIMIT 1 | |
SQL (0.7ms) SELECT COUNT(*) AS count_id FROM "commands" INNER JOIN "dependencies" ON "commands".id = "dependencies".required_command_id WHERE (("dependencies".command_id = 3)) | |
Command Load (0.9ms) SELECT "commands".* FROM "commands" WHERE ("commands"."name" = 'erubis') LIMIT 1 | |
SQL (0.7ms) SELECT COUNT(*) AS count_id FROM "commands" INNER JOIN "dependencies" ON "commands".id = "dependencies".required_command_id WHERE (("dependencies".command_id = 7)) | |
Command Load (1.0ms) SELECT "commands".* FROM "commands" WHERE ("commands"."name" = 'jquery') LIMIT 1 | |
SQL (1.0ms) SELECT COUNT(*) AS count_id FROM "commands" INNER JOIN "dependencies" ON "commands".id = "dependencies".required_command_id WHERE (("dependencies".command_id = 1)) | |
Command Load (0.9ms) SELECT "commands".* FROM "commands" WHERE ("commands"."name" = 'jquery-form') LIMIT 1 | |
SQL (0.7ms) SELECT COUNT(*) AS count_id FROM "commands" INNER JOIN "dependencies" ON "commands".id = "dependencies".required_command_id WHERE (("dependencies".command_id = 2)) | |
Command Load (1.0ms) SELECT "commands".* FROM "commands" WHERE ("commands"."name" = 'rspec-rails') LIMIT 1 | |
SQL (0.7ms) SELECT COUNT(*) AS count_id FROM "commands" INNER JOIN "dependencies" ON "commands".id = "dependencies".required_command_id WHERE (("dependencies".command_id = 10)) | |
Command Load (2.0ms) SELECT "commands".* FROM "commands" WHERE ("commands"."name" = 'cucumber') LIMIT 1 | |
SQL (0.7ms) SELECT COUNT(*) AS count_id FROM "commands" INNER JOIN "dependencies" ON "commands".id = "dependencies".required_command_id WHERE (("dependencies".command_id = 13)) | |
Command Load (0.9ms) SELECT "commands".* FROM "commands" WHERE ("commands"."name" = 'thoughtbot-shoulda') LIMIT 1 | |
SQL (0.6ms) SELECT COUNT(*) AS count_id FROM "commands" INNER JOIN "dependencies" ON "commands".id = "dependencies".required_command_id WHERE (("dependencies".command_id = 15)) | |
Command Load (1.0ms) SELECT "commands".* FROM "commands" WHERE ("commands"."name" = 'factory_girl') LIMIT 1 | |
SQL (0.6ms) SELECT COUNT(*) AS count_id FROM "commands" INNER JOIN "dependencies" ON "commands".id = "dependencies".required_command_id WHERE (("dependencies".command_id = 11)) | |
Command Load (1.0ms) SELECT "commands".* FROM "commands" WHERE ("commands"."name" = 'fixjour') LIMIT 1 | |
SQL (0.7ms) SELECT COUNT(*) AS count_id FROM "commands" INNER JOIN "dependencies" ON "commands".id = "dependencies".required_command_id WHERE (("dependencies".command_id = 21)) | |
Command Load (1.0ms) SELECT "commands".* FROM "commands" WHERE ("commands"."name" = 'make_resourceful') LIMIT 1 | |
SQL (0.7ms) SELECT COUNT(*) AS count_id FROM "commands" INNER JOIN "dependencies" ON "commands".id = "dependencies".required_command_id WHERE (("dependencies".command_id = 18)) | |
Command Load (0.9ms) SELECT "commands".* FROM "commands" WHERE ("commands"."name" = 'resource_controller') LIMIT 1 | |
SQL (0.7ms) SELECT COUNT(*) AS count_id FROM "commands" INNER JOIN "dependencies" ON "commands".id = "dependencies".required_command_id WHERE (("dependencies".command_id = 12)) | |
Command Load (1.0ms) SELECT "commands".* FROM "commands" WHERE ("commands"."name" = 'attachment_fu') LIMIT 1 | |
SQL (0.7ms) SELECT COUNT(*) AS count_id FROM "commands" INNER JOIN "dependencies" ON "commands".id = "dependencies".required_command_id WHERE (("dependencies".command_id = 19)) | |
Command Load (0.9ms) SELECT "commands".* FROM "commands" WHERE ("commands"."name" = 'paperclip') LIMIT 1 | |
SQL (0.6ms) SELECT COUNT(*) AS count_id FROM "commands" INNER JOIN "dependencies" ON "commands".id = "dependencies".required_command_id WHERE (("dependencies".command_id = 16)) | |
Command Load (1.0ms) SELECT "commands".* FROM "commands" WHERE ("commands"."name" = 'delete default files') LIMIT 1 | |
SQL (0.7ms) SELECT COUNT(*) AS count_id FROM "commands" INNER JOIN "dependencies" ON "commands".id = "dependencies".required_command_id WHERE (("dependencies".command_id = 20)) | |
Command Load (1.0ms) SELECT "commands".* FROM "commands" WHERE ("commands"."name" = 'git-ignore') LIMIT 1 | |
SQL (0.7ms) SELECT COUNT(*) AS count_id FROM "commands" INNER JOIN "dependencies" ON "commands".id = "dependencies".required_command_id WHERE (("dependencies".command_id = 6)) | |
DEPRECATION WARNING: - style block helpers are deprecated. Please use =. (called from _render_template__439033167__616420148_0 at /home/lsoave/templates/railsboost/app/views/templates/new.html.haml:12) | |
Rendered templates/new.html.haml within layouts/application (487.4ms) | |
Completed 200 OK in 538ms (Views: 481.3ms | ActiveRecord: 23.0ms) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment