public
Description: Starter Kit for developers using Ruby on Rails to quickly get a blog up & running and then add features.
Homepage: http://www.faithfulgeek.org
Clone URL: git://github.com/faithfulgeek/blog-starter-kit.git
Search Repo:
blog-starter-kit / .gitmodules
100644 9 lines (9 sloc) 0.355 kb
1
2
3
4
5
6
7
8
9
[submodule "vendor/plugins/rakismet"]
  path = vendor/plugins/rakismet
  url = git://github.com/jfrench/rakismet.git
[submodule "vendor/rails"]
  path = vendor/rails
  url = git://github.com/rails/rails.git
[submodule "vendor/plugins/resource_controller"]
  path = vendor/plugins/resource_controller
  url = git://github.com/giraffesoft/resource_controller.git