bthooper / rails-with-javascript-project

Adding AJAX features to my rails app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rails with Javascript Project

For Flatiron School

Bryan Hooper

I created this project as part of the Flatiron School curriculum. The goal of this project was to adopt my previous Ruby on Rails project with AJAX features.

Summary

The Ruby on Rails project that I am adopting is my "Champion: A Playbook Manger for Football Coaches" project. That app was designed to allow a football coach to put together a list of playbooks with plays in them and to set up a schedule against a list of opponents.

Blog Post

You can learn about the code I used to make this project by reading my rather detailed blog post on my personal blog. There is also a video demonstration available over on my Vimeo account.

Installation

To install this project, simply clone this repo, bundle the gems, and migrate the database. Start the server up and you can visit the site and create an account.

git clone git@github.com:bthooper/rails-with-javascript-project.git
cd rails-wit-javascript-project
bundle install
rake db:migrate
rails s

License

This was an educational experience for me. Anyone is welcome to use this code for any educational purpose. However, use at your own risk. This is not production-ready code. Run it at your own risk!

About

Adding AJAX features to my rails app.

License:MIT License


Languages

Language:Ruby 58.8%Language:HTML 29.3%Language:JavaScript 7.7%Language:CSS 2.8%Language:CoffeeScript 1.5%