Giter Club home page Giter Club logo

theguestbookapp's Introduction

Guestbook

This is a very simple Guestbook application. Here you have some instructions about the environment used to create it, and how to setup/run on your own machine.

Requirements

  • Ruby: 2.2.x
  • System: Ubuntu 10.04
  • Database: SQLite3

There is a Vagrantfile in the project that will do most of steps for you.

$ vagrant up

Installation

In order to install the application you just need to follow these small steps:

$ bundle install
$ rake db:migrate db:test:prepare
$ ./bin/rails server
  • That's it!

Testing

All the tests were writen using RSpec. Everything you need to run them, inside the app folder, execute:

$ rspec

Rubocop

Rubocop is a tool used to validate the code according with the Ruby Style Guide, the configuration for it is saved in the .rubocop.yml.

The only cop turned off was Styles/Documentation.

To execute Rubocop over the code, just run, inside the app folder:

$ rubocop

Author

Robson Mendonça

theguestbookapp's People

Contributors

robsonmwoc avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.