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

public
Description: Keat's RJS - using RJS without messing with your Views
Homepage: http://blog.choonkeat.com/weblog/2006/06/krjs-rjs-withou.html
Clone URL: git://github.com/choonkeat/krjs.git
correct typo (semicolon) in how-to-test instructions
choonkeat (author)
Sun Mar 04 18:26:34 -0800 2007
commit  648b6221f52cdd40a31d548b8a7f7cc1fb1b5e94
tree    c6a58deb82e3a17bc559bf47af087c80fdca1029
parent  7dd8d448120c48e201850634ab07f05b90657b7b
0
...
54
55
56
57
 
58
59
60
61
62
63
64
 
65
66
67
...
54
55
56
 
57
58
59
60
61
62
63
 
64
65
66
67
0
@@ -54,14 +54,14 @@ Go to your RAILS_ROOT directory and execute:
0
 == Testing
0
 
0
 To test, go to your RAILS_ROOT directory and execute (1 line):
0
-PLUGIN=krjs; rake test:plugins
0
+PLUGIN=krjs rake test:plugins
0
 
0
 To be sure you test only KRJS, do it on a clean RAILS directory:
0
 $ rails test_directory
0
 $ cd test_directory
0
 $ script/plugin install \
0
     http://choonkeat.svnrepository.com/svn/rails-plugins/krjs
0
-$ PLUGIN=krjs; rake test:plugins
0
+$ PLUGIN=krjs rake test:plugins
0
 
0
 == License
0
 

Comments

    No one has commented yet.