ryanb / railscasts
- Source
- Commits
- Network (20)
- Issues (4)
- Downloads (0)
- Wiki (3)
- Graphs
-
Tree:
23145fc
commit 23145fc1bd2a3843207fd69b2b56c27cd32ed23e
tree 005674be3fe0716c8e97f967c6f76fdb28528c47
parent 7172c252aaa78bbfadf4cb19c609d24d5e46e766
tree 005674be3fe0716c8e97f967c6f76fdb28528c47
parent 7172c252aaa78bbfadf4cb19c609d24d5e46e766
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Mar 18 09:19:41 -0700 2009 | |
| |
Capfile | Tue Jul 22 23:34:57 -0700 2008 | |
| |
LICENSE | Mon Jul 21 06:38:58 -0700 2008 | |
| |
README | Tue Aug 19 11:19:34 -0700 2008 | |
| |
Rakefile | Tue Aug 19 14:59:42 -0700 2008 | |
| |
TODO | Wed Mar 18 09:47:41 -0700 2009 | |
| |
app/ | ||
| |
config/ | ||
| |
db/ | Thu Apr 02 19:47:25 -0700 2009 | |
| |
lib/ | Thu Apr 02 19:48:56 -0700 2009 | |
| |
log/ | Tue May 06 18:50:13 -0700 2008 | |
| |
public/ | Sun Aug 30 21:32:02 -0700 2009 | |
| |
script/ | Wed Mar 18 09:19:41 -0700 2009 | |
| |
spec/ | ||
| |
tmp/ | Tue May 06 18:50:13 -0700 2008 | |
| |
vendor/ | Tue Aug 19 10:47:34 -0700 2008 |
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.

