Code Monkey home page Code Monkey logo

i4u's Introduction

Insignia Official Site

Dependencies

  • Ruby 1.9.3 (pathlevel 545)
  • Bundler 1.5.3
  • Rails 3.2.18
  • SQLite3
  • Imagemagick

Quick start

If you satisfy all the dependencies you can clone the repository via git:

$ git clone [email protected]:insignia4u/i4u.git

And then go to your project folder and run:

$ bundle install

You also have to set up all environment variables and config your database settings, you can do it creating the following files (we have created sample files inside config folder as an example):

i4u/
└── config/
    └── database.yml   -> Default connection to DB.

Populate the database:

$ rake db:seed
$ rake db:populator:load

Now you can start the server:

$ rails s

Then point your browser to http://localhost:3000, and start using the app!

Install Dependencies

  • Ruby & Rails

    If you don't have Ruby or Rails, I recommend you to use rvm to manage your Ruby versions and gems; you can follow instructions based on your operating system here.

Coding Style

  • Use two spaces for indentation, not tabs.
  • Avoid trailing spaces.
  • Be sure all your specs are passing before pushing any commits to origin.

Testing

We are using Capybara and Rspec for tests, both works out of the box once you run the bundle command. There is only one thing to consider: test files are under the spec/ directory.

It's worth to mention that all features must provide a feature spec and model specs, all at green state.

This application is set up to skip the generation of controller specs, assets and helpers.

Contributing

If you are going to contribute, clone the repo and make a pull request.

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.