public
Description: Ruby on Rails Web App - Social command line for the web
Homepage: http://www.opensourcerails.com/projects/85
Clone URL: git://github.com/jcnetdev/yubnub.git
jcnetdev (author)
Thu Jul 24 20:04:06 -0700 2008
commit  799c4ffc4d1170ee3d60a1978909e84360dcb9d3
tree    3a4f14414680caab1798570e27d653f1f3fa508a
parent  afd86bd591affa74e9ff970b431c72c7b618f8cc
yubnub /
name age message
file .gitignore Sat Jul 05 17:54:33 -0700 2008 Checking in all the gems [jcnetdev]
file CHANGELOG Sat Jul 05 18:05:23 -0700 2008 Added License and Readme [jcnetdev]
file Capfile Thu Jul 24 20:04:06 -0700 2008 Fixing Schema [jcnetdev]
file LICENSE_YUBNUB Sat Jul 05 18:05:23 -0700 2008 Added License and Readme [jcnetdev]
file README Sat Jul 05 18:14:48 -0700 2008 Updating install instructions [jcnetdev]
file Rakefile Thu Jul 03 03:10:23 -0700 2008 Blank Project [jcnetdev]
directory app/ Sat Jul 05 19:39:35 -0700 2008 Fixing up some of the tests [jcnetdev]
directory config/ Thu Jul 24 20:04:06 -0700 2008 Fixing Schema [jcnetdev]
directory db/ Thu Jul 24 20:04:06 -0700 2008 Fixing Schema [jcnetdev]
directory doc/ Sat Jul 05 17:54:33 -0700 2008 Checking in all the gems [jcnetdev]
directory lib/ Sat Jul 05 18:07:36 -0700 2008 Updating Commands and Rake Task [jcnetdev]
directory log/ Fri Jul 04 17:10:14 -0700 2008 Cleaning log [jcnetdev]
directory public/ Sat Jul 05 17:11:59 -0700 2008 Removign unused javascripts [jcnetdev]
directory script/ Sat Jul 05 17:08:51 -0700 2008 Refactored and Upgraded to Rails 2.0 [jcnetdev]
directory test/ Sat Jul 05 19:39:35 -0700 2008 Fixing up some of the tests [jcnetdev]
directory vendor/ Sat Jul 05 17:56:54 -0700 2008 Removing unpacked gems [jcnetdev]
README
== YubNub

This is the source code for YubNub, a (social) command-line for the web.

YubNub was written by Jonathan Aquino for the Rails Day 2005 programming competition.
You can reach Jonathan at jonathan.aquino@gmail.com.

http://jonaquino.blogspot.com/2005/06/yubnub-my-entry-for-rails-day-24-hour.html

This source code is made available under the MIT License (see LICENSE_YUBNUB).

== About YubNub

YubNub is a command-line for the web. After setting it up on your browser, you simply type "gim porsche 911" to do a 
Google Image Search for pictures of Porsche 911 sports cars. Type "random 49" to return random numbers between 1 and 49, 
courtesy of random.org. And best of all, you can make a new command by giving YubNub an appropriate URL.

www.yubnub.org

== Rails 2.1 Upgrade

Refactored and Upgraded to Rails 2.1 by Jacques Crocker (railsjedi@gmail.com)

View source at http://github.com/jcnetdev/yubnub

== Installation Instructions

You'll need the latest Rails Version (2.1) installed as a gem in order to run these steps.

1) Get Codebase
git clone git://github.com/jcnetdev/yubnub.git
cd yubnub

2) Install Gems
rake gems:install

3) Setup DB and Seed Data
rake db:create db:schema:load db:migrate

4) Start Server
script/server


== Notes

To add a bunch of junk data (to test paging, etc..) run 

rake yubnub:junk_data