public
Description: The DataMapper Website
Homepage: http://datamapper.org
Clone URL: git://github.com/sam/dm-www.git
Search Repo:
removing links and things for gems.datamapper.org since it is no more
adam (author)
Wed Jul 16 09:54:41 -0700 2008
commit  d9b72901eeb03a9eeff5c6f01ed3078ea7af4253
tree    af6ae8cca5f8efa255a68ed0277e691947c30c5e
parent  1fd184e00d3598f752fc485f9b5f3dfc1687fe98
...
18
19
20
21
22
23
24
...
18
19
20
 
21
22
23
0
@@ -18,7 +18,6 @@ DataMapper 0.9 is ready for the world. It brings with it a massive overhaul of
0
 To install it:
0
 
0
 <% coderay(:lang => "bash") do -%>
0
-gem sources -a http://gems.datamapper.org
0
 sudo gem install addressable english rspec
0
 sudo gem install data_objects do_mysql do_postgres do_sqlite3
0
 sudo gem install dm-core dm-more
...
187
188
189
190
 
191
192
193
...
280
281
282
283
 
284
285
286
...
187
188
189
 
190
191
192
193
...
280
281
282
 
283
284
285
286
0
@@ -187,7 +187,7 @@ blockquote {
0
   clear:both;
0
 }
0
 #home dd {
0
- width:360px;
0
+ width:347px;
0
 }
0
 /* NEWS AND HOME LISTINGS */
0
 #news dd p,
0
@@ -280,7 +280,7 @@ dl {
0
 dt,
0
 dd {
0
   border-top:1px dotted #ffffff;
0
- padding:1.2em 0;
0
+ padding:1.2em 0.5em 1.2em 0;
0
 }
0
 dt {
0
   width:240px;
...
15
16
17
18
 
19
20
21
22
23
24
...
15
16
17
 
18
19
20
 
21
22
23
0
@@ -15,10 +15,9 @@ So lets imagine we're setting up some models for a blogging app. We'll keep it n
0
 
0
 h2. Install DataMapper
0
 
0
-If you have RubyGems installed, pop open your console and install a few things. (Substitute @do_mysql@ with @do_postgres@ if your into Postgres)
0
+If you have RubyGems installed, pop open your console and install a few things. (Substitute @do_mysql@ with @do_postgres@ if you're into Postgres)
0
 
0
 <% coderay(:lang => "bash", :line_numbers => "inline") do -%>
0
-gem sources -a http://gems.datamapper.org
0
 gem install data_objects do_sqlite3 do_mysql dm-core
0
 <% end %>
0
 
...
23
24
25
26
27
 
28
29
30
...
23
24
25
 
 
26
27
28
29
0
@@ -23,8 +23,7 @@ p(latestRelease). <%= update.title %> <br> <%= update.summary %> <a href="<%= up
0
 
0
 h2. Help!
0
 
0
-If you're having trouble, don't forget to check the documentation, which has both references and step by step tutorials.
0
-
0
+If you're having trouble, don't forget to check the documentation, which has both references and step by step tutorials.<br/>
0
 "Read documentation":/docs
0
 
0
 </div>

Comments

    No one has commented yet.