-
Notifications
You must be signed in to change notification settings - Fork 16
/
web_ruby.html
42 lines (35 loc) · 2.73 KB
/
web_ruby.html
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
---
layout: page
title: Web - Ruby
---
<div id="content" class="eleven columns">
<div id="post-10" class="post-10 page type-page status-publish hentry">
<h1 class="entry-title">Ruby</h1>
<div class="entry-content">
<p>Are you looking to avoid reinventing the wheel? You can use the <a href="#modular">modular code</a> below to help your project along.</p>
<p>Do you need more of a head start? Try building from a <a href="#frameworks">mobile framework</a>.</p><!--<p>Do you need more of a head start? Try customizing one of the <a href="#complete">complete apps</a> to fit your needs.</p>-->
<p> </p>
<h3><a name="frameworks"></a>Mobile Framework Code</h3>
<p><a name="foundation"></a><h5>ZURB Foundation</h5>A responsive framework where you can quickly prototype and build sites or apps that work on any kind of device with Foundation, which includes layout constructs (like a fully responsive grid), elements and best practices.
<ul style="list-style-type: none">
<li>Homepage: <a href="http://foundation.zurb.com">http://foundation.zurb.com</a></li>
<li>Documentation: <a href="http://foundation.zurb.com/docs">http://foundation.zurb.com/docs</a></li>
<li>Download: <a href="http://foundation.zurb.com/download.php">http://foundation.zurb.com/download.php</a></li>
</ul>
Foundation is MIT-licensed and absolutely free to use.<br>
<strong>Link:</strong> <a href="https://github.com/zurb/foundation">https://github.com/zurb/foundation</a><br>
<strong>Source:</strong> Third party
</p>
<h3><a name="modular"></a>Modular Code for Ruby</h3>
<p><a name="Ruby_DOLDataSDK"></a><h5>Federal API SDK</h5>Ruby SDK to ease access to DOL's and other federal agencies' APIs. For a list of APIs that this SDK has been tested against, please see the <a href="https://github.com/USDepartmentofLabor/Ruby_DOLDataSDK/wiki">wiki</a>. For documentation and sample code, please visit <a href="http://developer.dol.gov">http://developer.dol.gov</a>.<br>
<strong>Link:</strong> <a href="https://github.com/USDepartmentofLabor/Ruby_DOLDataSDK">https://github.com/USDepartmentofLabor/Ruby_DOLDataSDK</a><br>
<strong>Source:</strong> Federal
</p>
<p><a name="mobile-fu"></a><h5>Mobile Fu</h5>Want to automatically detect mobile devices that access your Rails application? Mobile Fu allows you to do just that. People can access your site from a Palm, Blackberry, iPhone, iPad, Nokia, etc. and it will automatically adjust the format of the request from :html to :mobile.<br>
<strong>Link:</strong> <a href="https://github.com/GSA-OCSIT/mobile-fu">https://github.com/GSA-OCSIT/mobile-fu</a><br>
<strong>Source:</strong> Federal
</p>
</div><!-- .entry-content -->
</div><!-- #post-## -->
</div>
{% include sidebar.html %}