public
Description: railscasts.com in open source goodness!
Homepage: http://railscasts.com
Clone URL: git://github.com/ryanb/railscasts.git
ryanb (author)
Sat Nov 21 13:11:11 -0800 2009
commit  6c352a4beaf20bcc8e9f8f6bb1638c3b5a29596d
tree    c5817cacef62260d7cbd2403dfc8233a2f679862
parent  d1be0d2eecefd55f46f893d4ed5ef86e5da1533c
name age message
file .gitignore Wed Mar 18 09:19:41 -0700 2009 upgrading to Rails 2.3 and latest RSpec [ryanb]
file Capfile Sat Jul 19 17:50:04 -0700 2008 Add capistrano config [marcel]
file LICENSE Loading commit data...
file README Tue Aug 19 11:19:34 -0700 2008 adding setup_test script to handle installation... [ryanb]
file Rakefile
file TODO Wed Mar 18 09:47:41 -0700 2009 removing user_ip field from spam reports becaus... [ryanb]
directory app/ Sat Nov 21 13:11:11 -0800 2009 applying spam report hits to spam weight calcul... [ryanb]
directory config/ Sat Nov 21 11:46:29 -0800 2009 adding checkboxes for mass-confirm spam reports [ryanb]
directory db/ Sat Nov 21 10:22:19 -0800 2009 adding a spam question resource [ryanb]
directory lib/ Wed Oct 28 16:22:02 -0700 2009 removing comment printing when reseting positions [ryanb]
directory log/
directory public/ Sat Nov 21 11:12:01 -0800 2009 implement spam protection with spam question sy... [ryanb]
directory script/ Wed Mar 18 09:19:41 -0700 2009 upgrading to Rails 2.3 and latest RSpec [ryanb]
directory spec/ Sat Nov 21 13:11:11 -0800 2009 applying spam report hits to spam weight calcul... [ryanb]
directory tmp/
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.