Skip to content

Rewrite of the Railscasts site, this time in open source goodness!

License

Notifications You must be signed in to change notification settings

zhangxue/railscasts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

= 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

1. install rails 2.1 if you haven't already
2. make config/database.yml (see example_database.yml)
3. migrate the databases (rake db:migrate)
4. make config/app_config.yml (see example_app_config.yml)
5. run 'rake gems:install'
6. script/server and enjoy!

If you want to run the tests, you'll need to install the latest rspec 
plugins. Instructions: http://github.com/dchelimsky/rspec-rails/wikis

You will also need to install the gems.

  rake gems:install RAILS_ENV='test'

About

Rewrite of the Railscasts site, this time in open source goodness!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 99.7%
  • JavaScript 0.3%