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
railscasts / README
100644 19 lines (11 sloc) 0.567 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
= 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.