Skip to content

danielvlopes/base_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9d17939 · Dec 26, 2012

History

42 Commits
Jul 6, 2011
Nov 11, 2010
Aug 10, 2010
Oct 15, 2010
Nov 10, 2010
Jul 6, 2011
Sep 20, 2010
Oct 15, 2010
Sep 20, 2010
Oct 15, 2010
Nov 9, 2010

Repository files navigation

base_app

Template for Rails 3.0 apps

Usage

rails new app -m github.com/danielvlopes/base_app/raw/master/template.rb

Public folder strategy

public/javascripts
|-- README.md
|-- admin
| |-- date.js
| `-- datePicker.js
|-- common
| |-- application.js
| |-- jquery-1.3.2.js
| |-- jquery-ui-1.5.3.js
| |-- jquery.facebox.js
|-- superfolio
| |-- _plugins
| | |-- jquery.autocomplete.js
| | `-- jquery.truncate.js
| | `-- jquery.superfolio.toggle.js
| |-- application.js
| |-- blob.js
  `-- commit.js
  • It allows to namespace specific files to specific layouts (admin, superfolio, etc) and share files between apps (common).

  • I can lay out files however I want within each of these namespaces, and reorganize them at will.

  • All jquery plugins should have jquery. and app specific plugins should be jquery.appname.pluginame.

License

This project is released under the MIT License, including all CSS and design stuffs.

Copyright © 2010 Daniel Lopes. See LICENSE for details.