This is the new hire database for Oracle Social, developed by co-ops, Christopher Bissell and Jiayuan Chen.
This application helps managers save and find new hire information and track tasks that need to be accomplished for the new hire using a to-do list.
For more information on how to use the application, please read the “help” page within the app.
*We are continusly improving the functionality and power of this app. Please check the “Issues” tab on this github repo for information on ongoing improvements. We appreciate contribution.
-
Clone this repo to your local:
$ git clone git@github.com:chenjiayuan/new_hire_3000_XP.git
-
Change directory to new_hire_3000_XP directory and install the gems needed:
$ cd new_hire_3000_XP $ bundle install
-
Migrate and reset the database:
$ bundle exec rake db:migrate $ bundle exec rake db:reset
-
Start the server and you are good to use it on your localhost:
$ rails s
(last updated 05/02/2013)
-
The Getting Started Guide: guides.rubyonrails.org/getting_started.html
-
Ruby on Rails Tutorial Book: www.railstutorial.org/
-
Try ruby / Rails for zombies on codeschool: www.codeschool.com/paths/ruby
-
Bootstrap css: twitter.github.io/bootstrap/
-
Codecademy for HTML/CSS tutorial: www.codecademy.com/tracks/web
-
Deploy on Heroku (email function): blog.heroku.com/archives/2009/11/9/tech_sending_email_with_gmail
-
Git references: gitref.org/index.html