This application requires:
- Ruby
- Rails
This application uses PostgreSQL with ActiveRecord.
- Template Engine: ERB
- Testing Framework: Test::Unit
- Front-end Framework: Twitter Bootstrap (Sass)
- Form Builder: None
- Authentication: OmniAuth
- Authorization: CanCan
- Email: Using a Mandrill account (not currently setup)
- Clone this repo to your computer
- Install VirtualBox from dmg
- Install Vagrant from pkg
- Change directory to the
sidewalks
folder - Run
vagrant up
to install and start the Vagrant box specified in theVagrantfile
, run this in the future to boot up the server - Run
vagrant ssh
to connect to the VM box) - Once connected, the files for the rails app can be found in the
/vagrant
- Copy
config/application.example.yml
toconfig/application.yml
- Copy
config/database.example.yml
toconfig/database.yml
- Update your new
config/application.yml
to use your own settings - Update your new
config/database.yml
to use your own settings rake db:migrate
If you make improvements to this application, please share with others.
- Fork the project on GitHub.
- Make your feature addition or bug fix.
- Commit with Git.
- Send the author a pull request.
If you add functionality to this application, create an alternative implementation, or build an application that is similar, please contact me and I'll add a note to the README so that others can find your work.
This application was initially generated with the "rails_apps_composer":https://github.com/RailsApps/rails_apps_composer gem provided by the "RailsApps Project":http://railsapps.github.io/.