do run "cd ~/projects/demo" end run "git st" run "mate ." tab :name => "server" do run "rails server" end tab :name => "console" do run "rails console" end tab :name => "spork" do run "bundle exec spork" end tab :name => "autotest" do run "bundle exec autotest" end end
| id | created_at | title | +-----+-------------------------+----------+ | 907 | 2009-03-06 21:10:41 UTC | hello | | 906 | 2009-03-06 08:47:04 UTC | world | +-----+-------------------------+----------+ 2 rows in set
== Schema Info # # Table name: line_items # # id :integer(11) not null, primary key # quantity :integer(11) not null # product_id :integer(11) not null # unit_price :float # order_id :integer(11) example of model annotation