Really useful software project management and source code hosting.    tell me more...
BROWSE: projects   /   users
A full featured rails template
star_disabled Dashboard Source Tickets Milestones Wiki Blog Network


Really Useful Social coding!

Codaset is an open system, so you can browse and search through all the open source projects, and check out what your friends are coding. Follow them, befriend them, and fork their code; quickly and easily.
Every single open source project you create is free, so come on and use Codaset at no cost. Your first private or semi-private project is also free. Read more about what it costs after that.

Git clone URL's...

Public: git://codaset.com/joelmoss/railings.git
Active tickets:
0
Milestones:
0
Bookmarks:
3
Forks:
1


Railings - A full featured Ruby on Rails Template

When starting a new Rails app, just run this:

rails -d mysql -m /path/to/railings.rb /path/to/mynewapp

And lo and behold, you have the following ready to go:

  • jQuery 1.3.2
  • Blueprint CSS Framework
  • Initializes as a Git repo and creates .gitignore
  • Creates staging environment
  • Creates application layout
  • A default database.yml, and a modified database.example.yml which is ued with the 'Wheres my database.yml dude?' rake task
  • Creates Vlad the Deployer deploy.rb config file
  • Time formats initializer
  • The following gems:
    • thoughtbot-factory_girl
    • rubyist-aasm
    • mislav-will_paginate
    • hpricot
    • RedCloth
    • emk-safe_erb
    • settingslogic
    • vlad
    • vlad-git
  • The following plugins setup as Git submodules:
    • limerick_rake
    • mile_marker
    • squirrel
    • rspec
    • rspec-rails
    • exception_notifier
    • monkey-magic
    • gravatar