public
Clone URL: git://github.com/crnixon/rails_plugin_tutorial.git
crnixon (author)
Fri Jul 18 14:17:37 -0700 2008
commit  eac9bed3ba64a126cb9d989a82fb0f6128982689
tree    d8014504e653e4bce6a907837430a61c9f6ed452
parent  05152d4d2c1e03d7b0f81f8d62fb51d036a7665c
100755 20 lines (20 sloc) 1.141 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/sh
rails rails_app -d sqlite3
cd rails_app
rake rails:freeze:gems
script/plugin install git://github.com/mbleigh/acts-as-taggable-on.git
script/plugin install git://github.com/technoweenie/acts_as_paranoid.git
script/plugin install http://elitists.textdriven.com/svn/plugins/acts_as_state_machine/trunk/
script/plugin install git://github.com/technoweenie/acts_as_versioned.git
script/plugin install git://github.com/vigetlabs/bloget.git
script/plugin install git://github.com/rails/exception_notification.git
script/plugin install git://github.com/vigetlabs/foreign_key_migrations.git
script/plugin install git://github.com/aaronchi/jrails.git
svn export http://pseudocursors.rubyforge.org/svn/tags/stable/ vendor/plugins/pseudocursors
script/plugin install git://github.com/jnewland/resource_this.git
script/plugin install git://github.com/technoweenie/restful-authentication.git
script/plugin install git://github.com/thoughtbot/shoulda.git
script/plugin install git://github.com/rails/ssl_requirement.git
script/plugin install http://pmade.com/svn/oss/stickies/trunk
script/generate plugin test_plugin
cp ../webmate script/webmate