Skip to content

702ph/rails-dash-ws2017

 
 

Repository files navigation

Example App for Info3 - HTW Application

This is an example app for the Rails Labs in Info3 HTW Berlin WS2017/18.

Travis Build Status: Build Status

  • this only checks if the database seeds can be loaded.

How to push a change

The master branch is now closed for direct pushes. To commit a change, create a new branch, push the branch to repository, wait for the travis checks to pass, create a pull request, and merge your pull request:

git checkout -b branch-for-change
... make your changes ...
git add .  (or the changes you want to commit! . is a filename...)
git status  (check if only the changes you want to commit are staged)
git commit -m "edited README"
git push origin branch-for-change

go to github (note: there is a gem hub which enables) hub browse

and create and merge the pull request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 72.7%
  • HTML 21.2%
  • CSS 3.4%
  • JavaScript 1.6%
  • CoffeeScript 1.1%