Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sandro/homeward
Rakefile and generators to get my new apps up and running
https://github.com/sandro/homeward
Last synced: 12 days ago
JSON representation
Rakefile and generators to get my new apps up and running
- Host: GitHub
- URL: https://github.com/sandro/homeward
- Owner: sandro
- Created: 2009-01-04T12:21:25.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2009-12-23T18:05:44.000Z (almost 15 years ago)
- Last Synced: 2024-10-21T01:59:08.867Z (23 days ago)
- Language: Ruby
- Homepage:
- Size: 119 KB
- Stars: 6
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
- Changelog: History.txt
Awesome Lists containing this project
README
= 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\_paginaterake homeward:install
Update and install Blueprint, replace prototype with jrailsrake homeward:blueprint:install
installs blueprintrake homeward:blueprint:update
pulls the latest blueprint coderake homeward:javascript:install_jrails
installs jrailsrake homeward:javascript:remove_prototype
removes prototyperake 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 (c) 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.