Webui92

This application is developed by softserve academy students

Ruby on Rails

This application requires:

  • Ruby version 2.0.0
  • Rails version 3.2.13

Database

This application uses PostgreSQL with ActiveRecord.

Development

  • Template Engine: Underscore
  • Testing Framework: RSpec and Factory Girl and Cucumber for backend, and jasmine for frontend
  • Front-end Framework: Twitter Bootstrap
  • Authentication: Devise
  • Authorization: CanCan
  • Frontend framework: Backbone

Getting Started

  • 1) clone master (current project)
  • then:
    • 1) run “bundle install”
    • 2) NO NEED TO INSTALL PG FOR NOW start you pg server, for example by runing “pg_ctl -D /usr/local/var/postgres -l logfile start” command or “pg_ctl -D /Users/Oleg/.rvm/var/postgres -l /Users/Oleg/.rvm/var/postgres/server.log start” on OS X Moutain Lion
    • 2.1) Install MySQL. If you need a password for Oracle website just visit bugmenot.com and find the password.
    • 2) run ‘rake db:create && rake db:migrate && rake db:seed’
    • 3) run “rails server” or ‘rails s’
    • 4) if you want to make mailer working run “rake jobs:work”.

testing

  • 1) rake db:test:prepare && rake db:test:load

Documentation and Support

This is the only documentation.

Issues

….

Similar Projects

Contributing

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.

Credits

License