public
Description: Rails Template (Shoulda, Factory_Girl, JQuery, 960.gs et al)
Homepage:
Clone URL: git://github.com/dpickett/enlightened_template.git
dpickett (author)
Sat Oct 03 07:02:12 -0700 2009
commit  6f48f3758a8ed454cb0f9c6767e76df069992a53
tree    cfa5cb5741d02e6c1e7ee72a158445c611c345f4
parent  1ccaed1abce9f852aeda6fb75d0454ffc655b1fc
name age message
file README.textile Sat Oct 03 07:02:12 -0700 2009 switch to rspec - more work pending [dpickett]
file template.rb Sat Oct 03 07:02:12 -0700 2009 switch to rspec - more work pending [dpickett]
README.textile

Enlightened Template (Rails Template from Enlight Solutions)

  1. clone this repo
    git clone git://github.com/dpickett/enlightened_template.git
  2. create a rails app from this template
    rails <app_name> -m <path_to_repo>/template.rb

Gems

  • Authologic
  • Inherited Resources
  • Formtastic
  • Searchlogic
  • Paperclip
  • Hoptoad Notifier
  • metric_fu
  • inaction_mailer for dev

Plugins

  • tab_menu
  • limerick_rake
  • superdeploy
  • codeofficer’s silky_buttons generator

Testing

  • Rspec
  • Shoulda
  • factory_girl
  • cucumber
  • webrat
  • jferris’s mocha fork (spies)
  • metric_fu
  • pending

Initializers

  • action_mailer setup
  • hoptoad setup
  • validation_fix – make fieldWithErrors element a <span>
  • hoptoad – setup hoptoad
  • debugging stuff

CSS

  • Eric Meyer’s Reset
  • 960.gs
  • conditional IE6/IE7 stylesheets

JavaScript

  • JQuery (google hosted)
  • JQuery UI (google hosted)
  • under_construction