public
Description: Sample applications for the Streamlined framework
Homepage:
Clone URL: git://github.com/relevance/streamlined_samples.git
name age message
..
file CHANGELOG Mon Jun 23 18:05:39 -0700 2008 added examples of edit help text and tooltips t... [pelargir]
file README Wed Jul 18 06:04:21 -0700 2007 updated README and added CHANGELOG [pelargir]
file Rakefile Tue Jun 12 11:36:23 -0700 2007 link_to_toggler [stuarthalloway]
file TODO Tue Aug 28 05:59:50 -0700 2007 tweaked render_filters example [pelargir]
directory app/ Mon Jun 23 18:05:39 -0700 2008 added examples of edit help text and tooltips t... [pelargir]
directory config/ Sat Aug 02 08:10:07 -0700 2008 git ignore, add database yml (why not?), and re... [rsanheim]
directory db/ Mon Jun 16 14:40:10 -0700 2008 updated sports app to Rails 2.1 [pelargir]
directory doc/ Mon Apr 30 07:16:18 -0700 2007 moved [stuarthalloway]
directory lib/ Wed Jul 11 06:57:01 -0700 2007 -Added the beginnings of an acceptance testing ... [Jason Rudolph]
directory log/ Sat Aug 02 08:10:07 -0700 2008 git ignore, add database yml (why not?), and re... [rsanheim]
directory public/ Mon Jun 23 18:05:39 -0700 2008 added examples of edit help text and tooltips t... [pelargir]
directory script/ Mon Jun 16 14:40:10 -0700 2008 updated sports app to Rails 2.1 [pelargir]
directory test/ Sun Mar 16 19:39:56 -0700 2008 Added hash-backed enumeration example [pelargir]
directory vendor/ Sat Aug 02 08:11:47 -0700 2008 adding streamlined as a submodule for the sport... [rsanheim]
sports/README
== Welcome to the sample application for Streamlined

Streamlined is a plugin for Ruby on Rails that provides an instant, production-ready UI for your ActiveRecord models.

To install and start this sample application, copy config/database_sample.yml to config/database.yml and modify the 
usernames and passwords as necessary for your local instance of MySQL. (You don't need to create the databases.) Next, 
run:

  rake app:setup
  script/server

The sample app should now be running at http://localhost:3000