Giter Site home page Giter Site logo

air-tracker's Introduction

Running Locally

The Gemfile expects that you're running ruby version 2.1.2. If you have installed rbenv, you should be able to do rbenv install 2.1.2. Alternatively, you should be okay to comment out the ruby line in Gemfile and use whatever ruby you have installed (though please don't check in that change).`

Clone down and cd into the project and then run

$ bundle
$ bundle exec rake db:setup
$ bundle exec rails s

You should then be able to navigate to localhost:3000 and see the welcome page. Press Ctrl-C in the terminal running the server to stop it.

You can manipulate sample Topics in the rails console as follows:

$ bundle exec rails console
> t = Topic.new
> t.title = '...'
> t.description = '...'
> t.save!
> exit

air-tracker's People

Contributors

jamesdabbs avatar stephenkaraga avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

air-tracker's Issues

Post past talks

  • Pointer to background jobs material
  • Any material from search talk
  • Pictures / videos

Session status indicator

Need to add session status indicator to the navbar(Signed in/out, current user icon) and appropriate actions based on that status(Sign in/out).

External resources collection

There are a wealth of external resources that would be valuable to share. This could be static links, or a wiki if we want to get fancy.

Quick tip snippets

There are tons of little one-off things that are convenient but easy to miss (e.g. rails c --sandbox). It'd be cool to have a place to submit and find tips like that.

OAuth integration

It would be nice if people could create accounts with Github / Facebook / Twitter / whatever else

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.