xymbol / railsdiff

What you should change about your app's configuration when upgrading Rails versions

Home Page:http://railsdiff.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RailsDiff

This is the Ember CLI app powering http://railsdiff.org, this app gets its data from an API. If you are wanting to make UI changes then you are in the right place; if on the other hand, you want to make changes to its data, head over to the API repository instead.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone https://github.com/railsdiff/railsdiff.git
  • change into the new directory
  • npm install
  • bower install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Further Reading / Useful Links

About

What you should change about your app's configuration when upgrading Rails versions

http://railsdiff.org/

License:MIT License


Languages

Language:JavaScript 65.1%Language:HTML 22.7%Language:CSS 12.1%