This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 7b94df0379587906e2167bbc762e37700a74491d
tree ca2a432f8c70613c1b89def6959b2ce359dc038c
parent 8b05ccd220555d8ded7c709d58d4ed4eabb1c43c
tree ca2a432f8c70613c1b89def6959b2ce359dc038c
parent 8b05ccd220555d8ded7c709d58d4ed4eabb1c43c
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sat Jun 28 18:10:38 -0700 2008 | [ryanb] |
| |
LICENSE | Thu May 08 21:30:35 -0700 2008 | [ryanb] |
| |
README | Sat Jun 28 18:23:40 -0700 2008 | [ryanb] |
| |
Rakefile | Tue May 06 18:50:13 -0700 2008 | [ryanb] |
| |
TODO | Tue Jul 01 21:35:33 -0700 2008 | [ryanb] |
| |
app/ | Tue Jul 01 23:00:31 -0700 2008 | [ryanb] |
| |
config/ | Tue Jul 01 22:55:10 -0700 2008 | [ryanb] |
| |
db/ | Tue Jul 01 22:55:10 -0700 2008 | [ryanb] |
| |
lib/ | Tue Jul 01 18:54:56 -0700 2008 | [ryanb] |
| |
log/ | Tue May 06 18:50:13 -0700 2008 | [ryanb] |
| |
public/ | Tue Jul 01 18:54:56 -0700 2008 | [ryanb] |
| |
script/ | Thu May 08 22:30:24 -0700 2008 | [ryanb] |
| |
spec/ | Tue Jul 01 23:00:31 -0700 2008 | [ryanb] |
| |
tmp/ | Tue May 06 18:50:13 -0700 2008 | [ryanb] |
| |
vendor/ | Tue May 06 18:50:13 -0700 2008 | [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.




