public
Description: railscasts.com in open source goodness!
Homepage: http://railscasts.com
Clone URL: git://github.com/ryanb/railscasts.git
ryanb (author)
Wed Oct 28 16:20:47 -0700 2009
commit  9fb89890bba4a9b9e9092d61131a45338361be72
tree    bccf69d914469e00adc297e13b3afcc22331adb6
parent  2ad8da3946ae03634e4816615acb0996ac6f21ce
name age message
file .gitignore Wed Mar 18 09:19:41 -0700 2009 upgrading to Rails 2.3 and latest RSpec [ryanb]
file Capfile Tue Jul 22 23:34:57 -0700 2008 adding deploy.rb [ryanb]
file LICENSE Mon Jul 21 06:38:58 -0700 2008 changing to normal MIT license [ryanb]
file README Tue Aug 19 11:19:34 -0700 2008 adding setup_test script to handle installation... [ryanb]
file Rakefile Tue Aug 19 14:59:42 -0700 2008 changing how thinking sphinx tasks are loaded s... [ryanb]
file TODO Wed Mar 18 09:47:41 -0700 2009 removing user_ip field from spam reports becaus... [ryanb]
directory app/ Loading commit data...
directory config/
directory db/ Thu Apr 02 19:47:25 -0700 2009 adding asciicasts to episode along with a rake ... [ryanb]
directory lib/ Wed Oct 28 16:20:47 -0700 2009 adding rake task to reset all comment positions [ryanb]
directory log/ Tue May 06 18:50:13 -0700 2008 initial import [ryanb]
directory public/ Sun Aug 30 21:32:02 -0700 2009 removing rails rumble banner [ryanb]
directory script/ Wed Mar 18 09:19:41 -0700 2009 upgrading to Rails 2.3 and latest RSpec [ryanb]
directory spec/ Wed Oct 28 16:04:18 -0700 2009 unconfirm spam report if a spam is added after ... [ryanb]
directory tmp/ Tue May 06 18:50:13 -0700 2008 initial import [ryanb]
directory vendor/ Tue Aug 19 10:47:34 -0700 2008 adding hoptoad plugin to notify us of exceptions [ryanb]
README
= Railscasts

This is a rewrite of the Railscasts site (http://railscasts.com).

Please let me know if you plan to use this app for your site.


== Setup

Run "script/setup". This will generate the config files, install gems,
and migrate the database.

Run "script/setup_test" if you want to run the tests. This will install
the RSpec plugins and some other gems required for testing.

You may want to install sphinx, run the index and start rake commands,
and set thinking_sphinx:true in app_config.yml. This isn't required as
it will default to a primitive search.