public
Description: Rakefile and generators to get my new apps up and running
Homepage:
Clone URL: git://github.com/sandro/homeward.git
name age message
file .gitignore Sun Jan 04 04:27:51 -0800 2009 ignores [sandro]
file History.txt Sat Sep 05 14:42:29 -0700 2009 Update History [sandro]
file README.rdoc Wed Dec 23 09:51:13 -0800 2009 Update doc [sandro]
file Rakefile Wed Dec 23 09:57:04 -0800 2009 Add Gemcutter tasks [sandro]
file VERSION Wed Dec 23 09:56:45 -0800 2009 Version bump to 0.2.3 [sandro]
file homeward.gemspec Wed Dec 23 10:04:56 -0800 2009 Regenerated gemspec for version 0.2.3 [sandro]
directory lib/ Sat Sep 05 15:25:33 -0700 2009 Restore homeward file structure [sandro]
directory rails_generators/ Wed Dec 23 09:54:32 -0800 2009 Champion content_for :title [sandro]
README.rdoc

Homeward

  by Sandro Turriate
  http://github.com/sandro/homeward

DESCRIPTION:

Rakefile and generators to help create my baseapp

FEATURES:

  • Installs Blueprint css
  • Replaces prototype with jrails
  • Creates an application layout which includes Blueprint and jrails
  • Creates config/settings.yml for application specific settings
  • Creates config/initializers/constants.rb with an APP_CONFIG constant which consists of the settings defined in config/settings.yml
  • Defines render_flashes which will render a flash message when available, utilized by the layout
  • Defines current_page helper to be used with will_paginate
      rake homeward:install
          Update and install Blueprint, replace prototype with jrails
    
      rake homeward:blueprint:install
          installs blueprint
    
      rake homeward:blueprint:update
          pulls the latest blueprint code
    
      rake homeward:javascript:install_jrails
          installs jrails
    
      rake homeward:javascript:remove_prototype
          removes prototype
    
      rake homeward:javascript:use_jrails
          replaces prototype with jrails
    

REQUIREMENTS:

  • Rails
  • Haml

INSTALL:

  1. gem install sandro-homeward
  2. script/generate homeward
  3. rake homeward:install

LICENSE:

(The MIT License)

Copyright © 2008 - 2009

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ‘Software’), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED ‘AS IS’, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.