public
Rubygem
Description: Ramaze is a simple, light and modular open-source web application framework written in Ruby.
Homepage: http://ramaze.net
Clone URL: git://github.com/manveru/ramaze.git
Click here to lend your support to: ramaze and make a donation at www.pledgie.com !
Small updates to readme
manveru (author)
Wed Jun 11 00:49:20 -0700 2008
commit  5d8087320b70d479524d0cfc641671a8dca06fe3
tree    e47645ecf3610e5c713ad8078fc34a2aeba46857
parent  2238f4dd223d2ed77826c96437a7182b1226f9a4
...
272
273
274
275
 
276
277
278
 
 
 
 
 
 
 
 
 
 
 
 
 
 
279
280
281
...
272
273
274
 
275
276
 
 
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
0
@@ -272,10 +272,22 @@ There are some basic principles that Ramaze tries to follow:
0
 
0
   Some hints for the usage of Git.
0
 
0
- * use require 'ramaze' from everywhere
0
+ * use `require 'ramaze'` from everywhere
0
 
0
- add a file to your site\_ruby named 'ramaze.rb'
0
- the content should be: "require '/path/to/git/repo/ramaze/lib/ramaze'"
0
+ Simply add the path to your repository to the RUBYLIB environment variable.
0
+ If you are using bash you can simply put following line into your .bashrc:
0
+
0
+ $ export RUBYLIB="$HOME/path/to/repo/lib/"
0
+
0
+ Of course you should put the real path instead, you can also add multiple
0
+ paths, or create your personal `site_ruby`:
0
+
0
+ $ export RUBYLIB="$HOME/ruby/ramaze/lib:$HOME/.site_ruby:$HOME/ruby/bacon/lib"
0
+
0
+ * use `require 'ramaze'` systemwide from everywhere
0
+
0
+ add a file to your `site_ruby` directory named 'ramaze.rb'
0
+ the content should be: `require '/path/to/git/repo/ramaze/lib/ramaze'`
0
 
0
   * Pull the latest version
0
 

Comments

    No one has commented yet.