public
Description: Merb More: The Full Stack. Take what you need; leave what you don't.
Homepage: http://www.merbivore.com
Clone URL: git://github.com/wycats/merb-more.git
Search Repo:
added a merb-freezer README
mattetti (author)
Tue Apr 08 22:30:57 -0700 2008
jnicklas (committer)
Fri Jun 27 04:09:20 -0700 2008
commit  6c4f1a0f2c67f80405065d2a01b66db5ccd58a6a
tree    37922b14dc2355739de923da964169f62e514ae8
parent  04e02fc90c48a530a664a5e7fbfb10c023b00eac
...
1
2
3
4
5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
...
1
2
3
 
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
0
@@ -1,4 +1,31 @@
0
 merb-freezer
0
 ============
0
 
0
-A plugin for the Merb framework that provides ...
0
\ No newline at end of file
0
+This plugin lets you freeze Merb and run it using the frozen gems.
0
+
0
+==Why would you want to freeze Merb?
0
+
0
+* You might have multiple applications on the same server/slice/cluster. Different applications might require different versions of Merb.
0
+
0
+* You might work with a team of developers and want everyone to be using the same Merb version.
0
+
0
+* You are using Merb Edge, you want to make sure the production server and your co workers are developing/testing against the same revision.
0
+
0
+
0
+==What are your options?
0
+
0
+* You just want to lock your app to a specific version. For instance version merb-core 0.9.2
0
+
0
+* You only want to use frozen gems located in /framework or /gems
0
+
0
+
0
+== How to lock your app?
0
+
0
+TODO
0
+
0
+== How to use frozen gems
0
+
0
+Instead of starting merb by typing "merb" in your console, type "frozen-merb" and that's it :)
0
+
0
+
0
+If frozen-merb can't find frozen gems in /framework or /gems then Merb will start normally using the system's gems.

Comments

    No one has commented yet.