Skip to content

Instantly share code, notes, and snippets.

@lgs
Created May 7, 2010 22:15
Show Gist options
  • Save lgs/394064 to your computer and use it in GitHub Desktop.
Save lgs/394064 to your computer and use it in GitHub Desktop.
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>
&#x000A;# The world's greatest templating system&#x000A;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>
&#x000A;# Markup as Ruby&#x000A;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>
&#x000A;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>
&#x000A;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>
&#x000A;# RSpec's official Ruby on Rails plugin &#x000A;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>
&#x000A;# BDD that talks to domain experts first and code 2nd&#x000A;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>
&#x000A;# Shoulda gem makes it easy to write elegant, understandable, and maintainable Ruby tests.&#x000A;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>
&#x000A;# Fixture replacement for focused and readable tests.&#x000A;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>
&#x000A;# Word to your object mother.&#x000A;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>
&#x000A;# Hampton's favorite Resource System&#x000A;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>
&#x000A;# Rails RESTful controller abstraction plugin.&#x000A;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>
&#x000A;# Treat an ActiveRecord model as a file attachment, storing its patch, size, content type, etc.&#x000A;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>
&#x000A;# Attachments with no extra database tables, only one library to install for image processing&#x000A;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>
&#x000A;run "rm README"&#x000A;run "rm public/index.html"&#x000A;run "rm public/favicon.ico"&#x000A;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>
&#x000A;run "touch tmp/.gitignore log/.gitignore vendor/.gitignore"&#x000A; run %{find . -type d -empty | grep -v "vendor" | grep -v ".git" | grep -v "tmp" | xargs -I xxx touch xxx/.gitignore}&#x000A; file '.gitignore', <<-END&#x000A;.DS_Store&#x000A;log/*.log&#x000A;tmp/**/*&#x000A;config/database.yml&#x000A;db/*.sqlite3&#x000A;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