mirror of
https://github.com/atom/atom.git
synced 2026-02-12 23:55:10 -05:00
100 lines
3.7 KiB
HTML
100 lines
3.7 KiB
HTML
<!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’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’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>
|