We got nominated! Help us out and vote for GitHub as Best Bootstrapped Startup of 2008. (You can vote once a day.) [ hide ]

public
Rubygem
Description: StrokeDB plugin for Merb. Allows the use of use_orm :strokedb
Clone URL: git://github.com/elliottcable/merb_strokedb.git
Added an after-install message to the gem
elliottcable (author)
Sat Apr 19 12:09:58 -0700 2008
commit  87814a1228cf5da18a263b69523d9cd84b1e4708
tree    00262ffc1462acb5c4c75a47a1821479c6936dad
parent  c678533f8a537b78318e5350a292a926019206ee
...
13
14
15
 
 
 
16
17
18
...
13
14
15
16
17
18
19
20
21
0
@@ -13,6 +13,9 @@ Echoe.taskify do
0
     g.manifest_name = '.manifest'
0
     g.ignore_pattern = /(^\.git|^example_merb_app\/(db|log))/
0
     g.project = 'merb-strokedb'
0
+ g.install_message = " - Thanks for installing merb_strokedb!\n" +
0
+ " - Add this to your config/init.rb to get started:\n"+
0
+ " - use_orm :strokedb"
0
   end
0
   
0
   desc 'tests packaged files to ensure they are all present'

Comments

    No one has commented yet.