This is a small demo app to host the My Timeline Rails engine.
It lets you quickly see what it looks like, including when it's styled with a myriad of free bootstrap themes.
- Clone the project (
git clone git@github.com:JustinAiken/my_timeline-demo.git
) - Bundle the gems (
cd my_timeline-demo && bundle install
) - Prepare the database (
db:create && db:migrate && db:seed
) - Put in your own keys in
config/initializers/my_timeline.rb
- Start the rails server (
rails s
) - Visit the website in a browser
- Login with the user created during the seed step
- ???
- Profit!
Original author: Justin Aiken
- Fork the project.
- Make your feature addition or bug fix.
- Add tests for it. This is important so I don't break it in a future version unintentionally.
- Commit, do not mess with rakefile, version, or history.
- If you want to have your own version, that is fine but bump version in a commit by itself so I can ignore when I pull
- Send me a pull request. Bonus points for topic branches.
Copyright (c) 2013 Justin Aiken MIT license (see LICENSE for details).