public
Description: Ruby on Rails TextMate bundle [Learn it with PeepCode - http://peepcode.com/products/textmate-for-rails-2]
Homepage: http://groups.google.com/group/rubyonrails-textmate
Clone URL: git://github.com/drnic/ruby-on-rails-tmbundle.git
Click here to lend your support to: ruby-on-rails-tmbundle and make a donation at www.pledgie.com !
100644 100 lines (69 sloc) 3.83 kb
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
  <link rel="stylesheet" href="stylesheets/screen.css" type="text/css" media="screen" />
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <title>
      Ruby on Rails.tmbundle
  </title>
  <script src="javascripts/rounded_corners_lite.inc.js" type="text/javascript"></script>
 
  <script type="text/javascript">
    window.onload = function() {
      settings = {
          tl: { radius: 10 },
          tr: { radius: 10 },
          bl: { radius: 10 },
          br: { radius: 10 },
          antiAlias: true,
          autoPad: true,
          validTags: ["div"]
      }
      var versionBox = new curvyCorners(settings, document.getElementById("version"));
      versionBox.applyCornersToAll();
    }
  </script>
</head>
<body>
<div id="main">
  
    <h1>Ruby on Rails.tmbundle</h1>
    <div id="version" class="clickable" onclick='document.location = "http://railsbundle.com/dist/JavaScript Unit Testing.tar.gz"; return false'>
      <p>Get Version</p>
      <a href="http://railsbundle.com/dist/JavaScript Unit Testing.tar.gz" class="numbers">2.0.0</a>
      <a href="http://railsbundle.com/dist/JavaScript Unit Testing.tar.gz" class="numbers"><img src="images/logo_bundle.png" width="50" height="51" alt="Logo Bundle" border=0></a>
    </div>
    <h2>What</h2>
 
 
  <p>Using <a href="http://rubyonrails.org">Ruby on Rails</a>? Using <a href="http://macromates.com">TextMate</a>? Here is Rails TextMate bundle, now ready for Rails 2.0.</p>
 
 
  <h2>Download</h2>
 
 
  <p><a href="dist/Ruby on Rails.tmbundle.tar.gz"><img src="images/logo_bundle.png" width="50" height="51" alt="Logo Bundle" border=0></a></p>
 
 
  <p><a href="dist/Ruby on Rails.tmbundle.tar.gz">Ruby on Rails.tmbundle</a></p>
 
 
  <h2>Forum</h2>
 
 
  <p><a href="http://groups.google.com/group/rubyonrails-textmate">http://groups.google.com/group/rubyonrails-textmate</a></p>
 
 
  <h2>How to submit patches</h2>
 
 
  <p>Read the <a href="http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/">8 steps for fixing other people&#8217;s code</a> and for section <a href="http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/#8b-google-groups">8b: Submit patch to Google Groups</a>, use the Google Group above.</p>
 
 
  <p>The source project is a <a href="http://git.or.cz/">Git</a> repository. See Dr Nic&#8217;s <a href="http://github.com/drnic/ruby-on-rails-tmbundle/tree/master">master branch</a> for clone/checkout details.</p>
 
 
  <h2>License</h2>
 
 
  <p>This code is free to use under the terms of the <span class="caps">MIT</span> license.</p>
 
 
  <h2>Contact</h2>
 
 
  <p>Comments are welcome. Send an email to <a href="mailto:drnicwilliams@gmail.com">Dr Nic Williams</a> via the <a href="http://groups.google.com/group/rubyonrails-textmate">forum</a></p>
    <p class="coda">
      <a href="http://drnicwilliams.com">Dr Nic Williams</a>, 27th February 2008<br>
      Theme extended from <a href="http://rb2js.rubyforge.org/">Paul Battley</a>
    </p>
 
    <!--
   * Matt A: "I'm new to this country, but I must be breaking some laws with this"
   * Allan O: "This is getting out of hand; I may have to cease development of TextMate"
   * Steve J: "This puts a ding in the universe"
  //-->
</div>
 
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-567811-10");
pageTracker._initData();
pageTracker._trackPageview();
</script>
</body>
</html>