A full-fledged portal to announce the next big thing! Jumpstart the PR campaign for your next big thing by standing on the shoulder of a giant: The next big Thing!!
A sample project showcasing the use of unbuilt Rails Engines and Gems. The entire app has been developed using TDD - follow the commits to see the parts evolve. Current state:
- The main page is delivered by the
Teaser
Engine:engines/teaser
- The
Annoyance
service is provided by theAnnoyance
gem:gems/annoyance
- The main Rails application does not contain any application code: it does not even have an
app
directory. It is soley responsible for encapsulating and mounting the engine in the right place.
git clone https://github.com/shageman/the_next_big_thing.git
cd the_next_big_thing
bundle
./build.sh
I highly appreciate it!
Fork, pull, create, commit, push, request pull.
- Add an engine that will admin the submitted entries.
- ...
Copyright (c) 2012 Stephan Hagemann
twitter.com/shageman
%w(stephan.hagemann gmail.com) * "@"
Released under the MIT license. See MIT-LICENSE file for details.