public
Description: railscasts.com in open source goodness!
Homepage: http://railscasts.com
Clone URL: git://github.com/ryanb/railscasts.git
Search Repo:
commit  7b94df0379587906e2167bbc762e37700a74491d
tree    ca2a432f8c70613c1b89def6959b2ce359dc038c
parent  8b05ccd220555d8ded7c709d58d4ed4eabb1c43c
name age message
folder .gitignore Sat Jun 28 18:10:38 -0700 2008 adding contest page [ryanb]
folder LICENSE Thu May 08 21:30:35 -0700 2008 adding license content [ryanb]
folder README Sat Jun 28 18:23:40 -0700 2008 showing textilized episode notes [ryanb]
folder Rakefile Tue May 06 18:50:13 -0700 2008 initial import [ryanb]
folder TODO Tue Jul 01 21:35:33 -0700 2008 hiding some links for episode on episode show page [ryanb]
folder app/ Tue Jul 01 23:00:31 -0700 2008 only showing next episode link if it isn't the ... [ryanb]
folder config/ Tue Jul 01 22:55:10 -0700 2008 adding next/prev episode links and episode acts... [ryanb]
folder db/ Tue Jul 01 22:55:10 -0700 2008 adding next/prev episode links and episode acts... [ryanb]
folder lib/ Tue Jul 01 18:54:56 -0700 2008 adding code ray syntax highlighting [ryanb]
folder log/ Tue May 06 18:50:13 -0700 2008 initial import [ryanb]
folder public/ Tue Jul 01 18:54:56 -0700 2008 adding code ray syntax highlighting [ryanb]
folder script/ Thu May 08 22:30:24 -0700 2008 adding rspec and removing test dir [ryanb]
folder spec/ Tue Jul 01 23:00:31 -0700 2008 only showing next episode link if it isn't the ... [ryanb]
folder tmp/ Tue May 06 18:50:13 -0700 2008 initial import [ryanb]
folder vendor/ Tue May 06 18:50:13 -0700 2008 initial import [ryanb]
README
= Railscasts

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

Please read the license if you plan to use this code.


== 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. run 'rake gems:install'
5. script/server and enjoy!

If you want to run the tests, you'll need to install the latest rspec plugins.

  script/plugin install http://rspec.rubyforge.org/svn/trunk/rspec
  script/plugin install http://rspec.rubyforge.org/svn/trunk/rspec_on_rails

You will also need to install the gems.

  rake gems:install RAILS_ENV='test'

I may add plugins to the repository later, just not yet.


== License

Copyright (c) 2008 Ryan Bates, Railscasts

This source code is intended for educational use. Any person is free to 
take small portions of this code and adapt it to their project without 
any restriction. Any person is free to copy, fork, modify and/or 
redistribute this full code AS LONG AS it maintains the same name, 
branding, copyright and license. Any other uses are prohibited without 
special permission. Full copies or substantial portions of this 
software CANNOT be used to promote another site or brand without 
special permission.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY 
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.