Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshprice/nozomi
Nozomi is the fastest way to get going in Rails 3 with templates. The Nozomi Shinkansen or Japanese Bullet Train is the fastest train in the world.
https://github.com/joshprice/nozomi
Last synced: 3 days ago
JSON representation
Nozomi is the fastest way to get going in Rails 3 with templates. The Nozomi Shinkansen or Japanese Bullet Train is the fastest train in the world.
- Host: GitHub
- URL: https://github.com/joshprice/nozomi
- Owner: joshprice
- License: mit
- Created: 2010-08-31T06:32:01.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2013-07-08T06:06:54.000Z (over 11 years ago)
- Last Synced: 2024-10-08T12:07:05.696Z (about 1 month ago)
- Language: Ruby
- Homepage:
- Size: 180 KB
- Stars: 11
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
Nozomi: Faster Rails templating
===============================My stack for new rails 3 projects.
Each change is committed to git in a single commit, so you can cherry pick the bits you like. Alternatively feel free to use the template as a base for your own version.
Usage
-----gem install nozomi
nozomi projectnameargs
----* -d for selecting database, passed directly through to Rails
* -i for Interactive mode, user can choose any of the provided mini-templatesbundler
-------Easy gem management.
guard
-----Only need one terminal window open to run rspec, spork, rails server, and automatically reload bundler etc.
rspec
-----I don't remember the last time I used Test::Unit, does anybody actually use it anymore?
jquery
------jQuery is today's default JS framework of choice.
haml
----I cringe when I see ERB, if your designer doesn't understand Haml, perhaps it's time for a new designer.
sass
----Now that SCSS is a superset of CSS there should be no arguments here.
bootstrap-sass
--------------Awesome out-of-the-box styling using the Twitter-Bootstrap suite, done in sass.
decent_exposure
---------------For fashion-model thin controllers, so skinny they're barely there. (Did you know that Nozomi is also a Japanese fashion model?)
capybara
--------The best interface for driving any kind of integration specs with Selenium, Webrat, etc
Installing the gem locally for testing
======================================You will probably want to uninstall any existing nozomi gem:
gem uninstall nozomi
Now run:
rake install
How to contribute
-----------------* Fork the project.
* Make your feature addition or bug fix.
* Add tests for it. This is important so I don't break it in a
future version unintentionally.
* Commit, do not mess with rakefile, version, or history.
(if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
* Send me a pull request. Bonus points for topic branches.Copyright
---------Copyright (c) 2010 Josh Price. See LICENSE for details.