public
Description: Rails Template (Shoulda, Factory_Girl, JQuery, 960.gs et al)
Homepage:
Clone URL: git://github.com/dpickett/enlightened_template.git
name age message
file .gitignore Sat Dec 05 17:01:34 -0800 2009 ignore swp files [dpickett]
file README.textile Mon Dec 07 06:51:07 -0800 2009 update readme to reflect new additions [dpickett]
file template.rb Mon Dec 07 06:53:43 -0800 2009 add erubis to gem dependencies because rails_xs... [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
  • rails_xss

Testing

  • Rspec
  • blue-ridge
  • 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