| Projects on Google Code | Results 1 - 10 of 13 |
A ruby API library for Geonames Web services.
Created to support GIS processes for [http://www.carpoolconnect.com Carpool Connect]
{{{
require 'geonames'
places_nearby = Geonames::WebService.find_nearby_place_name 43.900120387, -78.882869834
p places_nearby
}}}
Outputs:
[#<Geon...
Load, parse and cascade CSS rule sets in Ruby.
== Setup ==
Install the gem from Ruby Forge.
{{{
gem install css_parser
}}}
Done.
== An example ==
{{{
require 'css_parser'
include CssParser
parser = CssParser::Parser.new
parser.load_file!('http://example.com/styles/st...
This is a simple tool to allow for offline info gathering of gems for the MMORPG World of Warcraft. It is possible that the project could expand to more items in the future, it is just that at the time my personal need and interest is for a gem data search.
RStack uses [http://rspec.rubyforge.org/index.html rspec] instead of test/unit and integrates with [http://cruisecontrolrb.thoughtworks.com/ CruiseControl.rb]. This is really, really basic. More features will be added as required.
== Usage ==
{{{
rstack foo
}}}
== Generated Rakefile ==
...
rubygems (http://www.rubygems.org) is installation mechanism of ruby. we wanna create rpm package for rubygems.
*This project has been moved to [http://code.google.com/p/rubyworks/ RubyWorks@GoogleCode].*
A simple Ruby library for caching the results of a call to any method or function call.
Great for speeding up program execution for when making long calls to things like web services.
===Example===
{{{
require 'call_cache'
require 'net/http'
def exp_fun( start_num, end_num )
ret_val...
Why check your gems at /usr/lib when you can pack a CarryOn?
CarryOn is a Ruby on Rails plugin that allows you to install rubygems into your app's vendor/ directory. When your app starts up, gems you installed with CarryOn will shadow system gems. Gems with C extensions may be compiled for multip...
The CoffeMaker provide a high level API to create search forms and display the search db query results into a paged table. The CoffeMaker includes a SearchMaker and a TableMaker. The TableMaker includes all modern features like paging, and row actions.
* RPM packages for Ruby, Gems and so on
* Ruby on Rails deployment infrastructure
* probably Ruby on Rails application server :>
*AsProject has been renamed to Sprouts and [http://code.google.com/p/projectsprouts moved], please come check out the latest builds!*
== The Intro ==
_Here is the [http://www.asserttrue.com/articles/2007/04/04/introducing-asproject video demo]_
_If you already know all about it, or just want ...