This application was generated with the rails_apps_composer gem provided by the RailsApps Project.
It's a simple Social Network for sending smiles to your friends and it should show what I can do.
I assume you have Ruby, Rubygems and bundler installed.
Simply use bundle install to add all dependencies to your Gemset.
Now make sure you have imagemagick installed (on a Mac I suggest using homebrew with brew install imagemagick) and you're ready to go.
Setup a Postgres database using the user smile and the password 12345 or change the config/database.yml to your needs.
Copy or rename config/initializers/secret_token_example.rb to config/initializers/secret_token.rb and enter your secret and random token at line 7.
- Template Engine: Haml
- Testing Framework: RSpec and Factory Girl and Cucumber
- Front-end Framework: Zurb Foundation
- Authentication: Devise
My way to develop is to start unicorn (<- yes you can simply type it in your terminal) as the webserver and run AUTOFEATURE=true autotest (<- same thing again) in a seperate window to see if I break something instantly. Now you can open up localhost:8080 to watch the site, have an editor window next to it to change stuff and a little terminal window somewhere around to see if you brake existing stuff.
DO WHATEVER THE FUCK YOU WANT, PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
- You just DO WHATEVER THE FUCK YOU WANT.


