Coder Social home page Coder Social logo

bostonrb's Introduction

BostonRB travis-ci status

This is the source code for the Boston Ruby Group's community website:

http://bostonrb.org

It's a Rails app running Ruby 1.9 and uses:

  • Postgres as a SQL database (SQLite for development)
  • jQuery for client-side behavior
  • Compass for stylesheets
  • SimpleForm for forms
  • Hoptoad for error notification
  • High Voltage for static pages
  • Capybara, RSpec, and VCR for integration testing
  • RSpec ad VCR for isolation testing
  • ValidAttribute for model validation testing
  • Factory Girl for test data

Setup

If you want to make changes locally, follow these steps:

Install Ruby 1.9.3 (if necessary). RVM is optional, but highly recommended

rvm install 1.9.3
rvm use 1.9.3 --default

Install bundler

gem install bundler

Create your own fork of the bostonrb repository on github

Clone your new fork

git clone [email protected]:your-github-username/bostonrb.git
cd bostonrb

For local development, install the required gems, minus the production and staging gemspecs

bundle install --without production staging

Setup the development database (uses sqlite)

cp config/database.example.yml config/database.yml
rake db:create && rake db:migrate && rake db:seed

Run the tests

rake

Compile all the assets

rake assets:precompile

Run the server

rails server

Deploy

The site is deployed to Heroku and takes advantage of their Varnish layer by setting far future expires HTTP headers.

DataEntry

Presentations can handle videos from Vimeo, Youtube, and Blip.tv

Just use the set the video_url attribute on the presentation to the video's actual URL and everything is parsed.

The one exception is Blip.tv. You must use the src value from the video's embed code instead of the video's URL.

Contributors

This app is built and maintained by members of the BostonRB community

bostonrb's People

Contributors

technicalpickles avatar bcardarella avatar hgmnz avatar patricksrobertson avatar lorrocha avatar gsterndale avatar dpickett avatar jmoon90 avatar justuseapen avatar mxie avatar ryanlecompte avatar techiferous avatar djpowers avatar qrush avatar davejachimiak avatar markbates avatar mdenomy avatar rfrankel avatar jferris avatar npverni avatar paulstefanort avatar philipp avatar shrav avatar alexrothenberg avatar jboursiquot avatar kbrock avatar rufo avatar audiodude 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.